#%Module1.0##################################################################################### ## ## mpich-1.2.6-intel-7.1 modulefile ## proc ModulesHelp { } { global version modroot puts stderr "\tmpich-1.2.6-intel-7.1 - mpich-1.2.6 with Intel 7.1 Compilers" } module-whatis "invoke mpich-1.2.6 with Intel 7.1 Compilers" # for Tcl script use only set mpich /opt/mpich-1.2.6-intel module load intel/7.1 prepend-path PATH $mpich/bin prepend-path MANPATH $mpich/man setenv MPI_HOME $mpich setenv CC mpicc setenv CXX mpiCC setenv FC mpif77 setenv F90 mpif90