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> | <p>Or, if you want the same default modules loaded as on Cedar and Graham, then do</p> | ||
<p> | |||
<code>module load CCEnv StdEnv</code> | |||
</p> | |||
</ol> |
Revision as of 18:23, 4 December 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
Or, if you want the same default modules loaded as on Cedar and Graham, then do
module load CCEnv StdEnv