Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #62070
Ticket #62070
: bar.F90
File bar.F90,
289 bytes
(added by
Guymer (Thomas Guymer)
,
4 years ago
)
example FORTRAN "hello world" program
Line
1
PROGRAM main
2
! /opt/local/bin/gfortran-mp-10 bar.F90 -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
3
! /opt/local/bin/mpif90-openmpi-gcc10 bar.F90 -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
4
5
WRITE(*, *) "hello world (FORTRAN)"
6
END PROGRAM main
Download in other formats:
Original Format