#%Module1.0##################################################################################### ## ## mpich-1.2.7-gnu-4.1.2 modulefile ## proc ModulesHelp { } { global version modroot puts stderr "\tmpich-1.2.7-gnu-4.1.2 - mpich-1.2.7 with GNU 4.1.2 Compilers" } module-whatis "invoke mpich-1.2.7 with GNU 4.1.2 Compilers" # for Tcl script use only set mpich /opt/mpich-1.2.7-gnu module load gnu/4.1.2 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