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

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the PETSc library built with the intel compiler"
puts stderr "toolchain and the mvapich2 MPI stack."
puts stderr "\nVersion 3.24.4\n"

}
module-whatis "Name: petsc built with intel compiler and mvapich2 MPI"
module-whatis "Version: 3.24.4"
module-whatis "Category: runtime library"
module-whatis "Description: Portable Extensible Toolkit for Scientific Computation"
module-whatis "http://www.mcs.anl.gov/petsc/"

set     version                     3.24.4

depends-on phdf5
depends-on scalapack

prepend-path    PATH                /opt/ohpc/pub/libs/intel/mvapich2/petsc/3.24.4/bin
prepend-path    INCLUDE             /opt/ohpc/pub/libs/intel/mvapich2/petsc/3.24.4/include
prepend-path    LD_LIBRARY_PATH     /opt/ohpc/pub/libs/intel/mvapich2/petsc/3.24.4/lib

setenv          PETSC_DIR           /opt/ohpc/pub/libs/intel/mvapich2/petsc/3.24.4
setenv          PETSC_BIN           /opt/ohpc/pub/libs/intel/mvapich2/petsc/3.24.4/bin
setenv          PETSC_INC           /opt/ohpc/pub/libs/intel/mvapich2/petsc/3.24.4/include
setenv          PETSC_LIB           /opt/ohpc/pub/libs/intel/mvapich2/petsc/3.24.4/lib
