Compiling and Running Programs
Last modified: Thursday April 04, 2013 12:28 AM
Getting Started
The Intel compilers are the recommended compilers for developing code on Eos. You can also load the module for the Intel compilers with the following command:
module load intel/compilers
For more information about working with your login environment, see the following:
- modules page or the module man page on Eos
- login environment page
After initializing the compiler environment, use the "man" command to obtain a complete list of the available compilation options for the language you plan to use. For example:
man icc
man icpc
man ifort
will provide information on the C, the C++ and the Fortran compilers,
respectively.
This chapter about compiling and running programs is divided into three sections: