Translations:Niagara Quickstart/54/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 4: | Line 4: | ||
<li><p>The same [[Modules|software stack available on Compute Canada's General Purpose clusters]] [https://docs.computecanada.ca/wiki/Graham Graham] and [https://docs.computecanada.ca/wiki/Cedar Cedar], compiled (for now) for a previous generation of CPUs:</p> | <li><p>The same [[Modules|software stack available on Compute Canada's General Purpose clusters]] [https://docs.computecanada.ca/wiki/Graham Graham] and [https://docs.computecanada.ca/wiki/Cedar Cedar], compiled (for now) for a previous generation of CPUs:</p> | ||
<source lang="bash">module load CCEnv</source> | <source lang="bash">module load CCEnv</source> | ||
<p>If you want the same default modules loaded | <p>If you want the same default modules as those loaded on Cedar and Graham, also run <code>module load StdEnv</code>.</p></li></ol> |
Revision as of 20:21, 24 April 2018
A Niagara software stack tuned and compiled for this machine. This stack is available by default, but if not, can be reloaded with
module load NiaEnv
The same software stack available on Compute Canada's General Purpose clusters Graham and Cedar, compiled (for now) for a previous generation of CPUs:
module load CCEnv
If you want the same default modules as those loaded on Cedar and Graham, also run
module load StdEnv
.