-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.lsm.in
31 lines (31 loc) · 1.29 KB
/
modules.lsm.in
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
Begin4
Title: environment modules
Version: @VERSION@
Entered-date: @DATE@
Description: The Modules package provides for the dynamic modification of
a user's environment via modulefiles.
Each modulefile contains the information needed to
configure the shell for an application. Once the Modules
package is initialized, the environment can be modified on
a per-module basis using the module command which
interprets modulefiles. Typically modulefiles instruct
the module command to alter or set shell environment
variables such as PATH, MANPATH, etc. modulefiles may be
shared by many users on a system and users may have their
own collection to supplement or replace the shared
modulefiles.
The modules environment is common on SGI/Crays and many
workstation farms.
Keywords: modules, user environment, shells, scripting,
environment modules
Author: [email protected] (John Furlan)
Maintained-by: [email protected] (R.K. Owen)
[email protected] (send comments here)
Primary-site: http://sourceforge.net/project/showfiles.php?group_id=15538
modules-@[email protected]
modules-@[email protected]
Alternate-site: ftp://ftp.ibiblio.org/pub/linux/utils/shell/
Original-site: ftp.modules.org /pub/distrib/(moribund)
Platforms: Unix, ANSI-C, Tcl > 7.4
Copying-policy: GNU GPL
End