Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 203 |
- |
1 |
#%Module1.0
|
|
|
2 |
# This file defines the initial module command configuration, the default
|
|
|
3 |
# modulefiles search path and modulefiles you want to load by default for all
|
|
|
4 |
# users. It should contains lines of module command like 'module config conf
|
|
|
5 |
# val', 'module use path' and 'module load mod'
|
|
|
6 |
module use --append {/usr/share/Modules/modulefiles}
|
|
|
7 |
module use --append {/etc/modulefiles}
|
|
|
8 |
module use --append {/usr/share/modulefiles}
|