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

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the otf2 library built with the gnu15 compiler"
puts stderr "toolchain and the impi MPI stack."
puts stderr "\nVersion 3.1.1\n"

}
module-whatis "Name: otf2 built with gnu15 compiler and impi MPI"
module-whatis "Version: 3.1.1"
module-whatis "Category: IO library"
module-whatis "Description: Open Trace Format 2 library"
module-whatis "https://www.vi-hps.org/projects/score-p/"

set     version                     3.1.1

depends-on sionlib

prepend-path    PATH                /opt/ohpc/pub/libs/gnu15/impi/otf2/3.1.1/bin
prepend-path    INCLUDE             /opt/ohpc/pub/libs/gnu15/impi/otf2/3.1.1/include
prepend-path    LD_LIBRARY_PATH     /opt/ohpc/pub/libs/gnu15/impi/otf2/3.1.1/lib

setenv          OTF2_DIR            /opt/ohpc/pub/libs/gnu15/impi/otf2/3.1.1
setenv          OTF2_LIB            /opt/ohpc/pub/libs/gnu15/impi/otf2/3.1.1/lib
setenv          OTF2_INC            /opt/ohpc/pub/libs/gnu15/impi/otf2/3.1.1/include
