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