#%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 11\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 aarch64)"
module-whatis "URL: http://gcc.gnu.org"

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

family "compiler"

