Translations:Niagara Quickstart/54/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<ol style="list-style-type: decimal;">
<ol style="list-style-type: decimal;">
<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>
<source lang="bash">module load NiaEnv</source></li>
<code>module load NiaEnv</code></li>
<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 standard [[Available software|Alliance software stack]] which is available on Alliance's other clusters (including [[Graham]], [[Cedar]], [[Narval]], and [[Beluga]]):</p>
<source lang="bash">module load CCEnv</source>
<code>module load CCEnv arch/avx512</code>
<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>
<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, Graham, and Beluga, then do
</p><p>
<code>module load CCEnv arch/avx512 StdEnv/2018.3</code>
</p>
</li></ol>

Latest revision as of 14:50, 31 March 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Niagara Quickstart)
<ol style="list-style-type: decimal;">
<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>
<li><p>The standard [[Available software|Alliance software stack]] which is available on Alliance's other clusters (including [[Graham]], [[Cedar]], [[Narval]], and [[Beluga]]):</p>
<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)
<p>Or, if you want the same default modules loaded as on Cedar, Graham, and Beluga, then do
</p><p>
<code>module load CCEnv arch/avx512 StdEnv/2018.3</code>
</p>
</li></ol>
  1. 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
  2. The standard Alliance software stack which is available on Alliance's other clusters (including Graham, Cedar, Narval, 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