b010d4ac98
easier and to allow for conflicts between mpi stacks. Bug #651074 Signed-off-by: Doug Ledford <dledford@redhat.com>
20 lines
566 B
Plaintext
20 lines
566 B
Plaintext
#%Module 1.0
|
|
#
|
|
# OpenMPI module for use with 'environment-modules' package:
|
|
#
|
|
conflict mpi
|
|
prepend-path PATH @LIBDIR@/bin
|
|
prepend-path LD_LIBRARY_PATH @LIBDIR@/lib
|
|
prepend-path PYTHONPATH @PYSITEARCH@
|
|
prepend-path MANPATH @MANDIR@
|
|
setenv MPI_BIN @LIBDIR@/bin
|
|
setenv MPI_SYSCONFIG @ETCDIR@
|
|
setenv MPI_FORTRAN_MOD_DIR @FMODDIR@
|
|
setenv MPI_INCLUDE @INCDIR@
|
|
setenv MPI_LIB @LIBDIR@/lib
|
|
setenv MPI_MAN @MANDIR@
|
|
setenv MPI_PYTHON_SITEARCH @PYSITEARCH@
|
|
setenv MPI_COMPILER @COMPILER@
|
|
setenv MPI_SUFFIX @SUFFIX@
|
|
setenv MPI_HOME @LIBDIR@
|