|
|
Using Fortran & C Language Compilers on SGI Systems
The SGI Intel Fortran and C Compilers are now available on Inferno:
To compile a Fortran program "test_prog.f" using the Intel compiler, enter:
ifort test_prog.f
To compile the C Language program "test_prog.c" using the Intel C compiler, enter:
icc test_prog.c
Note: If you prefer to use the GNU C compiler, use "cc" instead of "ecc" to compile your programs.
For additional information about the SGI compilers, see:
Tuning Guide
Fortran Reference Manual
|
|