mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
9 lines
435 B
Plaintext
9 lines
435 B
Plaintext
#%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'
|
|
@VERSIONING@module use --append {@baseprefix@/$MODULE_VERSION/modulefiles}
|
|
@NOTVERSIONING@module use --append {@modulefilesdir@}
|
|
module load null
|