#%Module1.0
module-whatis "The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, and Go, as well as libraries for these languages."
proc ModulesHelp { } {
puts stderr "The GNU Compiler Collection includes front ends for C, C++, Objective-C,"
puts stderr "Fortran, Ada, and Go, as well as libraries for these languages."
}
set Base_dir /data/support/soft/openmpi/4.1.4
prepend-path LD_LIBRARY_PATH "$/lib"
prepend-path LIBRARY_PATH "$/lib"
prepend-path PATH "$/bin"
prepend-path CPATH "$/include"
prepend-path MANPATH "$/share"