Niagara Quickstart: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
 
(94 intermediate revisions by 9 users not shown)
Line 2: Line 2:
<translate>
<translate>


=System information and Specifications = <!--T:1-->
=Specifications= <!--T:1-->


<!--T:2-->
<!--T:2-->
The Niagara cluster is a large cluster of 1500 Lenovo SD350 servers each with 40 Intel "Skylake" cores at 2.4 GHz.  
The Niagara cluster is a large cluster of 1548 Lenovo SD350 servers each with 40 Intel "Skylake" cores at 2.4 GHz.  
The peak performance of the cluster is 3.02 PFlops delivered / 4.6 PFlops theoretical.  It is the 53rd fastest supercomputer on the [https://www.top500.org/list/2018/06/?page=1 TOP500 list of June 2018].  
The peak performance of the cluster is 3.02 PFlops delivered / 4.75 PFlops theoretical.  It is the 53rd fastest supercomputer on the [https://www.top500.org/list/2018/06/?page=1 TOP500 list of June 2018].  


Each node of the cluster has 188 GiB / 202 GB RAM per node (at least 4 GiB/core for user jobs).  Being designed for large parallel workloads, it has a fast interconnect consisting of EDR InfiniBand in a Dragonfly+ topology with Adaptive Routing.  The compute nodes are accessed through a queueing system that allows jobs with a minimum of 15 minutes and a maximum of 12 or 24 hours and favours large jobs.
<!--T:104-->
Each node of the cluster has 188 GiB / 202 GB RAM per node (at least 4 GiB/core for user jobs).  Being designed for large parallel workloads, it has a fast interconnect consisting of EDR InfiniBand in a Dragonfly+ topology with Adaptive Routing.  The compute nodes are accessed through a queueing system that allows jobs with a minimum of 15 minutes and a maximum of 24 hours and favours large jobs.


See the [https://support.scinet.utoronto.ca/education/go.php/370/content.php/cid/1383/ "Intro to Niagara"] recording
<!--T:105-->
See the [https://support.scinet.utoronto.ca/education/go.php/370/content.php/cid/1383/ Intro to Niagara] recording


<!--T:106-->
More detailed hardware characteristics of the Niagara supercomputer can be found [[Niagara|on this page]].
More detailed hardware characteristics of the Niagara supercomputer can be found [[Niagara|on this page]].


= Using Niagara: Logging in = <!--T:3-->
= Getting started on Niagara = <!--T:209-->


<!--T:4-->
<!--T:4-->
Those of you new to SciNet and belonging to a group whose primary PI doesn't have a RAC, to gain access to niagara you will need first to follow the old route of [https://www.scinethpc.ca/getting-a-scinet-account/ requesting a SciNet Consortium Account on the CCDB site.]
Access to Niagara is not enabled automatically for everyone with an Alliance account, but anyone with an active Alliance account can get their access enabled.
If you have an active Alliance account but you do not have access to Niagara yet (e.g. because you are a new user and belong to a group whose primary PI does not have an allocation as granted in the annual [https://www.computecanada.ca/research-portal/accessing-resources/resource-allocation-competitions Alliance RAC]), go to the [https://ccdb.computecanada.ca/services/opt_in opt-in page on the CCDB site].  After clicking the "Join" button on that page, it usually takes only one or two business days for access to be granted. 
 
<!--T:210-->
Please read this document carefully.  The [https://docs.scinet.utoronto.ca/index.php/FAQ FAQ] is also a useful resource.  If at any time you require assistance, or if something is unclear, please do not hesitate to [mailto:niagara@computecanada.ca contact us].
 
== Logging in == <!--T:3-->
Niagara runs CentOS 7, which is a type of Linux.  You will need to be familiar with Linux systems to work on Niagara.  If you are not it will be worth your time to review
the [[Linux introduction]] or to attend a local "Linux Shell" workshop.  


<!--T:5-->
<!--T:5-->
Otherwise, as with all SciNet and CC (Compute Canada) compute systems, access to Niagara is done via ssh (secure shell) only.
As with all SciNet and Alliance compute systems, access to Niagara is done via ssh (secure shell) only. As of January 22 2022, authentication is only allowed via SSH keys. Please refer to [[SSH_Keys|this page]] to generate your SSH key pair and make sure you use them securely.  
Just open a terminal window (e.g. [[Connecting with PuTTY|PuTTY]] on Windows or [[Connecting with MobaXTerm|MobaXTerm]]),, then ssh into the Niagara login nodes with your CC credentials:
 
<!--T:228-->
Open a terminal window (e.g. [[Connecting with PuTTY|PuTTY]] on Windows or [[Connecting with MobaXTerm|MobaXTerm]]), then ssh into the Niagara login nodes with your CC credentials:


<!--T:6-->
<!--T:6-->
<source lang="bash">
<source lang="bash">
$ ssh -Y MYCCUSERNAME@niagara.scinet.utoronto.ca</source>
$ ssh -i /path/to/ssh_private_key -Y MYCCUSERNAME@niagara.scinet.utoronto.ca</source>


<!--T:7-->
<!--T:7-->
Line 31: Line 45:


<!--T:8-->
<!--T:8-->
<source lang="bash">$ ssh -Y MYCCUSERNAME@niagara.computecanada.ca</source>
<source lang="bash">$ ssh -i /path/to/ssh_private_key -Y MYCCUSERNAME@niagara.computecanada.ca</source>


<!--T:9-->
<!--T:9-->
Line 45: Line 59:
To run on Niagara's compute nodes, you must submit a batch job.
To run on Niagara's compute nodes, you must submit a batch job.


<!--T:107-->
If you cannot log in, be sure first to check the [https://docs.scinet.utoronto.ca System Status] on this site's front page.
If you cannot log in, be sure first to check the [https://docs.scinet.utoronto.ca System Status] on this site's front page.


= Locating your directories = <!--T:28-->
== Your various directories == <!--T:28-->
By virtue of your access to Niagara you are granted storage space on the system.  There are several directories available to you, each indicated by an associated environment variable


== Home and scratch == <!--T:29-->
=== home and scratch === <!--T:29-->


<!--T:30-->
<!--T:30-->
Users have a home and scratch directory on the system, whose locations will be given by
You have a home and scratch directory on the system, whose locations are of the form


<!--T:31-->
<!--T:31-->
Line 61: Line 77:


<!--T:33-->
<!--T:33-->
For example:
where groupname is the name of your PI's group, and myccusername is your CC username.  For example:
</translate>
</translate>
<source lang="bash">nia-login07:~$ pwd
<source lang="bash">nia-login07:~$ pwd
/home/s/scinet/rzon
/home/s/scinet/rzon
nia-login07:~$ cd $SCRATCH
nia-login07:~$ cd $SCRATCH
nia-login07:rzon$ pwd
nia-login07:rzon$ pwd
/scratch/s/scinet/rzon</source>
/scratch/s/scinet/rzon</source>
<translate>
<translate>
== project and archive == <!--T:34-->
 
<!--T:211-->
NOTE: home is read-only on compute nodes.
 
=== project and archive === <!--T:34-->


<!--T:35-->
<!--T:35-->
Users from groups with RAC storage allocation will also have a project and/or archive directory
Users from groups with [https://www.computecanada.ca/research-portal/accessing-resources/resource-allocation-competitions RAC storage allocation] will also have a project and possibly an archive directory.


<!--T:36-->
<!--T:36-->
<code>$PROJECT=/project/g/groupname/myccusername</code>
<code>$PROJECT=/project/g/groupname/myccusername</code>


<!--T:108-->
<code>$ARCHIVE=/archive/g/groupname/myccusername</code>
<code>$ARCHIVE=/archive/g/groupname/myccusername</code>


NOTE: Currently archive space is available only via [https://docs.scinet.utoronto.ca/index.php/HPSS HPSS]
<!--T:109-->
NOTE: Currently archive space is available only via [https://docs.scinet.utoronto.ca/index.php/HPSS HPSS], and is not accessible on the Niagara login, compute, or datamover nodes.


<!--T:37-->
<!--T:37-->
Line 87: Line 107:


<!--T:38-->
<!--T:38-->
Use the environment variables (HOME, SCRATCH, PROJECT, ARCHIVE) instead of the actual paths!  The paths may change in the future.
When writing your scripts, use the environment variables (<tt>$HOME</tt>, <tt>$SCRATCH</tt>, <tt>$PROJECT</tt>, <tt>$ARCHIVE</tt>) instead of the actual paths!  The paths may change in the future.
 
= Data Management =
== Purpose of each file system ==
=== /home ===
/home is intended primarily for individual user files, common software or small datasets used by others in the same group, provided it does not exceed individual quotas. Otherwise you may consider /scratch or /project. /home is read-only on the compute nodes.
 
=== /scratch ===
/scratch is to be used primarily for temporary or transient files, for all the results of your computations and simulations, or any material that can be easily recreated or reacquired. You may use scratch as well for any intermediate step in your workflow, provided it does not induce too much IO or too many small files on this disk-based storage pool, otherwise you should consider burst buffer (/bb). Once you have your final results, those that you want to keep for the long term, you may migrate them to /project or /archive. /scratch is purged on a regular basis and has no backups.
 
=== /project ===
/project is intended for common group software, large static datasets, or any material very costly to be reacquired or re-generated by the group. <font color=red>Material on /project is expected to be relatively immutable over time.</font> Temporary or transient files should be kept on scratch, not project. High data turnover induces the consumption of a lot of tapes on the TSM backup system, long after this material has been deleted, due to backup retention policies and the extra versions kept of the same file. Users abusing the project file system and using it as scratch will be flagged and contacted. Note that on niagara /project is only available to groups with RAC allocation.


=== /bb (burst buffer) ===
=== Storage and quotas === <!--T:39-->
/bb is basically a very fast, very high performance alternative to /scratch, made of solid-state drives (SSD). You may request this resource instead, if you anticipate a lot of IO/IOPs (too much for scratch) or when you notice your job is not performing well running on scratch or project because of IO bottlenecks. Keep in mind, we can only offer 232TB for all niagara users at any given time. Once you get your results you may bundle/tarball them and move to scratch, project or archive. /bb is purged very frequently.


=== /archive ===
<!--T:212-->
/archive is a nearline storage pool, if you want to temporarily offload semi-active material from any of the above file systems. In practice users will offload/recall material as part of their regular workflow, or when they hit their quotas on scratch or project. That material can remain on HPSS for a few months to a few years. Note that on niagara /archive is only available to groups with RAC allocation.
You should familiarize yourself with the [[Data_management_at_Niagara#Purpose_of_each_file_system | various file systems]], what purpose they serve, and how to properly use them. This table summarizes the various file systems. See the [[Data_management_at_Niagara | Data management at Niagara]] page for more details.
 
==Performance==
[http://en.wikipedia.org/wiki/IBM_General_Parallel_File_System GPFS] is a high-performance filesystem which provides rapid reads and writes to large datasets in parallel from many nodes.  As a consequence of this design, however, '''the file system performs quite ''poorly'' at accessing data sets which consist of many, small files.'''  For instance, you will find that reading data in from one 16MB file is enormously faster than from 400 40KB files. Such small files are also quite wasteful of space, as the blocksize for the scratch and project filesystems is 16MB. This is something you should keep in mind when planning your input/output strategy for runs on SciNet.
 
For instance, if you run multi-process jobs, having each process write to a file of its own is not an scalable I/O solution. A directory gets locked by the first process accessing it, so all other processes have to wait for it. Not only has the code just become considerably less parallel, chances are the file system will have a time-out while waiting for your other processes, leading your program to crash mysteriously.
Consider using MPI-IO (part of the MPI-2 standard), which allows files to be opened simultaneously by different processes, or using a dedicated process for I/O to which all other processes send their data, and which subsequently writes this data to a single file.
 
== Moving data == <!--T:42-->
=== using rsync/scp ===
'''''Move amounts less than 10GB through the login nodes.'''''
 
* Only Niagara login nodes visible from outside SciNet.
* Use scp or rsync to niagara.scinet.utoronto.ca or niagara.computecanada.ca (no difference).
* This will time out for amounts larger than about 10GB.
 
'''''Move amounts larger than 10GB through the datamover nodes.'''''
 
* From a Niagara login node, ssh to <code>nia-datamover1</code> or  <code>nia-datamover2</code>.
* Transfers must originate from this datamover.
* The other side (e.g. your machine) must be reachable from the outside.
* If you do this often, consider using [[Globus]], a web-based tool for data transfer.
 
'''''Moving data to HPSS/Archive/Nearline using the scheduler.'''''
 
* [https://docs.scinet.utoronto.ca/index.php/HPSS HPSS] is a tape-based storage solution, and is SciNet's nearline a.k.a. archive facility.
<!--T:47-->
* Storage space on HPSS is allocated through the annual [https://www.computecanada.ca/research-portal/accessing-resources/resource-allocation-competitions Compute Canada RAC allocation].
 
=== using Globus ===
If you regularly move more than 10GB, consider using Globus, a web-based data transfer tool.
 
Please check the comprehensive documentation [[Globus | here]].
 
The Niagara "endpoint" for Globus is "computecanada#niagara"
 
== Storage and quotas == <!--T:39-->


<!--T:40-->
<!--T:40-->
Line 160: Line 132:
| read-only
| read-only
|-
|-
|rowspan="6"| $SCRATCH
|rowspan="2"| $SCRATCH
|colspan="2"| 25 TB per user (dynamic per group)
|colspan="2"| 25 TB per user
|align="right" rowspan="6" | 16 MB
|align="right" rowspan="2" | 16 MB
|rowspan="6"| 2 months
|rowspan="2"| 2 months
|rowspan="6"| no
|rowspan="2"| no
|rowspan="6"| yes
|rowspan="2"| yes
|rowspan="6"| yes
|rowspan="2"| yes
|-
|align="right"|up to 4 users per group
|align="right"|50TB
|-
|align="right"|up to 11 users per group
|align="right"|125TB
|-
|align="right"|up to 28 users per group
|align="right"|250TB
|-
|align="right"|up to 60 users per group
|align="right"|400TB
|-
|-
|align="right"|above 60 users per group
|align="right"|50-500TB per group
|align="right"|500TB
|align="right"|[[Data_management#Quotas_and_purging | depending on group size]]
|-
|-
| $PROJECT
| $PROJECT
Line 208: Line 168:
|}
|}


<!--T:41-->
=== Moving data to Niagara === <!--T:213-->
<ul>
<li>[https://docs.scinet.utoronto.ca/images/9/9a/Inode_vs._Space_quota_-_v2x.pdf Inode vs. Space quota (PROJECT and SCRATCH)]</li>
<li>[https://docs.scinet.utoronto.ca/images/0/0e/Scratch-quota.pdf dynamic quota per group (SCRATCH)]</li>
<li>Compute nodes do not have local storage.</li>
<li>Archive space is on [https://docs.scinet.utoronto.ca/index.php/HPSS HPSS]</li>
<li>Backup means a recent snapshot, not an achive of all data that ever was.</li>
<li><p><code>$BBUFFER</code> stands for the [https://docs.scinet.utoronto.ca/index.php/Burst_Buffer Buffer], a faster parallel storage tier for temporary data.</p></li></ul>


==File/Ownership Management (ACL)==
<!--T:214-->
* By default, at SciNet, users within the same group already have read permission to each other's files (not write)
If you need to move data to Niagara for analysis, or when you need to move data off of Niagara, use the following guidelines:
* You may use access control list ('''ACL''') to allow your supervisor (or another user within your group) to manage files for you (i.e., create, move, rename, delete), while still retaining your access and permission as the original owner of the files/directories. You may also let users in other groups or whole other groups access (read, execute) your files using this same mechanism.  
* If your data is less than 10GB, move the data using the login nodes.
* If your data is greater than 10GB, move the data using the datamover nodes nia-datamover1.scinet.utoronto.ca and nia-datamover2.scinet.utoronto.ca .


<!--
<!--T:215-->
===Using  setfacl/getfacl===
Details of how to use the datamover nodes can be found on the [[Data_management_at_Niagara#Moving_data | Data management at Niagara]] page.
* To allow [supervisor] to manage files in /project/g/group/[owner] using '''setfacl''' and '''getfacl''' commands, follow the 3-steps below as the [owner] account from a shell:
<pre>
1) $ /scinet/gpc/bin/setfacl -d -m user:[supervisor]:rwx /project/g/group/[owner]
  (every *new* file/directory inside [owner] will inherit [supervisor] ownership by default from now on)


2) $ /scinet/gpc/bin/setfacl -d -m user:[owner]:rwx /project/g/group/[owner]
= Loading software modules = <!--T:48-->
  (but will also inherit [owner] ownership, ie, ownership of both by default, for files/directories created by [supervisor])
 
3) $ /scinet/gpc/bin/setfacl -Rm user:[supervisor]:rwx /project/g/group/[owner]
  (recursively modify all *existing* files/directories inside [owner] to also be rwx by [supervisor])
 
  $ /scinet/gpc/bin/getfacl /project/g/group/[owner]
  (to determine the current ACL attributes)
 
  $ /scinet/gpc/bin/setfacl -b /project/g/group/[owner]
  (to remove any previously set ACL)
 
PS: on the datamovers getfacl, setfacl and chacl will be on your path
</pre>
For more information on using [http://linux.die.net/man/1/setfacl <tt>setfacl</tt>] or [http://linux.die.net/man/1/getfacl <tt>getfacl</tt>] see their man pages.
 
-->
===Using mmputacl/mmgetacl===
* You may use gpfs' native '''mmputacl''' and '''mmgetacl''' commands. The advantages are that you can set "control" permission and that [http://publib.boulder.ibm.com/infocenter/clresctr/vxrx/index.jsp?topic=%2Fcom.ibm.cluster.gpfs.doc%2Fgpfs31%2Fbl1adm1160.html POSIX or NFS v4 style ACL] are supported. You will need first to create a /tmp/supervisor.acl file with the following contents:
<pre>
user::rwxc
group::----
other::----
mask::rwxc
user:[owner]:rwxc
user:[supervisor]:rwxc
group:[othegroup]:r-xc
</pre>
 
Then issue the following 2 commands:
<pre>
1) $ mmputacl -i /tmp/supervisor.acl /project/g/group/[owner]
2) $ mmputacl -d -i /tmp/supervisor.acl /project/g/group/[owner]
  (every *new* file/directory inside [owner] will inherit [supervisor] ownership by default as well as
  [owner] ownership, ie, ownership of both by default, for files/directories created by [supervisor])
 
  $ mmgetacl /project/g/group/[owner]
  (to determine the current ACL attributes)
 
  $ mmdelacl -d /project/g/group/[owner]
  (to remove any previously set ACL)
 
  $ mmeditacl /project/g/group/[owner]
  (to create or change a GPFS access control list)
  (for this command to work set the EDITOR environment variable: export EDITOR=/usr/bin/vi)
</pre>
 
NOTES:
* There is no option to recursively add or remove ACL attributes using a gpfs built-in command to existing files. You'll need to use the -i option as above for each file or directory individually. [[Recursive_ACL_script | Here is a sample bash script you may use for that purpose]]
 
* mmputacl will not overwrite the original linux group permissions for a directory when copied to another directory already with ACLs, hence the "#effective:r-x" note you may see from time to time with mmgetacf. If you want to give rwx permissions to everyone in your group you should simply rely on the plain unix 'chmod g+rwx' command. You may do that before or after copying the original material to another folder with the ACLs.
 
* In the case of PROJECT, your group's supervisor will need to set proper ACL to the /project/G/GROUP level in order to let users from other groups access your files.
 
* ACL's won't let you give away permissions to files or directories that do not belong to you.
 
* We highly recommend that you never give write permission to other users on the top level of your home directory (/home/G/GROUP/[owner]), since that would seriously compromise your privacy, in addition to disable ssh key authentication, among other things. If necessary, make specific sub-directories under your home directory so that other users can manipulate/access files from those.
 
For more information on using [http://publib.boulder.ibm.com/infocenter/clresctr/vxrx/index.jsp?topic=%2Fcom.ibm.cluster.gpfs.doc%2Fgpfs31%2Fbl1adm11120.html <tt>mmputacl</tt>] or [http://publib.boulder.ibm.com/infocenter/clresctr/vxrx/index.jsp?topic=%2Fcom.ibm.cluster.gpfs.doc%2Fgpfs31%2Fbl1adm11120.html <tt>mmgetaclacl</tt>] see their man pages.
 
===Recursive ACL script ===
You may use/adapt '''[https://docs.scinet.utoronto.ca/index.php/Recursive_ACL_script this sample bash script]''' to recursively add or remove ACL attributes using gpfs built-in commands
 
Courtesy of Agata Disks (http://csngwinfo.in2p3.fr/mediawiki/index.php/GPFS_ACL)
 
==Scratch Disk Purging Policy==
 
In order to ensure that there is always significant space available for running jobs '''we automatically delete files in /scratch that have not been accessed or modified for more than 2 months by the actual deletion day on the 15th of each month'''. Note that we recently changed the cut out reference to the ''MostRecentOf(atime,ctime)''. This policy is subject to revision depending on its effectiveness. More details about the purging process and how users can check if their files will be deleted follows. If you have files scheduled for deletion you should move them to more permanent locations such as your departmental server or your /project space or into HPSS (for PIs who have either been allocated storage space by the RAC on project or HPSS).
 
On the '''first''' of each month, a list of files scheduled for purging is produced, and an email notification is sent to each user on that list. You also get a notification on the shell every time your login to Niagara. Furthermore, at/or about the '''12th''' of each month a 2nd scan produces a more current assessment and another email notification is sent. This way users can double check that they have indeed taken care of all the files they needed to relocate before the purging deadline. Those files will be automatically deleted on the '''15th''' of the same month unless they have been accessed or relocated in the interim. If you have files scheduled for deletion then they will be listed in a file in /scratch/t/todelete/current, which has your userid and groupid in the filename. For example, if user xxyz wants to check if they have files scheduled for deletion they can issue the following command on a system which mounts /scratch (e.g. a scinet login node): '''ls -1 /scratch/t/todelete/current |grep xxyz'''. In the example below, the name of this file indicates that user xxyz is part of group abc, has 9,560 files scheduled for deletion and they take up 1.0TB of space:
 
<pre>
[xxyz@nia-login03 ~]$ ls -1 /scratch/t/todelete/current |grep xxyz
-rw-r----- 1 xxyz    root      1733059 Jan 17 11:46 3110001___xxyz_______abc_________1.00T_____9560files
</pre>
 
The file itself contains a list of all files scheduled for deletion (in the last column) and can be viewed with standard commands like more/less/cat - e.g. '''more /scratch/t/todelete/current/3110001___xxyz_______abc_________1.00T_____9560files'''
 
Similarly, you can also verify all other users on your group by using the ls command with grep on your group. For example: '''ls -1 /scratch/t/todelete/current |grep abc'''. That will list all other users in the same group that xxyz is part of, and have files to be purged on the 15th. Members of the same group have access to each other's contents.
 
'''NOTE:''' Preparing these assessments takes several hours. If you change the access/modification time of a file in the interim, that will not be detected until the next cycle. A way for you to get immediate feedback is to use the ''''ls -lu'''' command on the file to verify the ctime and ''''ls -lc'''' for the mtime. If the file atime/ctime has been updated in the meantime, coming the purging date on the 15th it will no longer be deleted.
 
==How much Disk Space Do I have left?==
 
The <tt>'''/scinet/niagara/bin/diskUsage'''</tt> command, available on the login nodes and datamovers, provides information in a number of ways on the home, scratch, project and archive file systems. For instance, how much disk space is being used by yourself and your group (with the -a option), or how much your usage has changed over a certain period ("delta information") or you may generate plots of your usage over time. Please see the usage help below for more details.
<pre>
Usage: diskUsage [-h|-?| [-a] [-u <user>]
      -h|-?: help
      -a: list usages of all members on the group
      -u <user>: as another user on your group
</pre>
 
Did you know that you can check which of your directories have more than 1000 files with the <tt>'''/scinet/niagara/bin/topUserDirOver1000list'''</tt> command and which have more than 1GB of material with the <tt>'''/scinet/niagara/bin/topUserDirOver1GBlist'''</tt> command?
 
Note:
* information on usage and quota is only updated every 3 hours!


== I/O Tips == <!--T:95-->
<!--T:216-->
 
You have two options for running code on Niagara: use existing software, or [[Niagara_Quickstart#Compiling_on_Niagara:_Example | compile your own]]. This section focuses on the former.
<!--T:96-->
* $HOME, $SCRATCH, and $PROJECT all use the parallel file system called GPFS.
* Your files can be seen on all Niagara login and compute nodes.
* GPFS is a high-performance file system which provides rapid reads and writes to large data sets in parallel from many nodes.
* But accessing data sets which consist of many, small files leads to poor performance.
* Avoid reading and writing lots of small amounts of data to disk.<br />
 
<!--T:97-->
* Many small files on the system would waste space and would be slower to access, read and write.
* Write data out in binary. Faster and takes less space.
* The [https://docs.scinet.utoronto.ca/index.php/Burst_Buffer Burst Buffer] is better for i/o heavy jobs and to speed up checkpoints
 
= Loading software modules = <!--T:48-->


<!--T:50-->
<!--T:50-->
Other than essentials, all installed software is made available [[Using modules|using module commands]]. These modules set environment variables (<code>PATH</code>, etc.) This allows multiple, conflicting versions of a given package to be available. <tt> module spider</tt> shows the available software.
Other than essentials, all installed software is made available [[Using_modules | using module commands]]. These modules set environment variables (PATH, etc.), allowing multiple, conflicting versions of a given package to be available. A detailed explanation of the module system can be [[Using_modules | found on the modules page]].
 
<!--T:51-->
For example:
</translate>
<source lang="bash">nia-login07:~$ module spider
---------------------------------------------------
The following is a list of the modules currently av
---------------------------------------------------
  CCEnv: CCEnv
 
  NiaEnv: NiaEnv/2018a
 
  anaconda2: anaconda2/5.1.0
 
  anaconda3: anaconda3/5.1.0
 
  autotools: autotools/2017
    autoconf, automake, and libtool
 
  boost: boost/1.66.0
 
  cfitsio: cfitsio/3.430
 
  cmake: cmake/3.10.2 cmake/3.10.3


  ...</source>
<!--T:217-->
<translate>
<!--T:52-->
<ul>
Common module subcommands are:
Common module subcommands are:
<li><code>module load &lt;module-name&gt;</code>: use particular software</li>
<li><code>module load &lt;module-name&gt;</code>: use particular software</li>
Line 377: Line 192:
<li><code>module spider</code> (or <code>module spider &lt;module-name&gt;</code>): list available software packages</li>
<li><code>module spider</code> (or <code>module spider &lt;module-name&gt;</code>): list available software packages</li>
<li><code>module avail</code>: list loadable software packages</li>
<li><code>module avail</code>: list loadable software packages</li>
<li><code>module list</code>: list loaded modules</li></ul>
<li><code>module list</code>: list loaded modules</li>
 
<!--T:218-->
Along with modifying common environment variables, such as PATH, and LD_LIBRARY_PATH, these modules also create a SCINET_MODULENAME_ROOT environment variable, which can be used to access commonly needed software directories, such as /include and /lib.
 
<!--T:219-->
There are handy abbreviations for the module commands. <code>ml</code> is the same as <code>module list</code>, and <code>ml <module-name></code> is the same as <code>module load <module-name></code>.
 
== Software stacks: NiaEnv and CCEnv == <!--T:220-->


<!--T:53-->
<!--T:53-->
On Niagara, there are really two software stacks:
On Niagara, there are two available software stacks:


<!--T:54-->
<!--T:54-->
<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
<!--T:55-->
</p><p>
Note: the <code>*Env</code> modules are '''''sticky'''''; remove them by <code>--force</code>.
<code>module load CCEnv arch/avx512 StdEnv/2018.3</code>
</p>
</li></ol>


== Tips for loading software == <!--T:56-->
== Tips for loading software == <!--T:56-->
Line 398: Line 223:
We advise '''''against''''' loading modules in your .bashrc.<br> This could lead to very confusing behaviour under certain circumstances.
We advise '''''against''''' loading modules in your .bashrc.<br> This could lead to very confusing behaviour under certain circumstances.


The default .bashrc and .bash_profile files on Niagara can be found [https://docs.scinet.utoronto.ca/index.php/Bashrc_guidelines here]
<!--T:155-->
Our guidelines for .bashrc files can be found [https://docs.scinet.utoronto.ca/index.php/Bashrc_guidelines here]


<!--T:156-->
Instead, load modules by hand when needed, or by sourcing a separate script.
Instead, load modules by hand when needed, or by sourcing a separate script.


<!--T:157-->
Load run-specific modules inside your job submission script.
Load run-specific modules inside your job submission script.


<!--T:58-->
<!--T:58-->
Short names give default versions; e.g. <code>intel</code> → <code>intel/2018.2</code>.  It is usually better to be explicit about the versions, for future reproducibility.
Short names give default versions; e.g. <code>intel</code> → <code>intel/2018.2</code>.  It is usually better to be explicit about the versions, for future reproducibility.
<!--T:59-->
Handy abbreviations:
<!--T:60-->
<pre class="sh">
        ml → module list
        ml NAME → module load NAME  # if NAME is an existing module
        ml X → module X
</pre>


<!--T:61-->
<!--T:61-->
Line 423: Line 241:
Solve these dependencies by using <code>module spider</code>.
Solve these dependencies by using <code>module spider</code>.


== Module spider == <!--T:63-->
= Available compilers and interpreters = <!--T:221-->


<!--T:64-->
<!--T:222-->
Oddly named, the module subcommand spider is the search-and-advise facility for modules.
* For most compiled software, one should use the Intel compilers (<tt>icc</tt> for C, <tt>icpc</tt> for C++, and <tt>ifort</tt> for Fortran). Loading an <tt>intel</tt> module makes these available.
* The GNU compiler suite (<tt>gcc, g++, gfortran</tt>) is also available, if you load one of the <tt>gcc</tt> modules.
* Open source interpreted, interactive software is also available:
** [[Python]]
** [[R]]
** Julia
** Octave
 
Please visit the [[Python]] or [[R]] page for details on using these tools.  For information on running MATLAB applications on Niagara, visit [[MATLAB| this page]].


<!--T:65-->
= Using Commercial Software = <!--T:67-->
Suppose one wanted to load the openmpi module.  Upon trying to load the module, one may get the following message:
<source lang="bash">nia-login07:~$ module load openmpi
Lmod has detected the error:  These module(s) exist but cannot be loaded as requested: "openmpi"
  Try: "module spider openmpi" to see how to load the module(s).</source>
So while that fails, following the advice that the command outputs, the next command would be:
</translate>
<source lang="bash">nia-login07:~$ module spider openmpi
------------------------------------------------------------------------------------------------------
  openmpi:
------------------------------------------------------------------------------------------------------
    Versions:
        openmpi/2.1.3
        openmpi/3.0.1
        openmpi/3.1.0rc3


------------------------------------------------------------------------------------------------------
<!--T:223-->
  For detailed information about a specific "openmpi" module (including how to load the modules) use
May I use commercial software on Niagara?
  the module s full name.
  For example:
 
    $ module spider openmpi/3.1.0rc3
------------------------------------------------------------------------------------------------------</source>
<translate>
<!--T:98-->
So this gives just more details suggestions on using the <tt>spider</tt> command. Following the advice again, one would type:
</translate>
<source lang="bash">nia-login07:~$ module spider openmpi/3.1.0rc3
------------------------------------------------------------------------------------------------------
  openmpi: openmpi/3.1.0rc3
------------------------------------------------------------------------------------------------------
    You will need to load all module(s) on any one of the lines below before the "openmpi/3.1.0rc3"
    module is available to load.
 
      NiaEnv/2018a  gcc/7.3.0
      NiaEnv/2018a  intel/2018.2
</source>
<translate>
<!--T:66-->
These are concrete instructions on how to load this particular openmpi module. Following these leads to a successful loading of the module.
</translate>
<source lang="bash">
nia-login07:~$ module load NiaEnv/2018a  intel/2018.2
nia-login07:~$ module load openmpi/3.1.0rc3
</source>
<source lang="bash">nia-login07:~$ module list
Currently Loaded Modules:
  1) NiaEnv/2018a (S)  2) intel/2018.2  3) openmpi/3.1.0.rc3
 
  Where:
  S:  Module is Sticky, requires --force to unload or purge</source>
 
<translate>
= Running commercial software = <!--T:67-->


<!--T:68-->
<!--T:68-->
* You may have to provide your own license.
* Possibly, but you have to bring your own license for it.  You can connect to an external license server using [https://docs.scinet.utoronto.ca/index.php/SSH_Tunneling ssh tunneling].
* SciNet and Compute Canada have an extremely large and broad user base of thousands of users, so we cannot provide licenses for everyone's favorite software.
* SciNet and Alliance have an extremely large and broad user base of thousands of users, so we cannot provide licenses for everyone's favorite software.
* Thus, the only commercial software installed on Niagara is software that can benefit everyone: compilers, math libraries and debuggers.
* Thus, the only commercial software installed on Niagara is software that can benefit everyone: compilers, math libraries and debuggers.
* That means no Matlab, Gaussian, IDL,  
* That means no [[MATLAB]], Gaussian, IDL,  
* Open source alternatives like Octave, Python, R are available.
* Open source alternatives like Octave, [[Python]], and [[R]] are available.
* We are happy to help you to install commercial software for which you have a license.
* We are happy to help you to install commercial software for which you have a license.
* In some cases, if you have a license, you can use software in the Compute Canada stack.
* In some cases, if you have a license, you can use software in the Alliance stack.
The list of commercial software which is installed on Niagara, for which you will need a license to use, can be found on the [https://docs.scinet.utoronto.ca/index.php/Commercial_software commercial software page].


= Compiling on Niagara: Example = <!--T:69-->
= Compiling on Niagara: Example = <!--T:69-->
Line 519: Line 296:
Note:
Note:
* The optimization flags <tt>-O3 -xHost</tt> allow the Intel compiler to use instructions specific to the architecture CPU that is present (instead of for more generic x86_64 CPUs).
* The optimization flags <tt>-O3 -xHost</tt> allow the Intel compiler to use instructions specific to the architecture CPU that is present (instead of for more generic x86_64 CPUs).
* The GSL requires a cblas implementation, which is contained in the Intel Math Kernel Library (MKL). Linking with this library is easy when using the intel compiler, it just requires the <tt>-mkl</tt> flags.
* Linking with this library is easy when using the intel compiler, it just requires the <tt>-mkl</tt> flags.
* If compiling with gcc, the optimization flags would be <tt>-O3 -march=native</tt>.  For the way to link with the MKL, it is suggested to use the [https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor MKL link line advisor].
* If compiling with gcc, the optimization flags would be <tt>-O3 -march=native</tt>.  For the way to link with the MKL, it is suggested to use the [https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor MKL link line advisor].


Line 529: Line 306:
<!--T:74-->
<!--T:74-->
<ul>
<ul>
<li><p>Small test jobs can be run on the login nodes.</p>
<li>Small test jobs can be run on the login nodes.
<p>Rule of thumb: couple of minutes, taking at most about 1-2GB of memory, couple of cores.</p></li>
<p>Rule of thumb: tests should run no more than a couple of minutes, taking at most about 1-2GB of memory, and use no more than a couple of cores.</p>
<li><p>You can run the the ddt debugger on the login nodes after <code>module load ddt</code>.</p></li>
</li>
<li><p>Short tests that do not fit on a login node, or for which you need a dedicated node, request an<br />
<li>
interactive debug job with the salloc command</p>
<p>You can run the ddt debugger on the login nodes after <code>module load ddt</code>.</p>
<source lang="bash">nia-login07:~$ salloc -pdebug --nodes N --time=1:00:00</source>
</li>
<p>where N  is the number of nodes. The duration of your interactive debug session can be at most one hour, can use at most 4 nodes, and each user can only have one such session at a time.</p>
<li>
Alternatively, on Niagara, you can use the command
<p>Short tests that do not fit on a login node, or for which you need a dedicated node, request an interactive debug job with the debug command:</p>
<source lang="bash">nia-login07:~$ debugjob N</source>
<source lang="bash">nia-login07:~$ debugjob N</source>
where N is the number of nodes, If N=1, this gives an interactive session one 1 hour, when N=4 (the maximum), it give you 30 minutes.
<p>where N is the number of nodes, If N=1, this gives an interactive session one 1 hour, when N=4 (the maximum), it gives you 30 minutes.</p><p> Finally, if your debugjob process takes more than 1 hour, you can request an interactive job from the regular queue using the salloc command.  Note, however, that this may take some time to run, since it will be part of the regular queue, and will be run when the scheduler decides.</p>
</li></ul>
<source lang="bash">nia-login07:~$ salloc --nodes N --time=M:00:00</source>
 
<p>here N is again the number of nodes, and M is the number of hours you wish the job to run.</p>
== Testing with Graphics: X-forwarding ==
<p>If you need to use graphics while testing your code through salloc, e.g. when using a debugger such as DDT or DDD, you have the following options, please visit the
If you need to use graphics while testing your code, e.g. when using a debugger such as DDT or DDD, you have the following options:
[[Testing_With_Graphics | Testing with graphics]] page.</p>
 
</li>
<ul>
<li> You can use the <code>debugjob</code> command which automatically provides X-forwarding support.
<source lang="bash">
$ ssh niagara.scinet.utoronto.ca -X
 
USER@nia-login07:~$ debugjob
debugjob: Requesting 1 nodes for 60 minutes
xalloc: Granted job allocation 189857
xalloc: Waiting for resource configuration
xalloc: Nodes nia0030 are ready for job
 
[USER@nia1265 ~]$
</source>
 
<li> If <code>debugjob</code> is not suitable for your case due to the limitations either on time or resources (see above [[#Testing]]), then you have to follow these steps:
 
You will need two terminals in order to achieve this:
<ol>
<li>In the 1st terminal
<ul>
<li> ssh to <code>niagara.scinet.utoronto.ca</code> and issue your <code>salloc</code> command
<li> wait until your resources are allocated and you are assigned the nodes
<li> take note of the node where you are logged to, ie. the head node, let's say <code>niaWXYZ</code>
</ul>
<source lang="bash">
$ ssh  niagara.scinet.utoronto.ca
USER@nia-login07:~$ salloc --nodes 5 --time=2:00:00
 
.salloc: Granted job allocation 141862
.salloc: Waiting for resource configuration
.salloc: Nodes nia1265 are ready for job
 
[USER@nia1265 ~]$
</source>
 
<li> On the second terminal:
<ul>
<li> ssh into <code>niagara.scinet.utoronto.ca</code> now using the <code>-X</code> flag in the ssh command
 
<li> after that <code>ssh -X niaWXYZ</code>, ie. you will ssh carrying on the '-X' flag into the head node of the job
 
<li> in the <code>niaWXYZ</code> you should be able to use graphics and should be redirected by x-forwarding to your local terminal
</ul>
 
<source lang="bash">
ssh niagara.scinet.utoronto.ca -X
USER@nia-login07:~$ ssh -X nia1265
[USER@nia1265 ~]$ xclock  ## just an example to test the graphics, a clock should pop up, close it to exit
[USER@nia1265 ~]$ module load ddt  ## load corresponding modules, eg. for DDT
[USER@nia1265 ~]$ ddt  ## launch DDT, the GUI should appear in your screen
</source>
 
</ol>
</ul>
 
 
Observations:
<ul>
<li> If you are using ssh from a Windows machine, you need to have an X-server, a good option is to use MobaXterm, that already brings an X-server included.
<li> If you are in Mac OS, substitute -X by -Y
<li> Instead of using two terminals, you could just use <code>screen</code> to request the resources and then detach the session and ssh into the head node directly.
</ul>
</ul>


Line 613: Line 329:
<li><p>Niagara uses SLURM as its job scheduler.</p></li>
<li><p>Niagara uses SLURM as its job scheduler.</p></li>
<li><p>You submit jobs from a login node by passing a script to the sbatch command:</p>
<li><p>You submit jobs from a login node by passing a script to the sbatch command:</p>
<source lang="bash">nia-login07:~$ sbatch jobscript.sh</source></li>
<source lang="bash">nia-login07:scratch$ sbatch jobscript.sh</source></li>
<li><p>This puts the job in the queue. It will run on the compute nodes in due course.</p></li>
<li><p>This puts the job in the queue. It will run on the compute nodes in due course.</p></li>
<li><p>Jobs will run under their group's RRG allocation, or, if the group has none, under a RAS allocation (previously called `default' allocation).</p></li></ul>
<li><p>In most cases, you will want to submit from your $SCRATCH directory, so that the output of your compute job can be written out (as mentioned above, $HOME is read-only on the compute nodes).</p>
<li><p>Jobs will run under their group's RRG allocation, or, if the group has none, under a RAS allocation (previously called 'default' allocation).</p></li>
<li><p>Some example job scripts can be found below.</p></li>
</ul>


<!--T:77-->
<!--T:77-->
Line 623: Line 342:
<ul>
<ul>
<li><p>Scheduling is by node, so in multiples of 40-cores.</p></li>
<li><p>Scheduling is by node, so in multiples of 40-cores.</p></li>
<li><p>Maximum walltime is 24 hours (or 12 hours for users without an allocation).</p></li>
<li><p> Your job's maximum walltime is 24 hours.</p></li>
<li><p>Jobs must write to your scratch or project directory (home is read-only on compute nodes).</p></li>
<li><p>Jobs must write to your scratch or project directory (home is read-only on compute nodes).</p></li>
<li><p>Compute nodes have no internet access.</p>
<li><p>Compute nodes have no internet access.</p>
<p>Download data you need beforehand on a login node.</p></li></ul>
<p>[[Data_management_at_Niagara#Moving_data | Move your data]] to Niagara before you submit your job.</p></li></ul>
 
== SLURM nomenclature: jobs, nodes, tasks, cpus, cores, threads  ==
 
SLURM, which is the job scheduler used on Niagara, has a somewhat different way of referring to things like mpi processes and threads tasks.  The SLURM nomenclature is reflected in the names of scheduler option (i.e., resource requests). SLURM strictly enforces those requests, so it is important to get this right.
 
{| class="wikitable"
!term
!meaning
!SLURM term
!related scheduler options
|-
|job
|scheduled piece of work for which specific resources were requested.
|job
|<tt>sbatch, salloc</tt>
|-
|node
|basic computing component with several cores (40 for Niagara) that share memory 
|node
|<tt>--nodes -N</tt>
|-
|mpi process
|one of a group of running programs using Message Passing Interface for parallel computing
|task
|<tt>--ntasks -n --ntasks-per-node</tt>
|-
|core ''or'' physical cpu
|A fully functional independent physical execution unit.
| - 
| -
|-
|logical cpu
|An execution unit that the operating system can assign work to. Operating systems can be configured to overload physical cores with multiple logical cpus using hyperthreading.
|cpu
|<tt>--ncpus-per-task</tt>
|-
|thread
|one of possibly multiple simultaneous execution paths within a program, which can share memory.
| -
| <tt>--ncpus-per-task</tt> '''and''' <tt>OMP_NUM_THREADS</tt>
|-
|hyperthread
|a thread run in a collection of threads that is larger than the number of physical cores.
| -
| -
|}


== Scheduling by node == <!--T:79-->
== Scheduling by node == <!--T:79-->
On many systems that use SLURM, the scheduler will deduce from the specifications of the number of tasks and the number of cpus-per-node what resources should be allocated.  On Niagara things are a bit different.


<!--T:80-->
<!--T:80-->
<ul>
<ul>
<li><p>All job resource requests on Niagara are scheduled as a multiple of '''nodes'''.</p></li>
<li><p>All job resource requests on Niagara are scheduled as a multiple of '''nodes'''.</p></li>
<li>The nodes that your jobs run on are exclusively yours.
<li>The nodes that your jobs run on are exclusively yours, for as long as the job is running on them.
<ul>
<ul>
<li>No other users are running anything on them.</li>
<li>No other users are running anything on them.</li>
Line 685: Line 359:
</li>
</li>
<li><p>Whatever your requests to the scheduler, it will always be translated into a multiple of nodes allocated to your job.</p></li>
<li><p>Whatever your requests to the scheduler, it will always be translated into a multiple of nodes allocated to your job.</p></li>
<li><p>Memory requests to the scheduler are of no use. Your job always gets N x 202GB of RAM, where N is the number of nodes.</p></li>
<li><p>Memory requests to the scheduler are of no use. Your job always gets N x 202GB of RAM, where N is the number of nodes and 202GB is the amount of memory on the node.</p></li>
<li><p>You should try to use all the cores on the nodes allocated to your job. Since there are 40 cores per node, your job should use N x 40 cores. If this is not the case, we will be contacted you to help you optimize your workflow.</p></li></ul>
<li><p>If you run serial jobs you must still use all 40 cores on the node.  Visit the [https://docs.scinet.utoronto.ca/index.php/Running_Serial_Jobs_on_Niagara serial jobs] page for examples of how to do this.</p></li>
 
<li><p>Since there are 40 cores per node, your job should use N x 40 cores. If you do not, we will contact you to help you optimize your workflow. Or you can [mailto:support@scinet.utoronto.ca contact us] to get assistance.</p></li></ul>
== Hyperthreading: Logical CPUs vs. cores == <!--T:81-->
 
<!--T:82-->
Hyperthreading, a technology that leverages more of the physical hardware by pretending there are twice as many logical cores than real once, is enabled on Niagara.
 
<!--T:83-->
So the OS and scheduler see 80 logical cores.
 
<!--T:84-->
80 logical cores vs. 40 real cores typically gives about a 5-10% speedup (Your Mileage May Vary).
 
<!--T:85-->
Because Niagara is scheduled by node, hyperthreading is actually fairly easy to use:
 
<!--T:86-->
<ul>
<li>Ask for a certain number of nodes N for your jobs.</li>
<li>You know that you get 40xN cores, so you will use (at least) a total of 40xN mpi processes or threads. (mpirun, srun, and the OS will automaticallly spread these over the real cores)</li>
<li>But you should also test if running 80xN mpi processes or threads gives you any speedup.</li>
<li>Regardless, your usage will be counted as 40xNx(walltime in years).</li>
</ul>


== Limits ==
== Limits == <!--T:175-->


<!--T:176-->
There are limits to the size and duration of your jobs, the number of jobs you can run and the number of jobs you can have queued.  It matters whether a user is part of a group with a [https://www.computecanada.ca/research-portal/accessing-resources/resource-allocation-competitions/ Resources for Research Group allocation] or not. It also matters in which 'partition' the jobs runs. 'Partitions' are SLURM-speak for use cases.  You specify the partition with the <tt>-p</tt> parameter to <tt>sbatch</tt> or <tt>salloc</tt>, but if you do not specify one, your job will run in the <tt>compute</tt> partition, which is the most common case.  
There are limits to the size and duration of your jobs, the number of jobs you can run and the number of jobs you can have queued.  It matters whether a user is part of a group with a [https://www.computecanada.ca/research-portal/accessing-resources/resource-allocation-competitions/ Resources for Research Group allocation] or not. It also matters in which 'partition' the jobs runs. 'Partitions' are SLURM-speak for use cases.  You specify the partition with the <tt>-p</tt> parameter to <tt>sbatch</tt> or <tt>salloc</tt>, but if you do not specify one, your job will run in the <tt>compute</tt> partition, which is the most common case.  


<!--T:177-->
{| class="wikitable"
{| class="wikitable"
!Usage
!Usage
Line 726: Line 381:
|Compute jobs with an allocation||compute || 50 || 1000 || 1 node (40 cores) || 1000 nodes (40000 cores)|| 15 minutes || 24 hours
|Compute jobs with an allocation||compute || 50 || 1000 || 1 node (40 cores) || 1000 nodes (40000 cores)|| 15 minutes || 24 hours
|-
|-
|Compute jobs without allocation ("default")||compute || 50 || 200 || 1 node (40 cores) || 20 nodes (800 cores)|| 15 minutes || 12 hours
|Compute jobs without allocation ("default")||compute || 50 || 200 || 1 node (40 cores) || 20 nodes (800 cores)|| 15 minutes || 24 hours
|-
|-
|Testing or troubleshooting || debug || 1 || 1 || 1 node (40 cores) || 4 nodes (160 cores)|| N/A || 1 hour
|Testing or troubleshooting || debug || 1 || 1 || 1 node (40 cores) || 4 nodes (160 cores)|| N/A || 1 hour
|-
|-
|Archiving or retrieving data in [[HPSS]]|| archivelong || 2 per user (max 5 total) || 10 per user || N/A || N/A|| 15 minutes || 72 hours
|Archiving or retrieving data in [https://docs.scinet.utoronto.ca/index.php/HPSS HPSS]|| archivelong || 2 per user (max 5 total) || 10 per user || N/A || N/A|| 15 minutes || 72 hours
|-
|-
|Inspecting archived data, small archival actions in [[HPSS]] || archiveshort || 2 per user|| 10 per user || N/A || N/A || 15 minutes || 1 hour
|Inspecting archived data, small archival actions in [https://docs.scinet.utoronto.ca/index.php/HPSS HPSS] || archiveshort || 2 per user|| 10 per user || N/A || N/A || 15 minutes || 1 hour
|}
|}


<!--T:178-->
Within these limits, jobs will still have to wait in the queue.  The waiting time depends on many factors such as the allocation amount, how much allocation was used in the recent past, the number of nodes and the walltime, and how many other jobs are waiting in the queue.
Within these limits, jobs will still have to wait in the queue.  The waiting time depends on many factors such as the allocation amount, how much allocation was used in the recent past, the number of nodes and the walltime, and how many other jobs are waiting in the queue.


== SLURM Accounts ==
== File Input/Output Tips == <!--T:224-->


To be able to prioritise jobs based on groups and allocations, the SLURM scheduler uses the concept of ''accounts''.  Each group that has a Resource for Research Groups (RRG) or Research Platforms and Portals (RPP) allocation (awarded through an annual competition by Compute Canada) has an account that starts with <tt>rrg-</tt> or <tt>rpp-</tt>.  SLURM assigns a 'fairshare' priority to these accounts based on the size of the award in core-years.  Groups without an RRG or RPP can use Niagara using a so-called Rapid Access Service (RAS), and have an account that starts with <tt>def-</tt>.
<!--T:225-->
 
It is important to understand the file systems, so as to perform your file I/O (Input/Output) responsiblyRefer to the [[Data_management_at_niagara | Data management at Niagara]] page for details about the file systems.
On Niagara, most users will only ever use one account, and those users do not need to specify the account to SLURMHowever, users that are part of collaborations may be able to use multiple accounts, i.e., that of their sponsor and that of their collaborator, but this mean that they need to select the right account when running jobs.
* Your files can be seen on all Niagara login and compute nodes.
 
* $HOME, $SCRATCH, and $PROJECT all use the parallel file system called GPFS.
To select the account, just add
* GPFS is a high-performance file system which provides rapid reads and writes to large data sets in parallel from many nodes.
 
* Accessing data sets which consist of many, small files leads to poor performance on GPFS.
    #SBATCH -A [account]
* Avoid reading and writing lots of small amounts of data to diskMany small files on the system waste space and are slower to access, read and write. If you must write many small files, use [https://docs.scinet.utoronto.ca/index.php/User_Ramdisk ramdisk].
 
* Write data out in a binary format. This is faster and takes less space.
to the job scripts, or use the <tt>-A [account]</tt> to <tt>salloc</tt> or <tt>debugjob</tt>.  
* The [https://docs.scinet.utoronto.ca/index.php/Burst_Buffer Burst Buffer] is better for i/o heavy jobs and to speed up [https://docs.scinet.utoronto.ca/index.php/Checkpoints checkpoints].
 
To see which accounts you have access to, or what their names are, use the command
 
    sshare -U
 
== Passing Variables to Job's submission scripts ==
It is possible to pass values through environment variables into your SLURM submission scripts.
For doing so with already defined variables in your shell, just add the following directive in the submission script,
 
#SBATCH --export=ALL
 
and you will have access to any predefined environment variable.
 
A better way is to specify explicitly which variables you want to pass into the submision script,
 
sbatch --export=i=15,j='test' jobscript.sbatch
 
You can even set the job name and output files using environment variables, eg.
 
  i="simulation"
j=14
sbatch --job-name=$i.$j.run --output=$i.$j.out --export=i=$i,j=$j jobscript.sbatch
 
(The latter only works on the command line; you cannot use environment variables in <tt>#SBATCH</tt> lines in the job script.)
 
'''Command line arguments:'''
 
Command line arguments can also be used in the same way as command line argument for shell scripts. All command line arguments given to sbatch that follow after the job script name, will be passed to the job script. In fact, SLURM will not look at any of
these arguments, so you must place all sbatch arguments before the script name, e.g.:
 
sbatch  -p debug  jobscript.sbatch  FirstArgument SecondArgument ...
 
In this example, <tt>-p debug</tt> is interpreted by SLURM, while in your submission script you can access <tt>FirstArgument</tt>, <tt>SecondArgument</tt>, etc., by referring to <code>$1, $2, ...</code>.
 
== Email Notification ==
Email notification works, but you need to add the email address and type of notification you may want to receive in your submission script, eg.
 
    #SBATCH --mail-user=YOUR.email.ADDRESS
    #SBATCH --mail-type=ALL
 
If you omit the mail-user option, the scheduler will use the primary email address associated with your Compute Canada account.
 
The sbatch man page (type <tt>man sbatch</tt> on Niagara) explains all possible mail-types.


== Example submission script (MPI) == <!--T:90-->
== Example submission script (MPI) == <!--T:90-->
Suppose you want to run an [[MPI]] application called <tt>appl_mpi_ex</tt> with 320 processes. The job script could look as follows:
</translate>
</translate>
<source lang="bash">
<source lang="bash">
#!/bin/bash  
#!/bin/bash  
#SBATCH --nodes=8
#SBATCH --nodes=2
#SBATCH --ntasks=320
#SBATCH --ntasks=80
#SBATCH --time=1:00:00
#SBATCH --time=1:00:00
#SBATCH --job-name mpi_ex
#SBATCH --job-name mpi_job
#SBATCH --output=mpi_ex_%j.txt
#SBATCH --output=mpi_output_%j.txt
 
#SBATCH --mail-type=FAIL
cd $SLURM_SUBMIT_DIR
cd $SLURM_SUBMIT_DIR
 
module load intel/2018.2
module load intel/2018.2
module load openmpi/3.1.0rc3
module load openmpi/3.1.0
 
mpirun ./appl_mpi_ex
mpirun ./mpi_example
# or "srun ./mpi_example"
</source>
</source>
<translate>
<translate>
<!--T:91-->
<!--T:91-->
Submit this script (if it is called mpi_ex.sh) with the command:
Submit this script from your scratch directory with the command:
<source lang="bash">nia-login07:~$ sbatch mpi_ex.sh</source>
<source lang="bash">nia-login07:scratch$ sbatch mpi_job.sh</source>
 
<!--T:226-->
<ul>
<ul>
<li><p>First line indicates that this is a bash script.</p></li>
<li>First line indicates that this is a bash script.</li>
<li><p>Lines starting with <code>#SBATCH</code> go to SLURM.</p></li>
<li>Lines starting with <code>#SBATCH</code> go to SLURM.</li>
<li><p>sbatch reads these lines as a job request (which it gives the name <code>mpi_ex</code>)</p></li>
<li>sbatch reads these lines as a job request (which it gives the name <code>mpi_job</code>)</li>
<li><p>In this case, SLURM looks for 8 nodes with 40 cores on which to run 320 tasks, for 1 hour.</p></li>
<li>In this case, SLURM looks for 2 nodes (each of which will have 40 cores) on which to run a total of 80 tasks, for 1 hour.<br>(Instead of specifying <tt>--ntasks=80</tt>, you can also ask for <tt>--ntasks-per-node=40</tt>, which amounts to the same.)</li>
<li><p>Once it found such a node, it runs the script:</p>
<li>Note that the mpifun flag "--ppn" (processors per node) is ignored.</li>
<li>Once it found such a node, it runs the script:
<ul>
<ul>
<li>Change to the submission directory;</li>
<li>Change to the submission directory;</li>
<li>Loads modules;</li>
<li>Loads modules;</li>
<li>Runs the <code>appl_mpi_ex</code> application with mpirun (srun should work too).</li></ul>
<li>Runs the <code>mpi_example</code> application (SLURM will inform mpirun or srun on how many processes to run).
</li>
</li>
<li>To use hyperthreading, just change <tt>--ntasks=320</tt> to <tt>--ntasks=640</tt>, and add <tt>--bind-to none</tt> to the mpirun command (the latter is necessary for OpenMPI only, not when using IntelMPI).</li>
</ul>
<li>To use hyperthreading, just change --ntasks=80 to --ntasks=160, and add --bind-to none to the mpirun command (the latter is necessary for OpenMPI only, not when using IntelMPI).
</ul>
</ul>


== Example submission script (OpenMP) == <!--T:87-->
== Example submission script (OpenMP) == <!--T:87-->


<!--T:88-->
Suppose you want to run a single-node, multi-threaded application called <tt>appl_openmp_ex</tt> that uses [[OpenMP]]. The job script could look as follows:
</translate>
</translate>
<source lang="bash">#!/bin/bash
<source lang="bash">#!/bin/bash
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --nodes=1
#SBATCH --cpus-per-task=40
#SBATCH --cpus-per-task=40
#SBATCH --time=1:00:00
#SBATCH --time=1:00:00
#SBATCH --job-name openmp_ex
#SBATCH --job-name openmp_job
#SBATCH --output=openmp_ex_%j.txt
#SBATCH --output=openmp_output_%j.txt
 
#SBATCH --mail-type=FAIL
cd $SLURM_SUBMIT_DIR
cd $SLURM_SUBMIT_DIR
 
module load intel/2018.2
module load intel/2018.2
 
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
 
./openmp_example
./openmp_example
# or "srun ./openmp_example".
# or "srun ./openmp_example".
Line 851: Line 469:
<translate>
<translate>
<!--T:89-->
<!--T:89-->
Submit this script (if it is called openmp_ex.sh) with the command:
Submit this script from your scratch directory with the command:
<source lang="bash">nia-login07:~$ sbatch openmp_ex.sh</source>
<source lang="bash">nia-login07:scratch$ sbatch openmp_job.sh</source>
* First line indicates that this is a bash script.
* First line indicates that this is a bash script.
* Lines starting with <code>#SBATCH</code> go to SLURM.
* Lines starting with <code>#SBATCH</code> go to SLURM.
Line 864: Line 482:
* To use hyperthreading, just change <tt>--cpus-per-task=40</tt> to <tt>--cpus-per-task=80</tt>.
* To use hyperthreading, just change <tt>--cpus-per-task=40</tt> to <tt>--cpus-per-task=80</tt>.


= Monitoring queued jobs = <!--T:92-->
== Monitoring queued jobs == <!--T:92-->


<!--T:93-->
<!--T:93-->
Line 872: Line 490:
<ul>
<ul>
<li><p><code>squeue</code> or <code>sqc</code> (a caching version of squeue) to show the job queue (<code>squeue -u $USER</code> for just your jobs);</p></li>
<li><p><code>squeue</code> or <code>sqc</code> (a caching version of squeue) to show the job queue (<code>squeue -u $USER</code> for just your jobs);</p></li>
<li><p><code>qsum</code> shows a summary of qudue by user
<li><code>qsum</code> shows a summary of qudue by user
<li><p><code>squeue -j JOBID</code> to get information on a specific job</p>
<li><code>squeue -j JOBID</code> to get information on a specific job
<p>(alternatively, <code>scontrol show job JOBID</code>, which is more verbose).</p></li>
<p>(alternatively, <code>scontrol show job JOBID</code>, which is more verbose).</p></li>
<li><p><code>squeue --start -j JOBID</code> to get an estimate for when a job will run; these tend not to be very accurate predictions.</p></li>
<li><p><code>squeue --start -j JOBID</code> to get an estimate for when a job will run; these tend not to be very accurate predictions.</p></li>
<li><p><code>scancel -i JOBID</code> to cancel the job.</p></li>
<li><p><code>scancel -i JOBID</code> to cancel the job.</p></li>
<li><p><code>sinfo -pcompute</code> to look at available nodes.</p></li>
<li><p><code>jobperf JOBID</code> to get an instantaneous view of the cpu and memory usage of the nodes of the job while it is running.</p></li>
<li><p><code>jobperf JOBID</code> to get an instantaneous view of the cpu and memory usage of the nodes of the job while it is running.</p></li>
<li><p><code>sacct</code> to get information on your recent jobs.</p></li>
<li><p><code>sacct</code> to get information on your recent jobs.</p></li>
Line 883: Line 500:


<!--T:103-->
<!--T:103-->
For more information, check out the wiki page devoted to [[Running jobs]].
Further instructions for monitoring your jobs can be found on the [https://docs.scinet.utoronto.ca/index.php/Slurm#Monitoring_jobs Slurm page].  The [https://my.scinet.utoronto.ca my.SciNet] site is also a very useful tool for monitoring your current and past usage.


= Visualization =
= Visualization = <!--T:203-->
Information about how to use visualization tools on Niagara is available on [https://docs.scinet.utoronto.ca/index.php/Visualization Visualization] page.
Information about how to use visualization tools on Niagara is available on [https://docs.scinet.utoronto.ca/index.php/Visualization Visualization] page.


= Further information =
= Further information = <!--T:204-->


<!--T:205-->
'''Useful sites'''
'''Useful sites'''


<!--T:206-->
* SciNet: https://www.scinet.utoronto.ca
* SciNet: https://www.scinet.utoronto.ca
* Niagara: https://docs.computecanada.ca/wiki/niagara
* Niagara: [[Niagara|Niagara wiki page]]
* System Status: https://docs.scinet.utoronto.ca/index.php/Main_Page
* System Status: https://docs.scinet.utoronto.ca/index.php/Main_Page
* Training: https://support.scinet.utoronto.ca/education
* Training: https://support.scinet.utoronto.ca/education


<!--T:207-->
'''Support'''
'''Support'''
 
Contact our [[Technical support]]
* support@scinet.utoronto.ca
* niagara@computecanada.ca


</translate>
</translate>

Latest revision as of 15:34, 11 July 2024

Other languages:

Specifications[edit]

The Niagara cluster is a large cluster of 1548 Lenovo SD350 servers each with 40 Intel "Skylake" cores at 2.4 GHz. The peak performance of the cluster is 3.02 PFlops delivered / 4.75 PFlops theoretical. It is the 53rd fastest supercomputer on the TOP500 list of June 2018.

Each node of the cluster has 188 GiB / 202 GB RAM per node (at least 4 GiB/core for user jobs). Being designed for large parallel workloads, it has a fast interconnect consisting of EDR InfiniBand in a Dragonfly+ topology with Adaptive Routing. The compute nodes are accessed through a queueing system that allows jobs with a minimum of 15 minutes and a maximum of 24 hours and favours large jobs.

See the Intro to Niagara recording

More detailed hardware characteristics of the Niagara supercomputer can be found on this page.

Getting started on Niagara[edit]

Access to Niagara is not enabled automatically for everyone with an Alliance account, but anyone with an active Alliance account can get their access enabled.

If you have an active Alliance account but you do not have access to Niagara yet (e.g. because you are a new user and belong to a group whose primary PI does not have an allocation as granted in the annual Alliance RAC), go to the opt-in page on the CCDB site. After clicking the "Join" button on that page, it usually takes only one or two business days for access to be granted.

Please read this document carefully. The FAQ is also a useful resource. If at any time you require assistance, or if something is unclear, please do not hesitate to contact us.

Logging in[edit]

Niagara runs CentOS 7, which is a type of Linux. You will need to be familiar with Linux systems to work on Niagara. If you are not it will be worth your time to review the Linux introduction or to attend a local "Linux Shell" workshop.

As with all SciNet and Alliance compute systems, access to Niagara is done via ssh (secure shell) only. As of January 22 2022, authentication is only allowed via SSH keys. Please refer to this page to generate your SSH key pair and make sure you use them securely.

Open a terminal window (e.g. PuTTY on Windows or MobaXTerm), then ssh into the Niagara login nodes with your CC credentials:

$ ssh -i /path/to/ssh_private_key -Y MYCCUSERNAME@niagara.scinet.utoronto.ca

or

$ ssh -i /path/to/ssh_private_key -Y MYCCUSERNAME@niagara.computecanada.ca

The Niagara login nodes are where you develop, edit, compile, prepare and submit jobs.

These login nodes are not part of the Niagara compute cluster, but have the same architecture, operating system, and software stack.

The optional -Y is needed to open windows from the Niagara command-line onto your local X server.

To run on Niagara's compute nodes, you must submit a batch job.

If you cannot log in, be sure first to check the System Status on this site's front page.

Your various directories[edit]

By virtue of your access to Niagara you are granted storage space on the system. There are several directories available to you, each indicated by an associated environment variable

home and scratch[edit]

You have a home and scratch directory on the system, whose locations are of the form

$HOME=/home/g/groupname/myccusername

$SCRATCH=/scratch/g/groupname/myccusername

where groupname is the name of your PI's group, and myccusername is your CC username. For example:

nia-login07:~$ pwd
/home/s/scinet/rzon
nia-login07:~$ cd $SCRATCH
nia-login07:rzon$ pwd
/scratch/s/scinet/rzon

NOTE: home is read-only on compute nodes.

project and archive[edit]

Users from groups with RAC storage allocation will also have a project and possibly an archive directory.

$PROJECT=/project/g/groupname/myccusername

$ARCHIVE=/archive/g/groupname/myccusername

NOTE: Currently archive space is available only via HPSS, and is not accessible on the Niagara login, compute, or datamover nodes.

IMPORTANT: Future-proof your scripts

When writing your scripts, use the environment variables ($HOME, $SCRATCH, $PROJECT, $ARCHIVE) instead of the actual paths! The paths may change in the future.

Storage and quotas[edit]

You should familiarize yourself with the various file systems, what purpose they serve, and how to properly use them. This table summarizes the various file systems. See the Data management at Niagara page for more details.

location quota block size expiration time backed up on login nodes on compute nodes
$HOME 100 GB per user 1 MB yes yes read-only
$SCRATCH 25 TB per user 16 MB 2 months no yes yes
50-500TB per group depending on group size
$PROJECT by group allocation 16 MB yes yes yes
$ARCHIVE by group allocation dual-copy no no
$BBUFFER 10 TB per user 1 MB very short no yes yes

Moving data to Niagara[edit]

If you need to move data to Niagara for analysis, or when you need to move data off of Niagara, use the following guidelines:

  • If your data is less than 10GB, move the data using the login nodes.
  • If your data is greater than 10GB, move the data using the datamover nodes nia-datamover1.scinet.utoronto.ca and nia-datamover2.scinet.utoronto.ca .

Details of how to use the datamover nodes can be found on the Data management at Niagara page.

Loading software modules[edit]

You have two options for running code on Niagara: use existing software, or compile your own. This section focuses on the former.

Other than essentials, all installed software is made available using module commands. These modules set environment variables (PATH, etc.), allowing multiple, conflicting versions of a given package to be available. A detailed explanation of the module system can be found on the modules page.

Common module subcommands are:

  • module load <module-name>: use particular software
  • module purge: remove currently loaded modules
  • module spider (or module spider <module-name>): list available software packages
  • module avail: list loadable software packages
  • module list: list loaded modules
  • Along with modifying common environment variables, such as PATH, and LD_LIBRARY_PATH, these modules also create a SCINET_MODULENAME_ROOT environment variable, which can be used to access commonly needed software directories, such as /include and /lib. There are handy abbreviations for the module commands. ml is the same as module list, and ml <module-name> is the same as module load <module-name>.

    Software stacks: NiaEnv and CCEnv[edit]

    On Niagara, there are two available software stacks:

    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

    Tips for loading software[edit]

    We advise against loading modules in your .bashrc.
    This could lead to very confusing behaviour under certain circumstances.

    Our guidelines for .bashrc files can be found here

    Instead, load modules by hand when needed, or by sourcing a separate script.

    Load run-specific modules inside your job submission script.

    Short names give default versions; e.g. intelintel/2018.2. It is usually better to be explicit about the versions, for future reproducibility.

    Modules sometimes require other modules to be loaded first.

    Solve these dependencies by using module spider.

    Available compilers and interpreters[edit]

    • For most compiled software, one should use the Intel compilers (icc for C, icpc for C++, and ifort for Fortran). Loading an intel module makes these available.
    • The GNU compiler suite (gcc, g++, gfortran) is also available, if you load one of the gcc modules.
    • Open source interpreted, interactive software is also available:

    Please visit the Python or R page for details on using these tools. For information on running MATLAB applications on Niagara, visit this page.

    Using Commercial Software[edit]

    May I use commercial software on Niagara?

    • Possibly, but you have to bring your own license for it. You can connect to an external license server using ssh tunneling.
    • SciNet and Alliance have an extremely large and broad user base of thousands of users, so we cannot provide licenses for everyone's favorite software.
    • Thus, the only commercial software installed on Niagara is software that can benefit everyone: compilers, math libraries and debuggers.
    • That means no MATLAB, Gaussian, IDL,
    • Open source alternatives like Octave, Python, and R are available.
    • We are happy to help you to install commercial software for which you have a license.
    • In some cases, if you have a license, you can use software in the Alliance stack.

    The list of commercial software which is installed on Niagara, for which you will need a license to use, can be found on the commercial software page.

    Compiling on Niagara: Example[edit]

    Suppose one want to compile an application from two c source files, main.c and module.c, which use the Gnu Scientific Library (GSL). This is an example of how this would be done:

    nia-login07:~$ module list
    Currently Loaded Modules:
      1) NiaEnv/2018a (S)
      Where:
       S:  Module is Sticky, requires --force to unload or purge
    
    nia-login07:~$ module load intel/2018.2 gsl/2.4
    
    nia-login07:~$ ls
    appl.c module.c
    
    nia-login07:~$ icc -c -O3 -xHost -o appl.o appl.c
    nia-login07:~$ icc -c -O3 -xHost -o module.o module.c
    nia-login07:~$ icc  -o appl module.o appl.o -lgsl -mkl
    
    nia-login07:~$ ./appl
    

    Note:

    • The optimization flags -O3 -xHost allow the Intel compiler to use instructions specific to the architecture CPU that is present (instead of for more generic x86_64 CPUs).
    • Linking with this library is easy when using the intel compiler, it just requires the -mkl flags.
    • If compiling with gcc, the optimization flags would be -O3 -march=native. For the way to link with the MKL, it is suggested to use the MKL link line advisor.

    Testing[edit]

    You really should test your code before you submit it to the cluster to know if your code is correct and what kind of resources you need.

    • Small test jobs can be run on the login nodes.

      Rule of thumb: tests should run no more than a couple of minutes, taking at most about 1-2GB of memory, and use no more than a couple of cores.

    • You can run the ddt debugger on the login nodes after module load ddt.

    • Short tests that do not fit on a login node, or for which you need a dedicated node, request an interactive debug job with the debug command:

      nia-login07:~$ debugjob N
      

      where N is the number of nodes, If N=1, this gives an interactive session one 1 hour, when N=4 (the maximum), it gives you 30 minutes.

      Finally, if your debugjob process takes more than 1 hour, you can request an interactive job from the regular queue using the salloc command. Note, however, that this may take some time to run, since it will be part of the regular queue, and will be run when the scheduler decides.

      nia-login07:~$ salloc --nodes N --time=M:00:00
      

      here N is again the number of nodes, and M is the number of hours you wish the job to run.

      If you need to use graphics while testing your code through salloc, e.g. when using a debugger such as DDT or DDD, you have the following options, please visit the Testing with graphics page.

    Submitting jobs[edit]

    • Niagara uses SLURM as its job scheduler.

    • You submit jobs from a login node by passing a script to the sbatch command:

      nia-login07:scratch$ sbatch jobscript.sh
      
    • This puts the job in the queue. It will run on the compute nodes in due course.

    • In most cases, you will want to submit from your $SCRATCH directory, so that the output of your compute job can be written out (as mentioned above, $HOME is read-only on the compute nodes).

    • Jobs will run under their group's RRG allocation, or, if the group has none, under a RAS allocation (previously called 'default' allocation).

    • Some example job scripts can be found below.

    Keep in mind:

    • Scheduling is by node, so in multiples of 40-cores.

    • Your job's maximum walltime is 24 hours.

    • Jobs must write to your scratch or project directory (home is read-only on compute nodes).

    • Compute nodes have no internet access.

      Move your data to Niagara before you submit your job.

    Scheduling by node[edit]

    On many systems that use SLURM, the scheduler will deduce from the specifications of the number of tasks and the number of cpus-per-node what resources should be allocated. On Niagara things are a bit different.

    • All job resource requests on Niagara are scheduled as a multiple of nodes.

    • The nodes that your jobs run on are exclusively yours, for as long as the job is running on them.
      • No other users are running anything on them.
      • You can ssh into them to see how things are going.
    • Whatever your requests to the scheduler, it will always be translated into a multiple of nodes allocated to your job.

    • Memory requests to the scheduler are of no use. Your job always gets N x 202GB of RAM, where N is the number of nodes and 202GB is the amount of memory on the node.

    • If you run serial jobs you must still use all 40 cores on the node. Visit the serial jobs page for examples of how to do this.

    • Since there are 40 cores per node, your job should use N x 40 cores. If you do not, we will contact you to help you optimize your workflow. Or you can contact us to get assistance.

    Limits[edit]

    There are limits to the size and duration of your jobs, the number of jobs you can run and the number of jobs you can have queued. It matters whether a user is part of a group with a Resources for Research Group allocation or not. It also matters in which 'partition' the jobs runs. 'Partitions' are SLURM-speak for use cases. You specify the partition with the -p parameter to sbatch or salloc, but if you do not specify one, your job will run in the compute partition, which is the most common case.

    Usage Partition Running jobs Submitted jobs (incl. running) Min. size of jobs Max. size of jobs Min. walltime Max. walltime
    Compute jobs with an allocation compute 50 1000 1 node (40 cores) 1000 nodes (40000 cores) 15 minutes 24 hours
    Compute jobs without allocation ("default") compute 50 200 1 node (40 cores) 20 nodes (800 cores) 15 minutes 24 hours
    Testing or troubleshooting debug 1 1 1 node (40 cores) 4 nodes (160 cores) N/A 1 hour
    Archiving or retrieving data in HPSS archivelong 2 per user (max 5 total) 10 per user N/A N/A 15 minutes 72 hours
    Inspecting archived data, small archival actions in HPSS archiveshort 2 per user 10 per user N/A N/A 15 minutes 1 hour

    Within these limits, jobs will still have to wait in the queue. The waiting time depends on many factors such as the allocation amount, how much allocation was used in the recent past, the number of nodes and the walltime, and how many other jobs are waiting in the queue.

    File Input/Output Tips[edit]

    It is important to understand the file systems, so as to perform your file I/O (Input/Output) responsibly. Refer to the Data management at Niagara page for details about the file systems.

    • Your files can be seen on all Niagara login and compute nodes.
    • $HOME, $SCRATCH, and $PROJECT all use the parallel file system called GPFS.
    • GPFS is a high-performance file system which provides rapid reads and writes to large data sets in parallel from many nodes.
    • Accessing data sets which consist of many, small files leads to poor performance on GPFS.
    • Avoid reading and writing lots of small amounts of data to disk. Many small files on the system waste space and are slower to access, read and write. If you must write many small files, use ramdisk.
    • Write data out in a binary format. This is faster and takes less space.
    • The Burst Buffer is better for i/o heavy jobs and to speed up checkpoints.

    Example submission script (MPI)[edit]

    #!/bin/bash 
    #SBATCH --nodes=2
    #SBATCH --ntasks=80
    #SBATCH --time=1:00:00
    #SBATCH --job-name mpi_job
    #SBATCH --output=mpi_output_%j.txt
    #SBATCH --mail-type=FAIL
     
    cd $SLURM_SUBMIT_DIR
     
    module load intel/2018.2
    module load openmpi/3.1.0
     
    mpirun ./mpi_example
    # or "srun ./mpi_example"
    

    Submit this script from your scratch directory with the command:

    nia-login07:scratch$ sbatch mpi_job.sh
    
    • First line indicates that this is a bash script.
    • Lines starting with #SBATCH go to SLURM.
    • sbatch reads these lines as a job request (which it gives the name mpi_job)
    • In this case, SLURM looks for 2 nodes (each of which will have 40 cores) on which to run a total of 80 tasks, for 1 hour.
      (Instead of specifying --ntasks=80, you can also ask for --ntasks-per-node=40, which amounts to the same.)
    • Note that the mpifun flag "--ppn" (processors per node) is ignored.
    • Once it found such a node, it runs the script:
      • Change to the submission directory;
      • Loads modules;
      • Runs the mpi_example application (SLURM will inform mpirun or srun on how many processes to run).
    • To use hyperthreading, just change --ntasks=80 to --ntasks=160, and add --bind-to none to the mpirun command (the latter is necessary for OpenMPI only, not when using IntelMPI).

    Example submission script (OpenMP)[edit]

    #!/bin/bash
    #!/bin/bash
    #SBATCH --nodes=1
    #SBATCH --cpus-per-task=40
    #SBATCH --time=1:00:00
    #SBATCH --job-name openmp_job
    #SBATCH --output=openmp_output_%j.txt
    #SBATCH --mail-type=FAIL
     
    cd $SLURM_SUBMIT_DIR
     
    module load intel/2018.2
     
    export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
     
    ./openmp_example
    # or "srun ./openmp_example".
    

    Submit this script from your scratch directory with the command:

    nia-login07:scratch$ sbatch openmp_job.sh
    
    • First line indicates that this is a bash script.
    • Lines starting with #SBATCH go to SLURM.
    • sbatch reads these lines as a job request (which it gives the name openmp_ex) .
    • In this case, SLURM looks for one node with 40 cores to be run inside one task, for 1 hour.
    • Once it found such a node, it runs the script:
      • Change to the submission directory;
      • Loads modules (must be done again in the submission script on Niagara);
      • Sets an environment variable to set the number of threads to 40 (no hyperthreading in this example);
      • Runs the appl_openmp_ex application.
    • To use hyperthreading, just change --cpus-per-task=40 to --cpus-per-task=80.

    Monitoring queued jobs[edit]

    Once the job is incorporated into the queue, there are some command you can use to monitor its progress.

    • squeue or sqc (a caching version of squeue) to show the job queue (squeue -u $USER for just your jobs);

    • qsum shows a summary of qudue by user
    • squeue -j JOBID to get information on a specific job

      (alternatively, scontrol show job JOBID, which is more verbose).

    • squeue --start -j JOBID to get an estimate for when a job will run; these tend not to be very accurate predictions.

    • scancel -i JOBID to cancel the job.

    • jobperf JOBID to get an instantaneous view of the cpu and memory usage of the nodes of the job while it is running.

    • sacct to get information on your recent jobs.

    Further instructions for monitoring your jobs can be found on the Slurm page. The my.SciNet site is also a very useful tool for monitoring your current and past usage.

    Visualization[edit]

    Information about how to use visualization tools on Niagara is available on Visualization page.

    Further information[edit]

    Useful sites

    Support Contact our Technical support