|
|
Line 1: |
Line 1: |
| <div style="text-align: center">site: version 9.421.a932b23(2024-01-17 16:15) [AMS]</div>'''Name'''
| | [[Documentation]] / [[RefMan|Reference Manual]] / [[RefMan:AMS | Advanced Module System]] // [[RefMan:AMS Commands]] // [[site]] __NOEDITSECTION__ __NOTOC__ |
| | | ---- |
| <span style="margin-left: 15px;">site</span>
| |
| | |
| '''Synopsis'''
| |
| | |
| <span style="color: maroon; margin-left: 15px;">site</span> <span style="color: blue;">[OPTIONS]</span> [--] <span style="color: purple;">[action] [site]</span>
| |
| | |
| '''Description'''
| |
| | |
| <p style="text-indent: 1em; text-align: justify;">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).</p>
| |
| | |
| '''Arguments'''
| |
| | |
| <div style="margin-left: 2em;"><span style="font-style: bold;">Arguments:</span><br /><span></span> <span style="font-style: bold;"><span style="color: darkcyan;">action</span></span> operation, which should be performed (avail by default)<br /><span></span> <span style="font-style: bold;"><span style="color: darkcyan;">site</span></span> site on which the action is performed<br /><br />Supported actions (user):<br /><span></span> <span style="color: green;">activate site</span> activate the site<br /><span></span> <span style="color: green;">[--all] avail</span> list available sites<br /><span></span> <span style="color: green;">info [site]</span> info about the active or requested site<br /><span></span> <span style="color: green;">disp [site]</span> deeper info about the active or requested site<br /><span></span> <span style="color: green;">listamods [site]</span> list autoloaded modules for the active or requested site<br /><br />Supported actions (system):<br /><span></span> <span style="color: green;">[--force] init</span> init the site</div>
| |
| | |
| '''Options'''
| |
| | |
| {| style="margin-left: 2em; width: 95%;"
| |
| |- style="vertical-align: top; background-color: #e6e6e6;"
| |
| |<span style="color: blue;">-v, --verbose</span><br/><div style="margin-left: 30px;">increase output verbosity</div>
| |
| |- style="vertical-align: top;"
| |
| |<span style="color: blue;">-a, --all</span><br/><div style="margin-left: 30px;">print all sites with 'avail' action</div>
| |
| |- style="vertical-align: top; background-color: #e6e6e6;"
| |
| |<span style="color: blue;">-f, --force</span><br/><div style="margin-left: 30px;">init the site even if other is active</div>
| |
| |- style="vertical-align: top;"
| |
| |<span style="color: blue;">--version</span><br/><div style="margin-left: 30px;">output version information and exit</div>
| |
| |- style="vertical-align: top; background-color: #e6e6e6;"
| |
| |<span style="color: blue;">-h, --help</span><br/><div style="margin-left: 30px;">display this help and exit</div>
| |
| |}
| |