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

proc ModulesHelp { } {

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

}
module-whatis "Name: extrae built with gnu15 compiler and impi MPI"
module-whatis "Version: 5.0.3"
module-whatis "Category: performance tool"
module-whatis "Description: Extrae instrumentation framework for parallel applications"
module-whatis "URL: https://tools.bsc.es"

set     version             5.0.3

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

setenv          EXTRAE_DIR          /opt/ohpc/pub/libs/gnu15/impi/extrae/5.0.3
setenv          EXTRAE_BIN          /opt/ohpc/pub/libs/gnu15/impi/extrae/5.0.3/bin
setenv          EXTRAE_LIB          /opt/ohpc/pub/libs/gnu15/impi/extrae/5.0.3/lib
setenv          EXTRAE_INC          /opt/ohpc/pub/libs/gnu15/impi/extrae/5.0.3/include
