module¶
SYNOPSIS¶
module [switches] [sub-command [sub-command-args]]
DESCRIPTION¶
module is a user interface to the Modules package. The Modules package provides for the dynamic modification of the 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 set to supplement or replace
the shared modulefiles.
The modulefiles are added to and removed from the current environment by the user. The environment changes contained in a modulefile can be summarized through the module command as well. If no arguments are given, a summary of the module usage and sub-commands are shown.
The action for the module command to take is described by the sub-command and its associated arguments.
Package Initialization¶
The Modules package and the module command are initialized when a shell-specific initialization script is sourced into the shell. The script creates the module command as either an alias or function and creates Modules environment variables.
The module alias or function executes the modulecmd.tcl
program located in /usr/share/Modules/libexec and has the shell evaluate the command's
output. The first argument to modulecmd.tcl specifies the type of
shell.
The initialization scripts are kept in /usr/share/Modules/init/<shell> where
<shell> is the name of the sourcing shell. For example, a C Shell user
sources the /usr/share/Modules/init/csh script. The sh, csh, tcsh, bash, ksh,
zsh and fish shells are supported by modulecmd.tcl. In addition,
python, perl, ruby, tcl, cmake, r and lisp "shells" are supported which
writes the environment changes to stdout as python, perl, ruby, tcl, lisp,
r or cmake code.
Initialization may also be performed by calling the autoinit
sub-command of the modulecmd.tcl program. Evaluation into the shell of
the result of this command defines the module alias or function.
A ml alias or function may also be defined at initialization time
if enabled (see MODULES_ML section). ml is a handy
frontend leveraging all module command capabilities with less
character typed. See ml for detailed information.
Examples of initialization¶
C Shell initialization (and derivatives):
source /usr/share/Modules/init/csh module load modulefile modulefile ...
Bourne Shell (sh) (and derivatives):
. /usr/share/Modules/init/sh module load modulefile modulefile ...
Perl:
require "/usr/share/Modules/init/perl.pm";
&module('load', 'modulefile', 'modulefile', '...');
Python:
import os
exec(open('/usr/share/Modules/init/python.py').read())
module('load', 'modulefile', 'modulefile', '...')
Bourne Shell (sh) (and derivatives) with autoinit sub-command:
eval "`/usr/share/Modules/libexec/modulecmd.tcl sh autoinit`"
Modulecmd startup¶
Upon invocation modulecmd.tcl sources a site-specific configuration
script if it exists. The location for this script is
/usr/share/Modules/etc/siteconfig.tcl. An additional siteconfig script may be
specified with the MODULES_SITECONFIG environment variable, if
allowed by modulecmd.tcl configuration, and will be loaded if it
exists after /usr/share/Modules/etc/siteconfig.tcl. Siteconfig is a Tcl script that enables
to supersede any global variable or procedure definition of
modulecmd.tcl.
Afterward, modulecmd.tcl sources rc files which contain global,
user and modulefile specific setups. These files are interpreted as
modulefiles. See modulefile for detailed information.
Upon invocation of modulecmd.tcl module run-command files are sourced
in the following order:
- Global RC file as specified by
MODULERCFILEvariable or/usr/share/Modules/etc/rc. IfMODULERCFILEpoints to a directory, themodulercfile in this directory is used as global RC file. - User specific module RC file
$HOME/.modulerc - All
.modulercand.versionfiles found during modulefile seeking.
Command line switches¶
The module command accepts command line switches as its first parameter. These may be used to control output format of all information displayed and the module behavior in case of locating and interpreting modulefiles.
All switches may be entered either in short or long notation. The following switches are accepted:
-
--auto¶ On
load,unloadandswitchsub-commands, enable automated module handling mode. See alsoMODULES_AUTO_HANDLINGsection.New in version 4.2.
-
--color=<WHEN>¶ Colorize the output. WHEN defaults to
alwaysor can beneverorauto. See alsoMODULES_COLORsection.New in version 4.3.
-
--contains,-C¶ On
availsub-command, return modules whose fully qualified name contains search query string.New in version 4.3.
-
--debug,-D¶ Debug mode. Causes module to print debugging messages about its progress.
New in version 4.0.
-
--default,-d¶ On
availsub-command, display only the default version of each module name. Default version is the explicitly set default version or also the implicit default version if the configuration optionimplicit_defaultis enabled (see Locating Modulefiles section in the modulefile man page for further details on implicit default version).New in version 4.0.
-
--force,-f¶ On
load,unloadandswitchsub-commands, by-pass any unsatisfied modulefile constraint corresponding to the declaredprereqandconflict. Which means for instance that a modulefile will be loaded even if it comes in conflict with another loaded modulefile or that a modulefile will be unloaded even if it is required as a prereq by another modulefile.On
clearsub-command, skip the confirmation dialog and proceed.New in version 4.3:
--force/-fsupport was dropped on version 4.0 but reintroduced starting version 4.2 with a different meaning: instead of enabling an active dependency resolution mechanism--forcecommand line switch now enables to by-pass dependency consistency when loading or unloading a modulefile.
-
--help,-h¶ Give some helpful usage information, and terminates the command.
-
--icase,-i¶ Match module specification arguments in a case insensitive manner.
-
--indepth¶ On
availsub-command, include in search results the matching modulefiles and directories and recursively the modulefiles and directories contained in these matching directories.New in version 4.3.
-
--json,-j¶ Display
avail,list,savelist,whatisandsearchoutput in JSON format.New in version 4.5.
-
--latest,-L¶ On
availsub-command, display only the highest numerically sorted version of each module name (see Locating Modulefiles section in the modulefile man page).New in version 4.0.
-
--no-auto¶ On
load,unloadandswitchsub-commands, disable automated module handling mode. See alsoMODULES_AUTO_HANDLINGsection.New in version 4.2.
-
--no-indepth¶ On
availsub-command, limit search results to the matching modulefiles and directories found at the depth level expressed by the search query. Thus modulefiles contained in directories part of the result are excluded.New in version 4.3.
-
--no-pager¶ Do not pipe message output into a pager.
New in version 4.1.
-
--paginate¶ Pipe all message output into less (or if set, to the command referred in
MODULES_PAGERvariable) if error output stream is a terminal. See alsoMODULES_PAGERsection.New in version 4.1.
-
--silent,-s¶ Turn off error, warning and informational messages. module command output result is not affected by silent mode.
-
--starts-with,-S¶ On
availsub-command, return modules whose name starts with search query string.New in version 4.3.
-
--verbose,-v¶ Enable verbose messages during module command execution.
-
--version,-V¶ Lists the current version of the module command. The command then terminates without further processing.
Module Sub-Commands¶
-
aliases¶ List all available symbolic version-names and aliases in the current
MODULEPATH. All directories in theMODULEPATHare recursively searched in the same manner than for theavailsub-command. Only the symbolic version-names and aliases found in the search are displayed.New in version 4.0.
-
append-path[-d C|--delim C|--delim=C] [--duplicates] variable value...¶ Append value to environment variable. The variable is a colon, or delimiter, separated list. See
append-pathin the modulefile man page for further explanation.New in version 4.1.
-
avail[-d|-L] [-t|-l|-j] [-S|-C] [--indepth|--no-indepth] [path...]¶ List all available modulefiles in the current
MODULEPATH. All directories in theMODULEPATHare recursively searched for files containing the modulefile magic cookie. If an argument is given, then each directory in theMODULEPATHis searched for modulefiles whose pathname, symbolic version-name or alias match the argument. Argument may contain wildcard characters. Multiple versions of an application can be supported by creating a subdirectory for the application containing modulefiles for each version.Symbolic version-names and aliases found in the search are displayed in the result of this sub-command. Symbolic version-names are displayed next to the modulefile they are assigned to within parenthesis. Aliases are listed in the
MODULEPATHsection where they have been defined. To distinguish aliases from modulefiles a@symbol is added within parenthesis next to their name. Aliases defined through a global or user specific module RC file are listed under the global/user modulerc section.When colored output is enabled and a specific graphical rendition is defined for module default version, the
defaultsymbol is omitted and instead the defined graphical rendition is applied to the relative modulefile. When colored output is enabled and a specific graphical rendition is defined for module alias, the@symbol is omitted. The defined graphical rendition applies to the module alias name. SeeMODULES_COLORandMODULES_COLORSsections for details on colored output.The parameter path may also refer to a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
-
clear[-f]¶ Force the Modules package to believe that no modules are currently loaded. A confirmation is requested if command-line switch
-f(or--force) is not passed. Typed confirmation should equal toyesoryin order to proceed.New in version 4.3:
clearsupport was dropped on version 4.0 but reintroduced starting version 4.3.
-
config[--dump-state|name [value]|--reset name]¶ Gets or sets
modulecmd.tcloptions. Reports the currently set value of passed option name or all existing options if no name passed. If a name and a value are provided, the value of option name is set to value. If command-line switch--resetis passed in addition to a name, overridden value for option name is cleared.When a reported option value differs from default value a mention is added to indicate whether the overridden value is coming from a command-line switch (
cmd-line) or from an environment variable (env-var). When a reported option value is locked and cannot be altered a (locked) mention is added.If no value is currently set for an option name, the mention
<undef>is reported.When command-line switch
--dump-stateis passed, currentmodulecmd.tclstate and Modules-related environment variables are reported in addition to currently setmodulecmd.tcloptions.Existing option names are:
advanced_version_spec: advanced module version specification to finely select modulefiles (defines environment variableMODULES_ADVANCED_VERSION_SPECwhen setauto_handling: automated module handling mode (definesMODULES_AUTO_HANDLING)avail_indepth:availsub-command in depth search mode (definesMODULES_AVAIL_INDEPTH)avail_report_dir_sym: display symbolic versions targeting directories onavailsub-commandavail_report_mfile_sym: display symbolic versions targeting modulefiles onavailsub-commandcollection_pin_version: register exact modulefile version in collection (definesMODULES_COLLECTION_PIN_VERSION)collection_target: collection target which is valid for current system (definesMODULES_COLLECTION_TARGET)color: colored output mode (definesMODULES_COLOR)colors: chosen colors to highlight output items (definesMODULES_COLORS)contact: modulefile contact address (definesMODULECONTACT)extended_default: allow partial module version specification (definesMODULES_EXTENDED_DEFAULT)extra_siteconfig: additional site-specific configuration script location (definesMODULES_SITECONFIG)home: location of Modules package master directory (definesMODULESHOME)icase: enable case insensitive match (definesMODULES_ICASE)ignored_dirs: directories ignored when looking for modulefilesimplicit_default: set an implicit default version for modules (definesMODULES_IMPLICIT_DEFAULT)locked_configs: configuration options that cannot be supersededml: define ml command at initialization time (definesMODULES_ML)pager: text viewer to paginate message output (definesMODULES_PAGER)rcfile: global run-command file location (definesMODULERCFILE)run_quarantine: environment variables to indirectly pass tomodulecmd.tcl(definesMODULES_RUN_QUARANTINE)silent_shell_debug: disablement of shell debugging property for the module command (definesMODULES_SILENT_SHELL_DEBUG)search_match: module search match style (definesMODULES_SEARCH_MATCH)set_shell_startup: ensure module command definition by setting shell startup file (definesMODULES_SET_SHELL_STARTUP)siteconfig: primary site-specific configuration script locationtcl_ext_lib: Modules Tcl extension library locationterm_background: terminal background color kind (definesMODULES_TERM_BACKGROUND)unload_match_order: unload firstly loaded or lastly loaded module matching request (definesMODULES_UNLOAD_MATCH_ORDER)verbosity: module command verbosity level (definesMODULES_VERBOSITY)wa_277: workaround for Tcsh history issue (definesMODULES_WA_277)
The options
avail_report_dir_sym,avail_report_mfile_sym,ignored_dirs,locked_configs,siteconfigandtcl_ext_libcannot be altered. Moreover all options referred inlocked_configsvalue are locked, thus they cannot be altered.New in version 4.3.
-
displaymodulefile...¶ Display information about one or more modulefiles. The display sub-command will list the full path of the modulefile and the environment changes the modulefile will make if loaded. (Note: It will not display any environment changes found within conditional statements.)
The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
-
help[modulefile...]¶ Print the usage of each sub-command. If an argument is given, print the Module-specific help information for the modulefile.
The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
-
info-loadedmodulefile¶ Returns the names of currently loaded modules matching passed modulefile. Returns an empty string if passed modulefile does not match any loaded modules. See
module-info loadedin the modulefile man page for further explanation.New in version 4.1.
-
initaddmodulefile...¶ Add modulefile to the shell's initialization file in the user's home directory. The startup files checked (in order) are:
C Shell
.modules,.cshrc,.csh_variablesand.loginTENEX C Shell
.modules,.tcshrc,.cshrc,.csh_variablesand.loginBourne and Korn Shells
.modules,.profileGNU Bourne Again Shell
.modules,.bash_profile,.bash_login,.profileand.bashrcZ Shell
.modules,.zshrc,.zshenvand.zloginFriendly Interactive Shell
.modules,.config/fish/config.fishIf a
module loadline is found in any of these files, the modulefiles are appended to any existing list of modulefiles. Themodule loadline must be located in at least one of the files listed above for any of theinitsub-commands to work properly. If themodule loadline is found in multiple shell initialization files, all of the lines are changed.
-
initclear¶ Clear all of the modulefiles from the shell's initialization files.
-
initlist¶ List all of the modulefiles loaded from the shell's initialization file.
-
initprependmodulefile...¶ Does the same as
initaddbut prepends the given modules to the beginning of the list.
-
initrmmodulefile...¶ Remove modulefile from the shell's initialization files.
-
initswitchmodulefile1 modulefile2¶ Switch modulefile1 with modulefile2 in the shell's initialization files.
-
is-availmodulefile...¶ Returns a true value if any of the listed modulefiles exists in enabled
MODULEPATH. Returns a false value otherwise. Seeis-availin the modulefile man page for further explanation.The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
New in version 4.1.
-
is-loaded[modulefile...]¶ Returns a true value if any of the listed modulefiles has been loaded or if any modulefile is loaded in case no argument is provided. Returns a false value otherwise. See
is-loadedin the modulefile man page for further explanation.The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
New in version 4.1.
-
is-saved[collection...]¶ Returns a true value if any of the listed collections exists or if any collection exists in case no argument is provided. Returns a false value otherwise. See
is-savedin the modulefile man page for further explanation.New in version 4.1.
-
is-used[directory...]¶ Returns a true value if any of the listed directories has been enabled in
MODULEPATHor if any directory is enabled in case no argument is provided. Returns a false value otherwise. Seeis-usedin the modulefile man page for further explanation.New in version 4.1.
-
list[-t|-l|-j]¶ List loaded modules.
-
load[--auto|--no-auto] [-f] modulefile...¶ Load modulefile into the shell environment.
The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
-
pathmodulefile¶ Print path to modulefile.
The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
New in version 4.0.
-
pathsmodulefile¶ Print path of available modulefiles matching argument.
The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
New in version 4.0.
-
prepend-path[-d C|--delim C|--delim=C] [--duplicates] variable value...¶ Prepend value to environment variable. The variable is a colon, or delimiter, separated list. See
prepend-pathin the modulefile man page for further explanation.New in version 4.1.
-
purge¶ Unload all loaded modulefiles.
-
reload¶ Unload then load all loaded modulefiles.
No unload then load is performed and an error is returned if the loaded modulefiles have unsatisfied constraint corresponding to the
prereqandconflictthey declare.New in version 4.0.
-
remove-path[-d C|--delim C|--delim=C] [--index] variable value...¶ Remove value from the colon, or delimiter, separated list in environment variable. See
remove-pathin the modulefile man page for further explanation.New in version 4.1.
-
restore[collection]¶ Restore the environment state as defined in collection. If collection name is not specified, then it is assumed to be the default collection. If collection is a fully qualified path, it is restored from this location rather than from a file under the user's collection directory. If
MODULES_COLLECTION_TARGETis set, a suffix equivalent to the value of this variable is appended to the collection file name to restore.When restoring a collection, the currently set
MODULEPATHdirectory list and the currently loaded modulefiles are unused and unloaded then used and loaded to exactly match theMODULEPATHand loaded modulefiles lists saved in this collection file. The order of the paths and modulefiles set in collection is preserved when restoring. It means that currently loaded modules are unloaded to get the sameLOADEDMODULESroot than collection and currently used module paths are unused to get the sameMODULEPATHroot. Then missing module paths are used and missing modulefiles are loaded.If a module, without a default version explicitly defined, is recorded in a collection by its bare name: loading this module when restoring the collection will fail if the configuration option
implicit_defaultis disabled.New in version 4.0.
-
save[collection]¶ Record the currently set
MODULEPATHdirectory list and the currently loaded modulefiles in a collection file under the user's collection directory$HOME/.module. If collection name is not specified, then it is assumed to be thedefaultcollection. If collection is a fully qualified path, it is saved at this location rather than under the user's collection directory.If
MODULES_COLLECTION_TARGETis set, a suffix equivalent to the value of this variable will be appended to the collection file name.By default, if a loaded modulefile corresponds to the explicitly defined default module version, the bare module name is recorded. If the configuration option
implicit_defaultis enabled, the bare module name is also recorded for the implicit default module version. IfMODULES_COLLECTION_PIN_VERSIONis set to1, module version is always recorded even if it is the default version.No collection is recorded and an error is returned if the loaded modulefiles have unsatisfied constraint corresponding to the
prereqandconflictthey declare.New in version 4.0.
-
savelist[-t|-l|-j]¶ List collections that are currently saved under the user's collection directory. If
MODULES_COLLECTION_TARGETis set, only collections matching the target suffix will be displayed.New in version 4.0.
-
saverm[collection]¶ Delete the collection file under the user's collection directory. If collection name is not specified, then it is assumed to be the default collection. If
MODULES_COLLECTION_TARGETis set, a suffix equivalent to the value of this variable will be appended to the collection file name.New in version 4.0.
-
saveshow[collection]¶ Display the content of collection. If collection name is not specified, then it is assumed to be the default collection. If collection is a fully qualified path, this location is displayed rather than a collection file under the user's collection directory. If
MODULES_COLLECTION_TARGETis set, a suffix equivalent to the value of this variable will be appended to the collection file name.New in version 4.0.
-
search[-j] string¶ Seeks through the
module-whatisinformations of all modulefiles for the specified string. All module-whatis informations matching the string in a case insensitive manner will be displayed. string may contain wildcard characters.New in version 4.0: Prior version 4.0
module-whatisinformation search was performed withaproposorkeywordsub-commands.
-
sourcescriptfile...¶ Execute scriptfile into the shell environment. scriptfile must be written with modulefile syntax and specified with a fully qualified path. Once executed scriptfile is not marked loaded in shell environment which differ from
loadsub-command.New in version 4.0.
-
switch[--auto|--no-auto] [-f] [modulefile1] modulefile2¶ Switch loaded modulefile1 with modulefile2. If modulefile1 is not specified, then it is assumed to be the currently loaded module with the same root name as modulefile2.
The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
-
testmodulefile...¶ Execute and display results of the Module-specific tests for the modulefile.
The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
New in version 4.0.
-
unload[--auto|--no-auto] [-f] modulefile...¶ Remove modulefile from the shell environment.
The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
-
unusedirectory...¶ Remove one or more directories from the
MODULEPATHenvironment variable if reference counter of these directories is equal to 1 or unknown.Reference counter of directory in
MODULEPATHdenotes the number of times directory has been enabled. When attempting to remove directory fromMODULEPATH, reference counter variableMODULEPATH_modshareis checked and directory is removed only if its relative counter is equal to 1 or not defined. Otherwise directory is kept and reference counter is decreased by 1.
-
use[-a|--append] directory...¶ Prepend one or more directories to the
MODULEPATHenvironment variable. The--appendflag will append the directory toMODULEPATH.Reference counter environment variable
MODULEPATH_modshareis also set to increase the number of times directory has been added toMODULEPATH.
-
whatis[-j] [modulefile...]¶ Display the information set up by the
module-whatiscommands inside the specified modulefiles. These specified modulefiles may be expressed using wildcard characters. If no modulefile is specified, allmodule-whatislines will be shown.The parameter modulefile may also be a symbolic modulefile name or a modulefile alias. It may also leverage a specific syntax to finely select module version (see Advanced module version specifiers section below).
Modulefiles¶
modulefiles are written in the Tool Command Language (Tcl) and are
interpreted by modulecmd.tcl. modulefiles can use conditional
statements. Thus the effect a modulefile will have on the environment
may change depending upon the current state of the environment.
Environment variables are unset when unloading a modulefile. Thus, it is
possible to load a modulefile and then unload it without
having the environment variables return to their prior state.
Advanced module version specifiers¶
When the advanced module version specifiers mechanism is enabled (see
MODULES_ADVANCED_VERSION_SPEC), the specification of modulefile
passed on Modules sub-commands changes. After the module name a version
constraint prefixed by the @ character may be added. It could be directly
appended to the module name or separated from it with a space character.
Constraints can be expressed to refine the selection of module version to:
- a single version with the
@versionsyntax, for instancefoo@1.2.3syntax will select modulefoo/1.2.3 - a list of versions with the
@version1,version2,...syntax, for instancefoo@1.2.3,1.10will match modulesfoo/1.2.3andfoo/1.10 - a range of versions with the
@version1:,@:version2and@version1:version2syntaxes, for instancefoo@1.2:will select all versions of modulefoogreater than or equal to1.2,foo@:1.3will select all versions less than or equal to1.3andfoo@1.2:1.3matches all versions between1.2and1.3including1.2and1.3versions
Advanced specification of single version or list of versions may benefit from
the activation of the extended default mechanism (see
MODULES_EXTENDED_DEFAULT) to use an abbreviated notation like @1
to refer to more precise version numbers like 1.2.3. Range of versions on
its side natively handles abbreviated versions.
In order to be specified in a range of versions or compared to a range of
versions, the version major element should corresponds to a number. For
instance 10a, 1.2.3, 1.foo are versions valid for range
comparison whereas default or foo.2 versions are invalid for range
comparison.
If the implicit default mechanism is also enabled (see
MODULES_IMPLICIT_DEFAULT), a default and latest symbolic
versions are automatically defined for each module name (also at each
directory level for deep modulefiles). These automatic version symbols are
defined unless a symbolic version, alias, or regular module version already
exists for these default or latest version names. Using the
mod@latest (or mod/latest) syntax ensures highest available version
will be selected.
Collections¶
Collections describe a sequence of module use then
module load commands that are interpreted by
modulecmd.tcl to set the user environment as described by this
sequence. When a collection is activated, with the restore
sub-command, module paths and loaded modules are unused or unloaded if they
are not part or if they are not ordered the same way as in the collection.
Collections are generated by the save sub-command that dumps the
current user environment state in terms of module paths and loaded modules. By
default collections are saved under the $HOME/.module directory.
Collections may be valid for a given target if they are suffixed. In this
case these collections can only be restored if their suffix correspond to
the current value of the MODULES_COLLECTION_TARGET environment
variable (see the dedicated section of this topic below).
EXIT STATUS¶
The module command exits with 0 if its execution succeed.
Otherwise 1 is returned.
ENVIRONMENT¶
-
_LMFILES_¶ A colon separated list of the full pathname for all loaded modulefiles.
-
LOADEDMODULES¶ A colon separated list of all loaded modulefiles.
-
MODULECONTACT¶ Email address to contact in case any issue occurs during the interpretation of modulefiles.
New in version 4.0.
-
MODULEPATH¶ The path that the module command searches when looking for modulefiles. Typically, it is set to the master modulefiles directory,
/usr/share/Modules/modulefiles, by the initialization script.MODULEPATHcan be set usingmodule useor by the module initialization script to search group or personal modulefile directories before or after the master modulefile directory.Path elements registered in the
MODULEPATHenvironment variable may contain reference to environment variables which are converted to their corresponding value by module command each time it looks at theMODULEPATHvalue. If an environment variable referred in a path element is not defined, its reference is converted to an empty string.
-
MODULERCFILE¶ The location of a global run-command file containing modulefile specific setup. See Modulecmd startup section for detailed information.
-
MODULES_ADVANCED_VERSION_SPEC¶ If set to
1, enable advanced module version specifiers (see Advanced module version specifiers section). If set to0, disable advanced module version specifiers.Advanced module version specifiers enablement is defined in the following order of preference:
MODULES_ADVANCED_VERSION_SPECenvironment variable then the default set inmodulecmd.tclscript configuration. Which meansMODULES_ADVANCED_VERSION_SPECoverrides default configuration.New in version 4.4.
-
MODULES_AUTO_HANDLING¶ If set to
1, enable automated module handling mode. If set to0disable automated module handling mode. Other values are ignored.Automated module handling mode consists in additional actions triggered when loading or unloading a modulefile to satisfy the constraints it declares. When loading a modulefile, following actions are triggered:
- Requirement Load: load of the modulefiles declared as a
prereqof the loading modulefile. - Dependent Reload: reload of the modulefiles declaring a
prereqonto loaded modulefile or declaring aprereqonto a modulefile part of this reloading batch.
When unloading a modulefile, following actions are triggered:
- Dependent Unload: unload of the modulefiles declaring a non-optional
prereqonto unloaded modulefile or declaring a non-optionalprereqonto a modulefile part of this unloading batch. Aprereqmodulefile is considered optional if theprereqdefinition order is made of multiple modulefiles and at least one alternative modulefile is loaded. - Useless Requirement Unload: unload of the
prereqmodulefiles that have been automatically loaded for either the unloaded modulefile, an unloaded dependent modulefile or a modulefile part of this useless requirement unloading batch. Modulefiles are added to this unloading batch only if they are not required by any other loaded modulefiles. - Dependent Reload: reload of the modulefiles declaring a
conflictor an optionalprereqonto either the unloaded modulefile, an unloaded dependent or an unloaded useless requirement or declaring aprereqonto a modulefile part of this reloading batch.
In case a loaded modulefile has some of its declared constraints unsatisfied (pre-required modulefile not loaded or conflicting modulefile loaded for instance), this loaded modulefile is excluded from the automatic reload actions described above.
For the specific case of the
switchsub-command, where a modulefile is unloaded to then load another modulefile. Dependent modulefiles to Unload are merged into the Dependent modulefiles to Reload that are reloaded after the load of the switched-to modulefile.Automated module handling mode enablement is defined in the following order of preference:
--auto/--no-autocommand line switches, thenMODULES_AUTO_HANDLINGenvironment variable, then the default set inmodulecmd.tclscript configuration. Which meansMODULES_AUTO_HANDLINGoverrides default configuration and--auto/--no-autocommand line switches override every other ways to enable or disable this mode.New in version 4.2.
- Requirement Load: load of the modulefiles declared as a
-
MODULES_AVAIL_INDEPTH¶ If set to
1, enable in depth search results foravailsub-command. If set to0disableavailsub-command in depth mode. Other values are ignored.When in depth mode is enabled, modulefiles and directories contained in directories matching search query are also included in search results. When disabled these modulefiles and directories contained in matching directories are excluded.
availsub-command in depth mode enablement is defined in the following order of preference:--indepth/--no-indepthcommand line switches, thenMODULES_AVAIL_INDEPTHenvironment variable, then the default set inmodulecmd.tclscript configuration. Which meansMODULES_AVAIL_INDEPTHoverrides default configuration and--indepth/--no-indepthcommand line switches override every other ways to enable or disable this mode.New in version 4.3.
-
MODULES_CMD¶ The location of the active module command script.
New in version 4.1.
-
MODULES_COLLECTION_PIN_VERSION¶ If set to
1, register exact version number of modulefiles when saving a collection. Otherwise modulefile version number is omitted if it corresponds to the explicitly set default version and also to the implicit default when the configuration optionimplicit_defaultis enabled.New in version 4.1.
-
MODULES_COLLECTION_TARGET¶ The collection target that determines what collections are valid thus reachable on the current system.
Collection directory may sometimes be shared on multiple machines which may use different modules setup. For instance modules users may access with the same
HOMEdirectory multiple systems using different OS versions. When it happens a collection made on machine 1 may be erroneous on machine 2.When a target is set, only the collections made for that target are available to the
restore,savelist,saveshowandsavermsub-commands. Saving a collection registers the target footprint by suffixing the collection filename with.$MODULES_COLLECTION_TARGET. The collection target is not involved when collection is specified as file path on thesaveshow,restoreandsavesub-commands.For example, the
MODULES_COLLECTION_TARGETvariable may be set with results from commands like lsb_release, hostname, dnsdomainname, etc.New in version 4.0.
-
MODULES_COLOR¶ Defines if output should be colored or not. Accepted values are
never,autoandalways.When color mode is set to
auto, output is colored only if the standard error output channel is attached to a terminal.Colored output enablement is defined in the following order of preference:
--colorcommand line switch, thenMODULES_COLORenvironment variable, thenNO_COLOR,CLICOLORandCLICOLOR_FORCEenvironment variables, then the default set inmodulecmd.tclscript configuration. Which meansMODULES_COLORoverrides default configuration and theNO_COLORandCLICOLOR/CLICOLOR_FORCEvariables.--colorcommand line switch overrides every other ways to enable or disable this mode.NO_COLOR,CLICOLORandCLICOLOR_FORCEenvironment variables are also honored to define color mode. Thenevermode is set ifNO_COLORis defined (regardless of its value) or ifCLICOLORequals to0. IfCLICOLORis set to another value, it corresponds to theautomode. Thealwaysmode is set ifCLICOLOR_FORCEis set to a value different than0.NO_COLORvariable prevails overCLICOLORandCLICOLOR_FORCE. Color mode set with these three variables is superseded by mode set withMODULES_COLORenvironment variable.New in version 4.3.
-
MODULES_COLORS¶ Specifies the colors and other attributes used to highlight various parts of the output. Its value is a colon-separated list of output items associated to a Select Graphic Rendition (SGR) code. It follows the same syntax than
LS_COLORS.Output items are designated by keys. Items able to be colorized are: highlighted element (
hi), debug information (db), tag separator (se); Error (er), warning (wa), module error (me) and info (in) message prefixes; Modulepath (mp), directory (di), module alias (al), module symbolic version (sy), moduledefaultversion (de) and modulefile command (cm).See the Select Graphic Rendition (SGR) section in the documentation of the text terminal that is used for permitted values and their meaning as character attributes. These substring values are integers in decimal representation and can be concatenated with semicolons. Modules takes care of assembling the result into a complete SGR sequence (
\33[...m). Common values to concatenate include1for bold,4for underline,30to37for foreground colors and90to97for 16-color mode foreground colors. See also https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters for a complete SGR code reference.No graphical rendition will be applied to an output item that could normaly be colored but which is not defined in the color set. Thus if
MODULES_COLORSis defined empty, no output will be colored at all.The color set is defined for Modules in the following order of preference:
MODULES_COLORSenvironment variable, then the default set inmodulecmd.tclscript configuration. Which meansMODULES_COLORSoverrides default configuration.New in version 4.3.
-
MODULES_EXTENDED_DEFAULT¶ If set to
1, a specified module version is matched against starting portion of existing module versions, where portion is a substring separated from the rest of the version string by a.character. For example specified modulesmod/1andmod/1.2will match existing modulefilemod/1.2.3.In case multiple modulefiles match the specified module version and a single module has to be selected, the explicitly set default version is returned if it is part of matching modulefiles. Otherwise the implicit default among matching modulefiles is returned if defined (see
MODULES_IMPLICIT_DEFAULTsection)This environment variable supersedes the value of the configuration option
extended_defaultset inmodulecmd.tclscript.New in version 4.4.
-
MODULES_ICASE¶ When module specification are passed as argument to module sub-commands or modulefile Tcl commands, defines the case sensitiveness to apply to match them. When
MODULES_ICASEis set tonever, a case sensitive match is applied in any cases. When set tosearch, a case insensitive match is applied to theavail,whatisandpathssub-commands. When set toalways, a case insensitive match is also applied to the other module sub-commands and modulefile Tcl commands for the module specification they receive as argument.Case sensitiveness behavior is defined in the following order of preference:
--icasecommand line switch, which corresponds to thealwaysmode, thenMODULES_ICASEenvironment variable, then the default set inmodulecmd.tclscript configuration. Which meansMODULES_ICASEoverrides default configuration and--icasecommand line switch overrides every other ways to set case sensitiveness behavior.New in version 4.4.
-
MODULES_IMPLICIT_DEFAULT¶ Defines (if set to
1) or not (if set to0) an implicit default version for modules without a default version explicitly defined (see Locating Modulefiles section in the modulefile man page).Without either an explicit or implicit default version defined a module must be fully qualified (version should be specified in addition to its name) to get:
- targeted by module
load,switch,display,help,testandpathsub-commands. - restored from a collection, unless already loaded in collection-specified order.
- automatically loaded by automated module handling mechanisms (see
MODULES_AUTO_HANDLINGsection) when declared as module requirement, withprereqormodule loadmodulefile commands.
An error is returned in the above situations if either no explicit or implicit default version is defined.
This environment variable supersedes the value of the configuration option
implicit_defaultset inmodulecmd.tclscript. This environment variable is ignored ifimplicit_defaulthas been declared locked inlocked_configsconfiguration option.New in version 4.3.
- targeted by module
-
MODULES_LMALTNAME¶ A colon separated list of the alternative names set through
module-versionandmodule-aliasstatements corresponding to all loaded modulefiles. Each element in this list starts by the name of the loaded modulefile followed by all alternative names resolving to it. The loaded modulefile and its alternative names are separated by the ampersand character.This environment variable is intended for module command internal use to get knowledge of the alternative names matching loaded modulefiles in order to keep environment consistent when conflicts or pre-requirements are set over these alternative designations. It also helps to find a match after modulefiles being loaded when
unload,is-loadedorinfo-loadedactions are run over these names.New in version 4.2.
-
MODULES_LMCONFLICT¶ A colon separated list of the
conflictstatements defined by all loaded modulefiles. Each element in this list starts by the name of the loaded modulefile declaring the conflict followed by the name of all modulefiles it declares a conflict with. These loaded modulefiles and conflicting modulefile names are separated by the ampersand character.This environment variable is intended for module command internal use to get knowledge of the conflicts declared by the loaded modulefiles in order to keep environment consistent when a conflicting module is asked for load afterward.
New in version 4.2.
-
MODULES_LMNOTUASKED¶ A colon separated list of all loaded modulefiles that were not explicitly asked for load from the command-line.
This environment variable is intended for module command internal use to distinguish the modulefiles that have been loaded automatically from modulefiles that have been asked by users.
New in version 4.2.
-
MODULES_LMPREREQ¶ A colon separated list of the
prereqstatements defined by all loaded modulefiles. Each element in this list starts by the name of the loaded modulefile declaring the pre-requirement followed by the name of all modulefiles it declares aprereqwith. These loaded modulefiles and pre-required modulefile names are separated by the ampersand character. When aprereqstatement is composed of multiple modulefiles, these modulefile names are separated by the pipe character.This environment variable is intended for module command internal use to get knowledge of the pre-requirement declared by the loaded modulefiles in order to keep environment consistent when a pre-required module is asked for unload afterward.
New in version 4.2.
-
MODULES_ML¶ If set to
1, define ml command when initializing Modules (see Package Initialization section). If set to0, ml command is not defined.ml command enablement is defined in the following order of preference:
MODULES_MLenvironment variable then the default set inmodulecmd.tclscript configuration. Which meansMODULES_MLoverrides default configuration.New in version 4.5.
-
MODULES_PAGER¶ Text viewer for use to paginate message output if error output stream is attached to a terminal. The value of this variable is composed of a pager command name or path eventually followed by command-line options.
Paging command and options are defined for Modules in the following order of preference:
MODULES_PAGERenvironment variable, then the default set inmodulecmd.tclscript configuration. Which meansMODULES_PAGERoverrides default configuration.If
MODULES_PAGERvariable is set to an empty string or to the valuecat, pager will not be launched.New in version 4.1.
-
MODULES_RUN_QUARANTINE¶ A space separated list of environment variable names that should be passed indirectly to
modulecmd.tclto protect its run-time environment from side-effect coming from their current definition.Each variable found in
MODULES_RUN_QUARANTINEwill have its value emptied or set to the value of the correspondingMODULES_RUNENV_<VAR>variable when definingmodulecmd.tclrun-time environment.Original values of these environment variables set in quarantine are passed to
modulecmd.tclvia<VAR>_modquarvariables.New in version 4.1.
-
MODULES_RUNENV_<VAR>¶ Value to set to environment variable
<VAR>formodulecmd.tclrun-time execution if<VAR>is referred inMODULES_RUN_QUARANTINE.New in version 4.1.
-
MODULES_SEARCH_MATCH¶ When searching for modules with
availsub-command, defines the way query string should match against available module names. Withstarts_withvalue, returned modules are those whose name begins by search query string. When set tocontains, any modules whose fully qualified name contains search query string are returned.Module search match style is defined in the following order of preference:
--starts-withand--containscommand line switches, thenMODULES_SEARCH_MATCHenvironment variable, then the default set inmodulecmd.tclscript configuration. Which meansMODULES_SEARCH_MATCHoverrides default configuration and--starts-with/--containscommand line switches override every other ways to set search match style.New in version 4.3.
-
MODULES_SET_SHELL_STARTUP¶ If set to
1, defines when module command initializes the shell startup file to ensure that the module command is still defined in sub-shells. Setting shell startup file means defining theENVandBASH_ENVenvironment variable to the Modules bourne shell initialization script. If set to0, shell startup file is not defined.New in version 4.3.
-
MODULES_SILENT_SHELL_DEBUG¶ If set to
1, disable anyxtraceorverbosedebugging property set on current shell session for the duration of either the module command or the module shell initialization script. Only applies to Bourne Shell (sh) and its derivatives.New in version 4.1.
-
MODULES_SITECONFIG¶ Location of a site-specific configuration script to source into
modulecmd.tcl. See also Modulecmd startup section.This environment variable is ignored if
extra_siteconfighas been declared locked inlocked_configsconfiguration option.New in version 4.3.
-
MODULES_TERM_BACKGROUND¶ Inform Modules of the terminal background color to determine if the color set for dark background or the color set for light background should be used to color output in case no specific color set is defined with the
MODULES_COLORSvariable. Accepted values aredarkandlight.New in version 4.3.
-
MODULES_UNLOAD_MATCH_ORDER¶ When a module unload request matches multiple loaded modules, unload firstly loaded module or lastly loaded module. Accepted values are
returnfirstandreturnlast.New in version 4.3.
-
MODULES_USE_COMPAT_VERSION¶ If set to
1prior to Modules package initialization, enable Modules compatibility version (3.2 release branch) rather main version at initialization scripts running time. Modules package compatibility version should be installed along with main version for this environment variable to have any effect.New in version 4.0.
-
MODULES_VERBOSITY¶ Defines the verbosity level of the module command. Available verbosity levels from the least to the most verbose are:
silent: turn off error, warning and informational messages but does not affect module command output result.concise: enable error and warning messages but disable informational messages.normal: turn on informational messages, like a report of the additional module evaluations triggered by loading or unloading modules, aborted evaluation issues or a report of each module evaluation occurring during arestoreorsourcesub-commands.verbose: add additional informational messages, like a systematic report of the loading or unloading module evaluations.debug: print debugging messages about module command execution.
Module command verbosity is defined in the following order of preference:
--silent,--verboseand--debugcommand line switches, thenMODULES_VERBOSITYenvironment variable, then the default set inmodulecmd.tclscript configuration. Which meansMODULES_VERBOSITYoverrides default configuration and--silent/--verbose/--debugcommand line switches overrides every other ways to set verbosity level.New in version 4.3.
-
MODULES_WA_277¶ If set to
1prior to Modules package initialization, enables workaround for Tcsh history issue (see https://github.com/cea-hpc/modules/issues/277). This issue leads to erroneous history entries under Tcsh shell. When workaround is enabled, an alternative module alias is defined which fixes the history mechanism issue. However the alternative definition of the module alias weakens shell evaluation of the code produced by modulefiles. Characters with a special meaning for Tcsh shell (like{and}) may not be used anymore in shell alias definition otherwise the evaluation of the code produced by modulefiles will return a syntax error.New in version 4.3.
-
MODULESHOME¶ The location of the master Modules package file directory containing module command initialization scripts, the executable program
modulecmd.tcl, and a directory containing a collection of master modulefiles.
-
<VAR>_modquar¶ Value of environment variable
<VAR>passed tomodulecmd.tclin order to restore<VAR>to this value once started.New in version 4.1.
Reference counter variable for path-like variable
<VAR>. A colon separated list containing pairs of elements. A pair is formed by a path element followed its usage counter which represents the number of times this path has been enabled in variable<VAR>. A colon separates the two parts of the pair.New in version 4.0.
FILES¶
/usr/share/Modules
TheMODULESHOMEdirectory.
/usr/share/Modules/etc/siteconfig.tcl
The site-specific configuration script ofmodulecmd.tcl. An additional configuration script could be defined using theMODULES_SITECONFIGenvironment variable.
/usr/share/Modules/etc/rc
The system-wide modules rc file. The location of this file can be changed using theMODULERCFILEenvironment variable as described above.
$HOME/.modulerc
The user specific modules rc file.
$HOME/.module
The user specific collection directory.
/usr/share/Modules/modulefiles
The directory for system-wide modulefiles. The location of the directory can be changed using theMODULEPATHenvironment variable as described above.
/usr/share/Modules/libexec/modulecmd.tcl
The modulefile interpreter that gets executed upon each invocation of module.
/usr/share/Modules/init/<shell>
The Modules package initialization file sourced into the user's environment.