Edit: environment-modules.tar
initrc 0000644 00000000654 15146543773 0006003 0 ustar 00 #%Module1.0 # This file defines the initial module command configuration, the default # modulefiles search path and modulefiles you want to load by default for all # users. It should contains lines of module command like 'module config conf # val', 'module use path' and 'module load mod' module use --append {/usr/share/Modules/modulefiles} module use --append {/etc/modulefiles} module use --append {/usr/share/modulefiles} modulespath 0000644 00000000403 15146543773 0007030 0 ustar 00 # This file defines the initial setup for the modulefiles search path # Each line containing one or multiple paths delimited by ':' will be # added to the MODULEPATH environment variable. /usr/share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles siteconfig.tcl 0000644 00000001145 15146543773 0007422 0 ustar 00 # SITECONFIG.TCL, site-specific configuration script for Modules # # This Tcl script enables to supersede any global variable or procedure # definition of modulecmd.tcl. See 'Modulecmd startup' section in module(1) # manpage for detailed information. ########################################################################## # uncomment the following line to forbid the definition of an extra # site-specific configuration script #lappendConf locked_configs extra_siteconfig # uncomment the following line to forbid `implicit_default` config option # superseding #lappendConf locked_configs implicit_default
Cancel