Narval/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
(Created page with "It is important that you use the allocated resources and to correct your requests when compute resources are less used or not used at all. For example, if you request 4 cores (CPUs) but use only one, you should adjust the script file accordingly.")
 
(14 intermediate revisions by 3 users not shown)
Line 10: Line 10:
| Data transfer node (rsync, scp, sftp,...): '''narval.alliancecan.ca'''
| Data transfer node (rsync, scp, sftp,...): '''narval.alliancecan.ca'''
|-
|-
| Portail : https://portail.narval.calculquebec.ca/
| Portal : https://portail.narval.calculquebec.ca/
|}
|}


Line 62: Line 62:
In practice the Narval racks contain islands of 48 or 56 regular CPU nodes. It is therefore possible to run parallel jobs using up to 3584 cores with a non-blocking network. For larger jobs or ones which are distributed in a fragmented manner across the network, the blocking factor is 4.7:1. The inter-connect remains a high-performance one nonetheless.
In practice the Narval racks contain islands of 48 or 56 regular CPU nodes. It is therefore possible to run parallel jobs using up to 3584 cores with a non-blocking network. For larger jobs or ones which are distributed in a fragmented manner across the network, the blocking factor is 4.7:1. The inter-connect remains a high-performance one nonetheless.


<div class="mw-translate-fuzzy">
==Node characteristics==
=Node characteristics=
{| class="wikitable sortable"
{| class="wikitable sortable"
! nodes !! cores !! available memory !! CPU !! storage !! GPU
! nodes !! cores !! available memory !! CPU !! storage !! GPU
Line 75: Line 74:
|  159 || 48 || 498G or 510000M || 2 x AMD Milan 7413 @ 2.65 GHz 128M cache L3 || 1 x SSD of 3.84 TB || 4 x NVidia A100SXM4 (40 GB memory), connected via NVLink
|  159 || 48 || 498G or 510000M || 2 x AMD Milan 7413 @ 2.65 GHz 128M cache L3 || 1 x SSD of 3.84 TB || 4 x NVidia A100SXM4 (40 GB memory), connected via NVLink
|}
|}
</div>


<div class="mw-translate-fuzzy">
==AMD processors==
=AMD processors=
=== Supported instructions sets ===
== Supported instructions sets ==
Narval is equipped with 2nd and 3rd generation AMD EPYC processors which support the [https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#Advanced_Vector_Extensions_2 AVX2 instruction set]. This instruction set is the same as that found on the Intel processors on the nodes at [[Béluga/en#Node_characteristics|Béluga]], [[Cedar#Node_characteristics|Cedar]], [[Graham#Node_characteristics|Graham]] and [[Niagara#Node_characteristics|Niagara]].
Narval is equipped with 2nd and 3rd generation AMD EPYC processors which support the [https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#Advanced_Vector_Extensions_2 AVX2 instruction set]. This instruction set is also supported by all CPUs at [[Béluga/en#Node_characteristics|Béluga]], [[Cedar#Node_characteristics|Cedar]], [[Graham#Node_characteristics|Graham]] and [[Niagara#Node_characteristics|Niagara]].


However, all nodes at Béluga and Niagara and ''some'' nodes at Cedar and Graham also support [https://en.wikipedia.org/wiki/AVX-512 AVX512] instructions, which are ''not'' supported at Narval.
Narval does not however support the [https://en.wikipedia.org/wiki/AVX-512 AVX512] instruction set, in contrast to the nodes of Béluga and Niagara as well as certain nodes of Cedar and Graham.
</div>


Nodes containing Intel Broadwell CPUs support AVX2 but not AVX512.
AVX2 is supported on nodes which have Broadwell type CPUs, while both instruction sets (AVX2 and AVX512) are on nodes with CPUs of type [https://en.wikipedia.org/wiki/Skylake Skylake] or [https://en.wikipedia.org/wiki/Cascade_Lake_(microarchitecture Cascade Lake]. Consequently, an application compiled on the Broadwell nodes of Cedar and Graham, including their login nodes, will run on Narval, but it  will not be executable if it is compiled on Béluga or Niagara or on a Skylake or Cascade Lake node of Cedar or Graham. Such an application must be recompiled (see ''Intel compilers'' below)
Nodes containing Intel Skylake or Cascade Lake CPUs support both AVX2 and AVX512.


Consequently, an application compiled on Broadwell nodes at Cedar and Graham, including their login nodes, will run at Narval.
===Intel compilers===
An application compiled at Béluga or Niagara, or on a [https://en.wikipedia.org/wiki/Skylake Skylake] or [https://en.wikipedia.org/wiki/Cascade_Lake_(microarchitecture Cascade Lake] node at Cedar or Graham, will not run at Narval. Such an application must be recompiled (see ''Intel compilers'' below)
 
<div class="mw-translate-fuzzy">
==Intel compilers==
Intel compilers can compile applications for Narval's AMD processors with AVX2 and earlier instruction sets. Use the <tt>-march=core-avx2</tt> option to produce executables which are compatible with both Intel and AMD processors.
Intel compilers can compile applications for Narval's AMD processors with AVX2 and earlier instruction sets. Use the <tt>-march=core-avx2</tt> option to produce executables which are compatible with both Intel and AMD processors.
</div>


However, if you have compiled a program on a system which uses Intel processors and you have used one or more options like <tt>-xXXXX</tt>, such as <tt>-xCORE-AVX2</tt>, the compiled program will not work on Narval because the Intel compilers add additional instructions in order to verify that processor used is an Intel product. On Narval, the options <tt>-xHOST</tt> and <tt>-march=native</tt> are equivalent to <tt>-march=pentium</tt> (the old 1993 Pentium) and should <b>not</b> be used.
However, if you have compiled a program on a system which uses Intel processors and you have used one or more options like <tt>-xXXXX</tt>, such as <tt>-xCORE-AVX2</tt>, the compiled program will not work on Narval because the Intel compilers add additional instructions in order to verify that processor used is an Intel product. On Narval, the options <tt>-xHOST</tt> and <tt>-march=native</tt> are equivalent to <tt>-march=pentium</tt> (the old 1993 Pentium) and should <b>not</b> be used.


<div class="mw-translate-fuzzy">
===Software environments===
==Software environments==
[[Standard software environments|StdEnv/2023]] is the standard software environment on Narval; previous versions (2016 and 2018) have been blocked intentionally. If you need an application only available with an older standard environment, please write to [[Technical support]].
[[Standard software environments|StdEnv/2020]] is the standard software environment on Narval; previous versions have been blocked intentionally. If you need an application only available with an older standard environment, please write to [[Technical support]].
</div>


<div class="mw-translate-fuzzy">
===BLAS and LAPACK libraries===
==BLAS and LAPACK libraries==
The Intel MKL library works with AMD processors, although not in an optimal way. We now favour the use of the FlexiBLAS library. For more details, please consult the page on [[BLAS and LAPACK]].
The Intel MKL library works with AMD processors, although not in an optimal way. We now favour the use of the FlexiBLAS library. For more details, please consult the page on [[BLAS and LAPACK]].
</div>
 
==Monitoring jobs==
From the [https://portail.narval.calculquebec.ca/ Narval portal], you can monitor your jobs using CPUs and GPUs <b>in reel time</b> or examine jobs that have run in the past. This can help you to optimize resource usage and shorten wait time in the queue.
 
You can monitor your usage of
* compute nodes,
* memory,
* GPU.
 
It is important that you use the allocated resources and to correct your requests when compute resources are less used or not used at all. For example, if you request 4 cores (CPUs) but use only one, you should adjust the script file accordingly.

Latest revision as of 19:05, 18 September 2024

Other languages:
Availability: since October, 2021
Login node: narval.alliancecan.ca
Globus Collection: Compute Canada - Narval
Data transfer node (rsync, scp, sftp,...): narval.alliancecan.ca
Portal : https://portail.narval.calculquebec.ca/

Narval is a general purpose cluster designed for a variety of workloads; it is located at the École de technologie supérieure in Montreal. The cluster is named in honour of the narwhal, a species of whale which has occasionally been observed in the Gulf of St. Lawrence.

Site-specific policies

By policy, Narval's compute nodes cannot access the internet. If you need an exception to this rule, contact technical support explaining what you need and why.

Crontab is not offered on Narval.

Each job on Narval should have a duration of at least one hour (five minutes for test jobs) and you cannot have more than 1000 jobs, running or queued, at any given moment. The maximum duration for a job on Narval is 7 days (168 hours).

Storage

HOME
Lustre filesystem, 40 TB of space
  • Location of home directories, each of which has a small fixed quota.
  • You should use the project space for larger storage needs.
  • Small per user quota.
  • There is a daily backup of the home directories.
SCRATCH
Lustre filesystem, 5.5 PB of space
  • Large space for storing temporary files during computations.
  • No backup system in place.
PROJECT
Lustre filesystem, 19 PB of space
  • This space is designed for sharing data among the members of a research group and for storing large amounts of data.
  • Large and adjustable per group quota.
  • There is a daily backup of the project space.

For transferring data via Globus, you should use the endpoint specified at the top of this page, while for tools like rsync and scp you can use a login node.

High-performance interconnect

The InfiniBand Mellanox HDR network links together all of the nodes of the cluster. Each hub of 40 HDR ports (200 Gb/s) can connect up to 66 nodes with HDR100 (100 Gb/s) with 33 HDR links divided in two (2) by special cables. The seven (7) remaining HDR links allow the hub to be connected to a rack containing the seven (7) central HDR InfiniBand hubs. The islands of nodes are therefore connected by a maximum blocking factor of 33:7 (4.7:1). In contrast, the storage servers are connected by a much lower blocking factor in order to maximize the performance.

In practice the Narval racks contain islands of 48 or 56 regular CPU nodes. It is therefore possible to run parallel jobs using up to 3584 cores with a non-blocking network. For larger jobs or ones which are distributed in a fragmented manner across the network, the blocking factor is 4.7:1. The inter-connect remains a high-performance one nonetheless.

Node characteristics

nodes cores available memory CPU storage GPU
1145 64 249G or 255000M 2 x AMD Rome 7532 @ 2.40 GHz 256M cache L3 1 x 960G SSD -
33 2009G or 2057500M
3 4000G or 4096000M 2 x AMD Rome 7502 @ 2.50 GHz 128M cache L3
159 48 498G or 510000M 2 x AMD Milan 7413 @ 2.65 GHz 128M cache L3 1 x SSD of 3.84 TB 4 x NVidia A100SXM4 (40 GB memory), connected via NVLink

AMD processors

Supported instructions sets

Narval is equipped with 2nd and 3rd generation AMD EPYC processors which support the AVX2 instruction set. This instruction set is the same as that found on the Intel processors on the nodes at Béluga, Cedar, Graham and Niagara.

Narval does not however support the AVX512 instruction set, in contrast to the nodes of Béluga and Niagara as well as certain nodes of Cedar and Graham.

AVX2 is supported on nodes which have Broadwell type CPUs, while both instruction sets (AVX2 and AVX512) are on nodes with CPUs of type Skylake or Cascade Lake. Consequently, an application compiled on the Broadwell nodes of Cedar and Graham, including their login nodes, will run on Narval, but it will not be executable if it is compiled on Béluga or Niagara or on a Skylake or Cascade Lake node of Cedar or Graham. Such an application must be recompiled (see Intel compilers below)

Intel compilers

Intel compilers can compile applications for Narval's AMD processors with AVX2 and earlier instruction sets. Use the -march=core-avx2 option to produce executables which are compatible with both Intel and AMD processors.

However, if you have compiled a program on a system which uses Intel processors and you have used one or more options like -xXXXX, such as -xCORE-AVX2, the compiled program will not work on Narval because the Intel compilers add additional instructions in order to verify that processor used is an Intel product. On Narval, the options -xHOST and -march=native are equivalent to -march=pentium (the old 1993 Pentium) and should not be used.

Software environments

StdEnv/2023 is the standard software environment on Narval; previous versions (2016 and 2018) have been blocked intentionally. If you need an application only available with an older standard environment, please write to Technical support.

BLAS and LAPACK libraries

The Intel MKL library works with AMD processors, although not in an optimal way. We now favour the use of the FlexiBLAS library. For more details, please consult the page on BLAS and LAPACK.

Monitoring jobs

From the Narval portal, you can monitor your jobs using CPUs and GPUs in reel time or examine jobs that have run in the past. This can help you to optimize resource usage and shorten wait time in the queue.

You can monitor your usage of

  • compute nodes,
  • memory,
  • GPU.

It is important that you use the allocated resources and to correct your requests when compute resources are less used or not used at all. For example, if you request 4 cores (CPUs) but use only one, you should adjust the script file accordingly.