Files
modules/testsuite/example/initrc-1.in
2021-07-24 14:06:06 +02:00

14 lines
593 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'
module config auto_handling 0
module config set_shell_startup 0
module config home @initdir@
module config ml 0
module config shells_with_ksh_fpath {sh:bash}
@VERSIONING@module use --append {@baseprefix@/$MODULE_VERSION/modulefiles}
@NOTVERSIONING@module use --append {@modulefilesdir@}
module load null