1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
By default it is /path/to/lmod/etc/admin.list. You can override by
setting the env. var. LMOD_ADMIN_FILE to point to any file you like.
The admin file consists of key: value pairs:
moduleName/version: message
<blank line>
Or
Full_PATH_to_Modulefile: message
<blank line>
The message can be as many lines as you like. The message ends
with a blank line. Below is an example:
---------------------------------------------------------------------------
gcc/2.95: This module is deprecated and will be removed from the system on Jan 1. 1999.
Please change you use of this compiler to a newer one.
boost/1.54.0:
We are having issues
/opt/apps/modulefiles/Compiler/gcc/4.7.2/boost/1.55.0:
We are having issues
-------------------------------------------------------------------------------------
Note that you don't include the .lua part
|