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

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the cubew library built with the intel compiler"
puts stderr "toolchain."
puts stderr "\nVersion 4.9.1\n"

}
module-whatis "Name: cubew built with intel compiler"
module-whatis "Version: 4.9.1"
module-whatis "Category: IO library"
module-whatis "Description: CUBE high performance write library"
module-whatis "https://www.scalasca.org/scalasca/software/cube-4.x/"

set     version                     4.9.1

prepend-path    PATH                /opt/ohpc/pub/libs/intel/cubew/4.9.1/bin
prepend-path    INCLUDE             /opt/ohpc/pub/libs/intel/cubew/4.9.1/include
prepend-path    LD_LIBRARY_PATH     /opt/ohpc/pub/libs/intel/cubew/4.9.1/lib

setenv          CUBEW_DIR           /opt/ohpc/pub/libs/intel/cubew/4.9.1
setenv          CUBEW_LIB           /opt/ohpc/pub/libs/intel/cubew/4.9.1/lib
setenv          CUBEW_INC           /opt/ohpc/pub/libs/intel/cubew/4.9.1/include
