Altix Module Usage

Loading various Intel compilers and developer tools through modules is easy. Just follow the example below:

Example for a ProPack 4 system:

root@hostname:/root> module avail

-------- /usr/share/modules/modulefiles ------
dot module-cvs module-info modules mpich-ch-p4 mpich-ch-p4mpd null use.own

-------- /opt/modules/modulefiles ------------
gcc-3.3.3 intel-compilers.8.0.058-cc intel-compilers.8.1.010-fc intel-compilers.8.1.023-fc
intel-compilers.8.0.039-fc intel-compilers.8.0.061-cc intel-compilers.8.1.012-fc intel-compilers.8.1.026-cc

root@hostname:/root> module load intel-compilers.8.1.010-fc
root@hostname:/root> module list
Currently Loaded Modulefiles:
1) intel-compilers.8.1.010-fc

Example for a ProPack 3 system:

root@hostname:/root> source /opt/modules/init/<yourshell>

root@hostname:/root> module avail

--------- /sw/com/modulefiles ---------
6.2.0-3 illustrator intel-compilers.7.1.037 nag-fortran-smp-6420
SCCS illustrator.5.5 intel-compilers.7.1.040 nag-fortran77-6420
admin integrity intel-compilers.7.1.042 nag-fortran90-6404

root@hostname:/root> module load intel-compilers.7.1.037
root@hostname:/root> module list
Currently Loaded Modulefiles:
1) intel-compilers.7.1.037

This page is maintained by HPC Support.