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

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the scalasca library built with the intel compiler"
puts stderr "toolchain and the openmpi5 MPI stack."
puts stderr "\nVersion 2.6.2\n"

}
module-whatis "Name: scalasca built with intel compiler and openmpi5 MPI"
module-whatis "Version: 2.6.2"
module-whatis "Category: performance tool"
module-whatis "Description: Toolset for performance analysis of large-scale parallel applications"
module-whatis "URL: http://www.scalasca.org"

set     version             2.6.2

depends-on scorep

prepend-path    PATH                /opt/ohpc/pub/libs/intel/openmpi5/scalasca/2.6.2/bin
prepend-path    INCLUDE             /opt/ohpc/pub/libs/intel/openmpi5/scalasca/2.6.2/include
prepend-path    LD_LIBRARY_PATH     /opt/ohpc/pub/libs/intel/openmpi5/scalasca/2.6.2/lib

setenv          SCALASCA_DIR        /opt/ohpc/pub/libs/intel/openmpi5/scalasca/2.6.2
setenv          SCALASCA_BIN        /opt/ohpc/pub/libs/intel/openmpi5/scalasca/2.6.2/bin
setenv          SCALASCA_LIB        /opt/ohpc/pub/libs/intel/openmpi5/scalasca/2.6.2/lib
