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}
|
||||
Reference in New Issue
Block a user