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

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the sionlib library built with the gnu15 compiler"
puts stderr "toolchain and the openmpi5 MPI stack."
puts stderr "\nVersion 1.7.7\n"

}
module-whatis "Name: sionlib built with gnu15 compiler and openmpi5 MPI"
module-whatis "Version: 1.7.7"
module-whatis "Category: IO library"
module-whatis "Description: Scalable I/O Library for Parallel Access to Task-Local Files"
module-whatis "https://apps.fz-juelich.de/jsc/sionlib/docu/index.html"

set     version                     1.7.7

prepend-path    PATH                /opt/ohpc/pub/libs/gnu15/openmpi5/sionlib/1.7.7/bin
prepend-path    MANPATH             /opt/ohpc/pub/libs/gnu15/openmpi5/sionlib/1.7.7/share/man
prepend-path    INCLUDE             /opt/ohpc/pub/libs/gnu15/openmpi5/sionlib/1.7.7/include
prepend-path    LD_LIBRARY_PATH     /opt/ohpc/pub/libs/gnu15/openmpi5/sionlib/1.7.7/lib

setenv          SIONLIB_DIR         /opt/ohpc/pub/libs/gnu15/openmpi5/sionlib/1.7.7
setenv          SIONLIB_LIB         /opt/ohpc/pub/libs/gnu15/openmpi5/sionlib/1.7.7/lib
setenv          SIONLIB_INC         /opt/ohpc/pub/libs/gnu15/openmpi5/sionlib/1.7.7/include
