|
|
Fortran Compilers on Sequoia at MCSR
Intel Compiler
Before using the Intel Fortran compiler, you will need to
setup
your environment correctly. Once you have done that, you can compile by
using the following commands:
ifort -o program_name program_name.f
Then to execute :
./program_name
Also see MPI on Sequoia.
|