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 2: | Line 2: | ||
<li><p>A [[Modules_specific_to_Niagara | Niagara software stack]] tuned and compiled for this machine. This stack is available by default, but if not, can be reloaded with</p> | <li><p>A [[Modules_specific_to_Niagara | Niagara software stack]] tuned and compiled for this machine. This stack is available by default, but if not, can be reloaded with</p> | ||
<code>module load NiaEnv</code></li> | <code>module load NiaEnv</code></li> | ||
<li><p>The | <li><p>The standard [[Available software|Compute Canada software stack]] which is available on Compute Canada's other clusters (including [[Graham]], [[Cedar]], and [[Beluga]]):</p> | ||
<code>module load CCEnv arch/avx512</code> | <code>module load CCEnv arch/avx512</code> | ||
<br>(without the <tt>arch/avx512</tt> module, you'd get the modules for a previous generation of CPUs) | <br>(without the <tt>arch/avx512</tt> module, you'd get the modules for a previous generation of CPUs) | ||
<p>Or, if you want the same default modules loaded as on Cedar and | <p>Or, if you want the same default modules loaded as on Cedar, Graham, and Beluga, then do | ||
</p><p> | </p><p> | ||
<code>module load CCEnv arch/avx512 StdEnv/2018.3</code> | <code>module load CCEnv arch/avx512 StdEnv/2018.3</code> | ||
</p> | </p> | ||
</li></ol> | </li></ol> |
Revision as of 20:02, 27 November 2020
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 standard Compute Canada software stack which is available on Compute Canada's other clusters (including Graham, Cedar, and Beluga):
module load CCEnv arch/avx512
(without the arch/avx512 module, you'd get the modules for a previous generation of CPUs)Or, if you want the same default modules loaded as on Cedar, Graham, and Beluga, then do
module load CCEnv arch/avx512 StdEnv/2018.3