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

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the GNU compiler collection"
puts stderr " "
puts stderr "Consult the man pages for detailed information"
puts stderr "on the commandline syntax and compiler options."
puts stderr " "

puts stderr "\nVersion 13\n"

}
module-whatis "Name: GNU Compiler Collection"
module-whatis "Version: 1.4"
module-whatis "Category: compiler, runtime support"
module-whatis "Description: GNU Compiler Family (C/C++/Fortran for x86_64)"
module-whatis "URL: http://gcc.gnu.org"

set     version                     13
prepend-path    MODULEPATH          /usr/share/lmod/moduledeps/gnu-13
prepend-path    PATH    /usr/lib/hpc/compiler/gnu/13/bin
if {[file isfile  /usr/bin/gcc-13]} {
prepend-path    MANPATH /usr/lib/hpc/compiler/gnu/13/man
setenv		CC      gcc-13
setenv		CXX     g++-13
setenv		FC      gfortran-13
setenv		F77     gfortran-13
}

family "compiler"

