Setting up your Cray Programming Environment using "modules"

Under UNICOS 10, you must add some initialization to your startup files to use the compilers and libraries. In particular:

csh/tcsh users - Put this in your .cshrc (AFTER any other path or manpath stuff):

   source /opt/modules/modules/init/csh
   module load modules PrgEnv nqe

sh/ksh users - Put this in your .profile (AFTER any other path or manpath stuff):

   . /opt/modules/modules/init/ksh
   module load modules PrgEnv nqe
Last updated: 10/30/98