How to run FORTRAN-90
The Sun Fortran90 compiler is available on Sun workstations. To use it,
ype the following at the athena prompt:
add sunsoft_v5.1
f90 filename.90
There is an online Answerbook which you can get to by typing:
set_answerbook
To list the compiler flags, type:
f90 -flags
To get the man page, type:
man f90
|