Site: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Documentation]] / [[RefMan|Reference Manual]] / [[RefMan:AMS | Advanced Module System]] | [[Documentation]] / [[RefMan|Reference Manual]] / [[RefMan:AMS | Advanced Module System]] / [[RefMan:AMS Commands | Commands]] / [[site]] __NOEDITSECTION__ __NOTOC__ | ||
---- | ---- | ||
<div style="text-align: center">site: version 9.421.a932b23(2024-01-17 16:15) [AMS]</div>'''Name''' | <div style="text-align: center">site: version 9.421.a932b23(2024-01-17 16:15) [AMS]</div>'''Name''' |
Latest revision as of 13:29, 18 January 2024
Documentation / Reference Manual / Advanced Module System / Commands / site
site: version 9.421.a932b23(2024-01-17 16:15) [AMS]
Name
site
Synopsis
site [OPTIONS] [--] [action] [site]
Description
Activate a given site or print detailed information about the active or available sites. A site usually encapsulates computational resources, typically a batch system(s).
Arguments
Arguments:
action operation, which should be performed (avail by default)
site site on which the action is performed
Supported actions (user):
activate site activate the site
[--all] avail list available sites
info [site] info about the active or requested site
disp [site] deeper info about the active or requested site
listamods [site] list autoloaded modules for the active or requested site
Supported actions (system):
[--force] init init the site
action operation, which should be performed (avail by default)
site site on which the action is performed
Supported actions (user):
activate site activate the site
[--all] avail list available sites
info [site] info about the active or requested site
disp [site] deeper info about the active or requested site
listamods [site] list autoloaded modules for the active or requested site
Supported actions (system):
[--force] init init the site
Options
-v, --verbose increase output verbosity
|
-a, --all print all sites with 'avail' action
|
-f, --force init the site even if other is active
|
--version output version information and exit
|
-h, --help display this help and exit
|