RefMan:AMS Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Documentation]] / [[RefMan|Reference Manual]] / [[RefMan:AMS | Advanced Module System]] / [[RefMan:AMS Commands | Commands]] __NOEDITSECTION__ __NOTOC__ | [[Documentation]] / [[RefMan|Reference Manual]] / [[RefMan:AMS | Advanced Module System]] / [[RefMan:AMS Commands | Commands]] __NOEDITSECTION__ __NOTOC__ | ||
---- | ---- | ||
==User commands== | |||
{| class="wikitable" | {| class="wikitable" | ||
! Command | ! Command | ||
Line 8: | Line 8: | ||
|- | |- | ||
| [[site]] | | [[site]] | ||
| | | manipulates with sites, which are virtual representations of computational resources | ||
|- | |- | ||
| [[module]] | | [[module]] | ||
| | | activate/deactivate software modules | ||
|- | |- | ||
| [[ams-config]] | | [[ams-config]] | ||
| | | user configuration of AMS subsystem | ||
|- | |- | ||
| [[amssetenv]] | | [[amssetenv]] | ||
| | | setup available computational resources for parallel execution in interactive command line mode | ||
|} | |} | ||
== Administration == | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 27: | Line 27: | ||
|- | |- | ||
| [[ams-bundle]] | | [[ams-bundle]] | ||
| | | manipulates with module bundles (collections of software modules) | ||
|- | |- | ||
| [[ams-user]] | | [[ams-user]] | ||
| | | print information about the current user | ||
|- | |- | ||
| [[ams-host]] | | [[ams-host]] | ||
| | | print information about the current host | ||
|} | |} | ||
== Technical == | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 43: | Line 43: | ||
|- | |- | ||
| [[_ams-cgen]] | | [[_ams-cgen]] | ||
| | | provide suggestions for bash-completion of AMS commands | ||
|- | |- | ||
| [[_ams-module-var]] | | [[_ams-module-var]] | ||
| | | manipulate with environment variables | ||
|- | |- | ||
| [[module-add-stat]] | | [[module-add-stat]] | ||
| | | send statistical data to the ams-isoftstat server | ||
|} | |} |
Latest revision as of 15:17, 18 January 2024
Documentation / Reference Manual / Advanced Module System / Commands
User commands
Command | Description |
---|---|
site | manipulates with sites, which are virtual representations of computational resources |
module | activate/deactivate software modules |
ams-config | user configuration of AMS subsystem |
amssetenv | setup available computational resources for parallel execution in interactive command line mode |
Administration
Command | Description |
---|---|
ams-bundle | manipulates with module bundles (collections of software modules) |
ams-user | print information about the current user |
ams-host | print information about the current host |
Technical
Command | Description |
---|---|
_ams-cgen | provide suggestions for bash-completion of AMS commands |
_ams-module-var | manipulate with environment variables |
module-add-stat | send statistical data to the ams-isoftstat server |