Compiling Fortran 90 programs
- Workstations:
- f95 filename.f90 or gfortran filename.f90
- Run the executable: ./a.out
- At home download G95 from sourceforge, works well
- Fortran 90 tutorial
- Fortran Open Directory - links to tutorials, compilers
- Cray SV1
- ssh cray
- Edit on the SV1 using vim or emacs
- OR: Edit on your workstation and use gftp to transfer source files.
With gftp choose SSH2 as the protocol (upper right on the gftp window)
- f90 filename.f90
- Run the executable with: ./a.out