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

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the SLEPc library built with the intel compiler"
puts stderr "toolchain and the mpich MPI stack."
puts stderr "\nVersion 3.24.3\n"

}
module-whatis "Name: slepc built with intel compiler and mpich MPI"
module-whatis "Version: 3.24.3"
module-whatis "Category: runtime library"
module-whatis "Description: Scalable Library for Eigenvalue Problem Computations"
module-whatis "URL http://slepc.upv.es"

set     version             3.24.3

depends-on petsc

prepend-path    INCLUDE             /opt/ohpc/pub/libs/intel/mpich/slepc/3.24.3/include
prepend-path    LD_LIBRARY_PATH     /opt/ohpc/pub/libs/intel/mpich/slepc/3.24.3/lib

setenv          SLEPC_DIR           /opt/ohpc/pub/libs/intel/mpich/slepc/3.24.3
setenv          SLEPC_LIB           /opt/ohpc/pub/libs/intel/mpich/slepc/3.24.3/lib
setenv          SLEPC_INC           /opt/ohpc/pub/libs/intel/mpich/slepc/3.24.3/include
setenv          SLEPC_ARCH          ""
