This is an old revision of the document!
The following is a list of C, C++ and Fortran compilers available on the SUN cluster and the M9000:
#include <stdio.h> int main() { printf("Hello World"); return 0; }
PROGRAM Hello PRINT *, "Hello World" END PROGRAM Hello
avail
- check which modules are available
add
- add a module to the current environment
remove
- remove a module from the environment