24 lines
776 B
Plaintext
24 lines
776 B
Plaintext
#%Module1.0
|
|
|
|
module-whatis "a high performance implementation of the MPI standard."
|
|
module-url "http://www.mpich.org/"
|
|
module-license "BSD-like"
|
|
module-maintainer "Marc Caubet Serrabou <marc.caubet@psi.ch"
|
|
module-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).
|
|
"
|
|
|
|
module-addgroup 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
|