26 lines
775 B
Plaintext
26 lines
775 B
Plaintext
#%Module1.0
|
|
|
|
set whatis "a high performance implementation of the MPI standard."
|
|
set url "http://www.mpich.org/"
|
|
set license "BSD-like"
|
|
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
|
set help "
|
|
MPICH is a high-performance and widely portable implementation of the
|
|
MPI Standard, designed to implement all of MPI-1, MPI-2, and MPI-3 (in-
|
|
cluding dynamic process management, one-sided operations, parallel I/O,
|
|
and other extensions).
|
|
"
|
|
|
|
source $env(PSI_LIBMODULES)
|
|
|
|
set-family MPI
|
|
|
|
setenv MPICC $PREFIX/bin/mpicc
|
|
setenv MPICXX $PREFIX/bin/mpicxx
|
|
setenv MPIF77 $PREFIX/bin/mpif77
|
|
setenv MPIF90 $PREFIX/bin/mpif90
|
|
setenv MPIFC $PREFIX/bin/mpif90
|
|
setenv MPIFORTRAN $PREFIX/bin/mpif90
|
|
setenv MPIEXEC $PREFIX/bin/mpiexec
|
|
setenv MPIRUN $PREFIX/bin/mpirun
|