#%Module1.0#####################################################################

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the mpi4py library built with python3,"
puts stderr "the gnu15 compiler toolchain and the impi MPI stack."
puts stderr "\nVersion 4.1.1\n"

}
module-whatis "Name: python3-mpi4py built with gnu15 compiler and impi MPI"
module-whatis "Version: 4.1.1"
module-whatis "Category: python module"
module-whatis "Description: Python bindings for the Message Passing Interface"
module-whatis "URL: https://github.com/mpi4py/mpi4py"

family                      mpi4py
set     version             4.1.1

prepend-path    PYTHONPATH          /opt/ohpc/pub/libs/gnu15/impi/mpi4py/4.1.1/lib/python3/dist-packages
prepend-path    PYTHONPATH          /opt/ohpc/pub/libs/gnu15/impi/mpi4py/4.1.1/lib64/python3/dist-packages

setenv          MPI4PY_DIR          /opt/ohpc/pub/libs/gnu15/impi/mpi4py/4.1.1
