cc_staff
290
edits
No edit summary |
No edit summary |
||
Line 180: | Line 180: | ||
<li><code>module spider</code> (or <code>module spider <module-name></code>): list available software packages</li> | <li><code>module spider</code> (or <code>module spider <module-name></code>): list available software packages</li> | ||
<li><code>module avail</code>: list loadable software packages</li> | <li><code>module avail</code>: list loadable software packages</li> | ||
<li><code>module list</code>: list loaded modules</li | <li><code>module list</code>: list loaded modules</li> | ||
Along with modifying common environment variables, such as PATH, and LD_LIBRARY_PATH, these modules also create a SCINET_MODULENAME_ROOT environment variable, which can be used to access commonly needed software directories, such as /include and /lib. | Along with modifying common environment variables, such as PATH, and LD_LIBRARY_PATH, these modules also create a SCINET_MODULENAME_ROOT environment variable, which can be used to access commonly needed software directories, such as /include and /lib. |