Initial commit.
This commit is contained in:
8
environment-modules/initrc
Normal file
8
environment-modules/initrc
Normal file
@@ -0,0 +1,8 @@
|
||||
#%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}
|
||||
4
environment-modules/modulespath
Normal file
4
environment-modules/modulespath
Normal file
@@ -0,0 +1,4 @@
|
||||
# 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
|
||||
16
environment-modules/siteconfig.tcl
Normal file
16
environment-modules/siteconfig.tcl
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user