Nexus/Vulcan: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
 
(47 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The [https://wiki.umiacs.umd.edu/cfar/index.php/Vulcan Vulcan] standalone cluster's compute nodes will fold into [[Nexus]] on Thursday, August 17th, 2023 during the scheduled [[MonthlyMaintenanceWindow | maintenance window]] for August (5-8pm).
The Vulcan standalone cluster's compute nodes have folded into [[Nexus]] as of the scheduled [[MonthlyMaintenanceWindow | maintenance window]] for August 2023 (Thursday 08/17/2023, 5-8pm).


The Nexus cluster already has a large pool of compute resources made possible through leftover funding for the [[Iribe | Brendan Iribe Center]]. Details on common nodes already in the cluster (Tron partition) can be found [[Nexus/Tron | here]].
The Nexus cluster already has a large pool of compute resources made possible through college-level funding for UMIACS and CSD faculty. Details on common nodes already in the cluster (Tron partition) can be found [[Nexus/Tron | here]].
 
In addition, the Vulcan cluster's standalone submission nodes <code>vulcansub00.umiacs.umd.edu</code> and <code>vulcansub01.umiacs.umd.edu</code> will be retired on Thursday, September 21st, 2023 during that month's maintenance window (5-8pm), as they will no longer be able to submit jobs to Vulcan compute nodes after the August maintenance window. Please use <code>nexusvulcan00.umiacs.umd.edu</code> and <code>nexusvulcan01.umiacs.umd.edu</code> for any general purpose Vulcan compute needs after this time.
 
As of Friday, July 21st, 2023, two 1080 Ti compute nodes (<code>vulcan11</code> and <code>vulcan12</code>) have been moved into Nexus to give you a chance to test your new submission scripts now if you would like. Please continue to run your normal Vulcan workloads on the standalone Vulcan cluster for now, as two compute nodes will not be able to handle jobs from multiple users simultaneously. Only the <code>vulcan-dpart</code> and <code>vulcan-scavenger</code> partitions are available to test with.
 
Please see the [[#Timeline | Timeline]] section below for concrete dates in chronological order.


Please [[HelpDesk | contact staff]] with any questions or concerns.
Please [[HelpDesk | contact staff]] with any questions or concerns.


==Usage==
==Usage==
The Nexus cluster submission nodes that are allocated to Vulcan are <code>nexusvulcan00.umiacs.umd.edu</code> and <code>nexusvulcan01.umiacs.umd.edu</code>. '''You must use these nodes to submit jobs to Vulcan compute nodes after the August maintenance window.''' Submission from <code>vulcansub00.umiacs.umd.edu</code> or <code>vulcansub01.umiacs.umd.edu</code> will no longer work.
You can [[SSH]] to <code>nexusvulcan.umiacs.umd.edu</code> to log in to a submission host.
 
If you store something in a local directory (/tmp, /scratch0) on one of the two submission hosts, you will need to connect to that same submission host to access it later. The actual submission hosts are:
* <code>nexusvulcan00.umiacs.umd.edu</code>
* <code>nexusvulcan01.umiacs.umd.edu</code>


All partitions, QoSes, and account names from the standalone Vulcan cluster are being moved over to Nexus when the compute nodes move. However, please note that <code>vulcan-</code> is prepended to all of the values that were present in the standalone Vulcan cluster to distinguish them from existing values in Nexus. The lone exception is the base account currently named <code>vulcan</code> in the standalone cluster (it is also named just <code>vulcan</code> in Nexus).
All partitions, QoSes, and account names from the standalone Vulcan cluster have been moved over to Nexus. However, please note that <code>vulcan-</code> is prepended to all of the values that were present in the standalone Vulcan cluster to distinguish them from existing values in Nexus. The lone exception is the base account that was named <code>vulcan</code> in the standalone cluster (it is also named just <code>vulcan</code> in Nexus).


Here are some before/after examples of job submission with various parameters:
Here are some before/after examples of job submission with various parameters:
Line 22: Line 20:
! Nexus cluster submission command
! Nexus cluster submission command
|-
|-
|<code>srun --partition=dpart --qos=medium --account=abhinav --gres=gpu:rtxa4000:2 --pty bash</code>
|<code>srun --partition=dpart --qos=medium --account=abhinav --gres=gpu:gtx1080ti:2 --pty bash</code>
|<code>srun --partition=vulcan-dpart --qos=vulcan-medium --account=vulcan-abhinav --gres=gpu:rtxa4000:2 --pty bash</code>
|<code>srun --partition=vulcan-dpart --qos=vulcan-medium --account=vulcan-abhinav --gres=gpu:gtx1080ti:2 --pty bash</code>
|-
|-
|<code>srun --partition=cpu --qos=cpu --pty bash</code>
|<code>srun --partition=cpu --qos=cpu --pty bash</code>
|<code>srun --partition=vulcan-cpu --qos=vulcan-cpu --pty bash</code>
|<code>srun --partition=vulcan-cpu --qos=vulcan-cpu --account=vulcan --pty bash</code>
|-
|-
|<code>srun --partition=scavenger --qos=scavenger --account=vulcan --gres=gpu:4 --pty bash</code>
|<code>srun --partition=scavenger --qos=scavenger --account=vulcan --gres=gpu:4 --pty bash</code>
Line 32: Line 30:
|}
|}


Vulcan users (exclusively) can schedule non-interruptible jobs on the moved nodes with any non-scavenger job parameters. Please note that the <code>vulcan-dpart</code> partition has a <code>GrpTRES</code> limit of 100% of the available cores/RAM on vulcan## nodes plus 50% of the available cores/RAM on legacy## nodes, so your job may need to wait if all available cores/RAM (or GPUs) are in use. It also has a max submission limit of 500 jobs simultaneously so as to not overload the cluster. This is codified by the partition QoS named '''vulcan'''.
Vulcan users (exclusively) can schedule non-interruptible jobs on Vulcan nodes with any non-scavenger job parameters. Please note that the <code>vulcan-dpart</code> partition has a <code>GrpTRES</code> limit of 100% of the available cores/RAM on all vulcan## in aggregate nodes plus 50% of the available cores/RAM on legacy## nodes in aggregate, so your job may need to wait if all available cores/RAM (or GPUs) are in use. It also has a max submission limit of 500 jobs per user simultaneously so as to not overload the cluster. This is codified by the partition QoS named '''vulcan'''.


Please note that the Vulcan compute nodes are also in the institute-wide <code>scavenger</code> partition in Nexus. Vulcan users still have scavenging priority over these nodes via the <code>vulcan-scavenger</code> partition (i.e., all <code>vulcan-</code> partition jobs (other than <code>vulcan-scavenger</code>) can preempt both <code>vulcan-scavenger</code> and <code>scavenger</code> partition jobs, and <code>vulcan-scavenger</code> partition jobs can preempt <code>scavenger</code> partition jobs).
Please note that the Vulcan compute nodes are also in the institute-wide <code>scavenger</code> partition in Nexus. Vulcan users still have scavenging priority over these nodes via the <code>vulcan-scavenger</code> partition (i.e., all <code>vulcan-</code> partition jobs (other than <code>vulcan-scavenger</code>) can preempt both <code>vulcan-scavenger</code> and <code>scavenger</code> partition jobs, and <code>vulcan-scavenger</code> partition jobs can preempt <code>scavenger</code> partition jobs).


==Timeline==
==Nodes==
Each event will be completed within the timeframe specified.
There are currently 45 [[Nexus/Vulcan/GPUs | GPU nodes]] available running a mixture of NVIDIA RTX A6000, NVIDIA RTX A5000, NVIDIA RTX A4000, NVIDIA Quadro P6000, NVIDIA GeForce GTX 1080 Ti, NVIDIA GeForce RTX 2080 Ti, and NVIDIA Tesla P100 cards. There are also 4 CPU-only nodes available.


{| class="wikitable"
All nodes are scheduled with the [[SLURM]] resource manager.
! Date
! Event
|-
| July 21st 2023
| Two compute nodes <code>vulcan11</code> and <code>vulcan12</code> are moved into Nexus so submission can be tested
|-
| [[MonthlyMaintenanceWindow | August 17th 2023, 5-8pm]]
| All other standalone Vulcan cluster compute nodes are moved into Nexus in corresponding <code>vulcan-</code> named partitions
|-
| [[MonthlyMaintenanceWindow | September 21st 2023, 5-8pm]]
| <code>vulcansub00.umiacs.umd.edu</code> and <code>vulcansub01.umiacs.umd.edu</code> are taken offline
|-
|}


==Migration==
==Partitions==
===Home Directories===
The [[Nexus]] uses [[NFShomes]] home directories - if your UMIACS account was created before February 22nd, 2023, you have been using <code>/cfarhomes/<username></code> as your home directory on the standalone Vulcan cluster. While <code>/cfarhomes</code> is available on Nexus, your shell initialization scripts from it will not automatically load. Please copy over anything you need to your <code>/nfshomes/<username></code> directory at your earliest convenience, as <code>/cfarhomes</code> may be retired in the coming year.
 
==Post-Migration==
There are currently 45 [[Nexus/Vulcan/GPUs | GPU nodes]] available running a mixture of NVIDIA RTX A6000, NVIDIA RTX A5000, NVIDIA RTX A4000, NVIDIA Quadro P6000, NVIDIA GeForce GTX 1080 Ti, NVIDIA GeForce RTX 2080 Ti, and NVIDIA Tesla P100 cards. There are also 2 CPU-only nodes available.
 
All nodes are scheduled with the [https://wiki.umiacs.umd.edu/umiacs/index.php/SLURM SLURM] resource manager. 
 
===Partitions===
There are three partitions available to general Vulcan [[SLURM]] users.  You must specify a partition when submitting your job.
There are three partitions available to general Vulcan [[SLURM]] users.  You must specify a partition when submitting your job.


* '''vulcan-dpart''' - This is the default partition. Job allocations are guaranteed.
* '''vulcan-dpart''' - This is the default partition. Job allocations are guaranteed. Only nodes with GPUs from architectures before NVIDIA's [https://www.nvidia.com/en-us/data-center/ampere-architecture/ Ampere architecture] are included in this partition.
* '''vulcan-scavenger''' - This is the alternate partition that allows jobs longer run times and more resources but is preemptable when jobs in other <code>vulcan-</code> partitions are ready to be scheduled.
* '''vulcan-scavenger''' - This is the alternate partition that allows jobs longer run times and more resources but is preemptable when jobs in other <code>vulcan-</code> partitions are ready to be scheduled.
* '''vulcan-cpu''' - This partition is for CPU focused jobs. Job allocations are guaranteed.
* '''vulcan-cpu''' - This partition is for CPU focused jobs. Job allocations are guaranteed.
Line 72: Line 48:
There are a few additional partitions available to subsets of Vulcan users based on specific requirements.
There are a few additional partitions available to subsets of Vulcan users based on specific requirements.


===Accounts===
* '''vulcan-ampere''' - This partition contains nodes with GPUs from NVIDIA's [https://www.nvidia.com/en-us/data-center/ampere-architecture/ Ampere architecture]. Job allocations are guaranteed.
Vulcan has a base SLURM account <code>vulcan</code> which has a modest number of guaranteed billing resources available to all cluster users at any given time.  Other faculty that have invested in the cluster have an additional account provided to their sponsored accounts on the cluster, which provides a number of guaranteed billing resources corresponding to the amount that they invested. If you do not specify an account when submitting your job, you will receive the '''vulcan''' account.
*: As of Thursday 02/29/2024 at 12pm, there is a 4 hour time limit on interactive jobs in this partition. If you need to run longer jobs, you will need to modify your workflow into a job that can be submitted as a batch script.
*: As of Thursday 03/21/2024 at 5pm, there is a limit of 4 CPUs and 48G memory maximum per GPU requested by a job. If you need to run jobs with more CPUs/memory, you will either need to request more GPUs in the job or use a different partition.
 
: Submission is restricted to the Slurm [[#Accounts | accounts]] of the faculty who invested in these nodes:
:* Abhinav Shrivastava (vulcan-abhinav)
:* Jia-Bin Huang (vulcan-jbhuang)
:* Christopher Metzler (vulcan-metzler)
:* Matthias Zwicker (vulcan-zwicker)
 
==Accounts==
Vulcan has a base SLURM account <code>vulcan</code> which has a modest number of guaranteed billing resources available to all cluster users at any given time.  Other faculty that have invested in Vulcan compute infrastructure have an additional account provided to their sponsored accounts on the cluster.
 
If you do not specify an account when submitting your job, you will receive the '''vulcan''' account.  If your faculty sponsor has their own account, it is recommended to use that account for job submission.


The current faculty accounts are:
The current faculty accounts are:
* abhinav
* vulcan-abhinav
* djacobs
* vulcan-djacobs
* jbhuang
* vulcan-jbhuang
* lsd
* vulcan-lsd
* metzler
* vulcan-metzler
* rama
* vulcan-rama
* ramani
* vulcan-ramani
* yaser
* vulcan-yaser
* zwicker
* vulcan-zwicker


<pre>
<pre>
Line 90: Line 78:
             Account                          Descr        Org
             Account                          Descr        Org
-------------------- ------------------------------ ----------
-------------------- ------------------------------ ----------
                 ...
                 ...                            ...        ...
               vulcan                        vulcan    vulcan
               vulcan                        vulcan    vulcan
       vulcan-abhinav  vulcan - abhinav shrivastava    vulcan
       vulcan-abhinav  vulcan - abhinav shrivastava    vulcan
       vulcan-djacobs          vulcan - david jacobs    vulcan
       vulcan-djacobs          vulcan - david jacobs    vulcan
        vulcan-janus                vulcan - janus    vulcan
       vulcan-jbhuang        vulcan - jia-bin huang    vulcan
       vulcan-jbhuang        vulcan - jia-bin huang    vulcan
           vulcan-lsd          vulcan - larry davis    vulcan
           vulcan-lsd          vulcan - larry davis    vulcan
Line 102: Line 89:
         vulcan-yaser          vulcan - yaser yacoob    vulcan
         vulcan-yaser          vulcan - yaser yacoob    vulcan
       vulcan-zwicker      vulcan - matthias zwicker    vulcan
       vulcan-zwicker      vulcan - matthias zwicker    vulcan
                 ...
                 ...                            ...        ...
</pre>
</pre>
Faculty can manage this list of users via our [https://intranet.umiacs.umd.edu/directory/secgroup/ Directory application] in the Security Groups section.  The security group that controls access has the prefix <code>vulcan_</code> and then the faculty username.  It will also list <code>slurm://nexusctl.umiacs.umd.edu</code> as the associated URI.


You can check your account associations by running the '''show_assoc''' command to see the accounts you are associated with.  Please [[HelpDesk | contact staff]] and include your faculty member in the conversation if you do not see the appropriate association.  
You can check your account associations by running the '''show_assoc''' command to see the accounts you are associated with.  Please [[HelpDesk | contact staff]] and include your faculty member in the conversation if you do not see the appropriate association.  
Line 111: Line 100:
       User          Account MaxJobs      GrpTRES                                                                              QOS
       User          Account MaxJobs      GrpTRES                                                                              QOS
---------- ---------------- ------- ------------- --------------------------------------------------------------------------------
---------- ---------------- ------- ------------- --------------------------------------------------------------------------------
       ...
       ...             ...    ...                                                                                            ...
  abhinav          abhinav      48                          vulcan-cpu,vulcan-default,vulcan-high,vulcan-medium,vulcan-scavenger
   abhinav          vulcan      48                                      vulcan-cpu,vulcan-default,vulcan-medium,vulcan-scavenger
   abhinav          vulcan      48                                      vulcan-cpu,vulcan-default,vulcan-medium,vulcan-scavenger
       ...
  abhinav  vulcan-abhinav      48                          vulcan-cpu,vulcan-default,vulcan-high,vulcan-medium,vulcan-scavenger
       ...              ...    ...                                                                                            ...
</pre>
</pre>


You can also see the total number of Track-able Resources (TRES) allowed for each account by running the following command. Please make sure you give the appropriate account that you are looking for.  
You can also see the total number of Track-able Resources (TRES) allowed for each account by running the following command. Please make sure you give the appropriate account that you are looking for. As shown below, there is a concurrent limit of 64 total GPUs for all users not in a contributing faculty group.


<pre>
<pre>
Line 124: Line 113:
---------- ---------- -------------------- -------------
---------- ---------- -------------------- -------------
               vulcan                        gres/gpu=64
               vulcan                        gres/gpu=64
                   ...
                   ...                                ...
</pre>
</pre>


===QoS===
==QoS==
You need to decide the QOS to submit with which will set a certain number of restrictions to your job.  If you do not specify a QoS when submitting your job, you will receive the '''vulcan-default''' QoS assuming you are using a Vulcan account.
You need to decide the QOS to submit with which will set a certain number of restrictions to your job.  If you do not specify a QoS when submitting your job using the <code>--qos</code> parameter, you will receive the '''vulcan-default''' QoS assuming you are using a Vulcan account.


The following <code>sacctmgr</code> command will list the current QOS.  Either the <code>vulcan-default</code>, <code>vulcan-medium</code>, or <code>vulcan-high</code> QOS is required for the vulcan-dpart partition.  This will be passed to all your submission commands as <code>--qos</code>.
The following <code>sacctmgr</code> command will list the current QOS.  Either the <code>vulcan-default</code>, <code>vulcan-medium</code>, or <code>vulcan-high</code> QOS is required for the vulcan-dpart partition.  Please note that only faculty accounts (see above) have access to the <code>vulcan-high</code> QoS.


The following example will show you the current limits that the QOS have.
The following example will show you the current limits that the QOS have. The output is truncated to show only relevant Vulcan QoS.
<pre>
<pre>
$ show_qos
$ show_qos
                 Name    MaxWall                        MaxTRES MaxJobsPU MaxSubmitPU                     MaxTRESPU             GrpTRES
                 Name    MaxWall                        MaxTRES MaxJobsPU                      MaxTRESPU  
-------------------- ----------- ------------------------------ --------- ----------- ------------------------------ --------------------
-------------------- ----------- ------------------------------ --------- ------------------------------  
                ...        ...                            ...      ...        ...                            ...                  ...
...
      vulcan-medium 3-00:00:00       cpu=8,gres/gpu=2,mem=64G         2
          vulcan-cpu 2-00:00:00               cpu=1024,mem=4T         4                               
        vulcan-high 1-12:00:00     cpu=16,gres/gpu=4,mem=128G         2
      vulcan-default 7-00:00:00       cpu=4,gres/gpu=1,mem=32G         2                              
      vulcan-default 7-00:00:00       cpu=4,gres/gpu=1,mem=32G         2
      vulcan-exempt 7-00:00:00     cpu=32,gres/gpu=8,mem=256G         2                              
    vulcan-scavenger 3-00:00:00    cpu=32,gres/gpu=8,mem=256G
        vulcan-high 1-12:00:00    cpu=16,gres/gpu=4,mem=128G        2                               
         vulcan-janus  3-00:00:00    cpu=32,gres/gpu=10,mem=256G
         vulcan-janus  3-00:00:00    cpu=32,gres/gpu=10,mem=256G                                        
       vulcan-exempt 7-00:00:00     cpu=32,gres/gpu=8,mem=256G         2
       vulcan-medium 3-00:00:00       cpu=8,gres/gpu=2,mem=64G         2                              
          vulcan-cpu 2-00:00:00               cpu=1024,mem=4T        4
      vulcan-sailon 3-00:00:00     cpu=32,gres/gpu=8,mem=256G                              gres/gpu=48
     vulcan-exclusive 30-00:00:00
     vulcan-scavenger 3-00:00:00    cpu=32,gres/gpu=8,mem=256G                                           
      vulcan-sailon 3-00:00:00    cpu=32,gres/gpu=8,mem=256G                                          gres/gpu=48
...
                ...         ...                            ...      ...        ...                            ...                  ...
 
$ show_partition_qos
                Name MaxSubmitPU                      MaxTRESPU              GrpTRES
-------------------- ----------- ------------------------------ --------------------
...
              vulcan        500                                cpu=1760,mem=15824G
    vulcan-scavenger         500                                                   
...
</pre>
</pre>


===Storage===
==Storage==
Vulcan has the following storage available.  Please also review UMIACS [[LocalDataStorage | Local Data Storage]] policies including any volume that is labeled as scratch.
Vulcan has the following storage available.  Please also review UMIACS [[LocalDataStorage | Local Data Storage]] policies including any volume that is labeled as scratch.


Vulcan users can also request [[Nexus#Project_Allocations | Nexus project allocations]].
Vulcan users can also request [[Nexus#Project_Allocations | Nexus project allocations]].


====Home Directory====
===Home Directories===
As of late February 2023, the deprecation of <code>cfarhomes</code> directories has begun.  User accounts installed after this date only have access to <code>nfshomes</code> directories which can be accessed over NFS as <code>/nfshomes/$username</code> and CIFS as <code>\\data.isilon.umiacs.umd.edu\ifs\umiacs\homes\$username</code>
{{Nfshomes}}


User accounts installed before late February 2023 have access to CFAR home directories that are available over NFS as <code>/cfarhomes/$username</code>.  It is limited to 10GB if it was created on or after 04/09/2021 or 20GB if it was created before 04/09/2021.  It has both [https://wiki.umiacs.umd.edu/umiacs/index.php/Snapshots snapshots] and [https://wiki.umiacs.umd.edu/umiacs/index.php/TSM backups] available if need be.
===Scratch Directories===
 
Home directories are intended to store personal or configuration files only.  We encourage users to not share any data in their home directory as it is personal space.
 
====Scratch Directories====
Scratch data has no data protection including no snapshots and the data is not backed up. There are two types of scratch directories in the Vulcan compute infrastructure:
Scratch data has no data protection including no snapshots and the data is not backed up. There are two types of scratch directories in the Vulcan compute infrastructure:
* Network scratch directory
* Network scratch directory
* Local scratch directories
* Local scratch directories


=====Network Scratch Directory=====
====Network Scratch Directory====
You are allocated 300GB of scratch space via NFS from <code>/vulcanscratch/$username</code>.  '''It is not backed up or protected in any way.'''  This directory is '''automounted''' so you will need to <code>cd</code> into the directory or request/specify a fully qualified file path to access this.
You have 300GB of scratch storage available at <code>/vulcanscratch/<username></code>.  '''It is not backed up or protected in any way.'''  This directory is '''automounted''' so you will need to <code>cd</code> into the directory or request/specify a fully qualified file path to access this.


You may request a temporary increase of up to 500GB total space for a maximum of 120 days without any faculty approval by contacting [mailto:staff@umiacs.umd.edu staff@umiacs.umd.edu].  Once the temporary increase period is over, you will be contacted and given a one-week window of opportunity to clean and secure your data before staff will forcibly remove data to get your space back under 300GB.  If you need space beyond 500GB or for longer than 120 days, you will need faculty approval and/or a project directory.
You may request a temporary increase of up to 500GB total space for a maximum of 120 days without any faculty approval by [[HelpDesk | contacting staff]].  Once the temporary increase period is over, you will be contacted and given a one-week window of opportunity to clean and secure your data before staff will forcibly remove data to get your space back under 300GB.  If you need space beyond 500GB or for longer than 120 days, you will need faculty approval and/or a project directory.


This file system is available on all submission, data management, and computational nodes within the cluster.
This file system is available on all submission, data management, and computational nodes within the cluster.


=====Local Scratch Directories=====
====Local Scratch Directories====
Each computational node that you can schedule compute jobs on has one or more local scratch directories.  These are always named <code>/scratch0</code>, <code>/scratch1</code>, etc.  These are almost always more performant than any other storage available to the job.  However, you must stage their data within the confine of their job and stage the data out before the end of their job.
Each computational node that you can schedule compute jobs on has one or more local scratch directories.  These are always named <code>/scratch0</code>, <code>/scratch1</code>, etc.  These are almost always more performant than any other storage available to the job.  However, you must stage their data within the confine of their job and stage the data out before the end of their job.


These local scratch directories have a tmpwatch job which will '''delete unaccessed data after 90 days''', scheduled via maintenance jobs to run once a month at 1am.  Different nodes will run the maintenance jobs on different days of the month to ensure the cluster is still highly available at all times.  Please make sure you secure any data you write to these directories at the end of your job.
These local scratch directories have a tmpwatch job which will '''delete unaccessed data after 90 days''', scheduled via maintenance jobs to run once a month at 1am.  Different nodes will run the maintenance jobs on different days of the month to ensure the cluster is still highly available at all times.  Please make sure you secure any data you write to these directories at the end of your job.


====Datasets====
===Datasets===
We have read-only dataset storage available at <code>/fs/vulcan-datasets</code>.  If there are datasets that you would like to see curated and available, please see [https://wiki.umiacs.umd.edu/umiacs/index.php/Datasets this page].
We have read-only dataset storage available at <code>/fs/vulcan-datasets</code>.  If there are datasets that you would like to see curated and available, please see [[Datasets | this page]].
 
The list of Vulcan datasets we currently host can be viewed [https://info.umiacs.umd.edu/datasets/list/?q=Vulcan here].


The following is the list of datasets available:
===Project Storage===
{| class="wikitable"
Users within the Vulcan compute infrastructure can request project based allocations for up to 10TB for up to 180 days by [[HelpDesk | contacting staff]] with approval from the Vulcan faculty manager (Dr. Shrivastava).  These allocations will be available from <code>/fs/vulcan-projects</code> under a name that you provide when you request the allocation. Near the end of the allocation period, staff will contact you and ask if you would like to renew the allocation for up to another 180 days (requires re-approval from Dr. Shrivastava).
! Dataset
* If you are no longer in need of the storage allocation, you will need to relocate all desired data within two weeks of the end of the allocation period.  Staff will then remove the allocation.
! Path
* If you do not respond to staff's request by the end of the allocation period, staff will make the allocation temporarily inaccessible.
|-
** If you do respond asking for renewal but the original faculty approver does not respond within two weeks of the end of the allocation period, staff will also make the allocation temporarily inaccessible.
| 3D-FRONT
** If one month from the end of the allocation period is reached without both you and the faculty approver responding, staff will remove the allocation.
| /fs/vulcan-datasets/3d-front
|-
| 3D-FUTURE
| /fs/vulcan-datasets/3d-future
|-
| Action Genome
| /fs/vulcan-datasets/AG
|-
| ActivityNet
| /fs/vulcan-datasets/ActivityNet
|-
| CATER
| /fs/vulcan-datasets/CATER
|-
| COVID-DA
| /fs/vulcan-datasets/COVID-DA
|-
| CelebA
| /fs/vulcan-datasets/CelebA
|-
| CelebA-HQ
| /fs/vulcan-datasets/CelebA-HQ
|-
| CelebAMask-HQ
| /fs/vulcan-datasets/CelebAMask-HQ
|-
| Charades
| /fs/vulcan-datasets/Charades
|-
| CharadesEgo
| /fs/vulcan-datasets/CharadesEgo
|-
| CIFAR10
| /fs/vulcan-datasets/cifar-10-python
|-
| CIFAR100
| /fs/vulcan-datasets/cifar-100-python
|-
| CityScapes
| /fs/vulcan-datasets/cityscapes
|-
| COCO
| /fs/vulcan-datasets/coco
|-
| Conceptual Captions
| /fs/vulcan-datasets/conceptual_captions
|-
| CUB
| /fs/vulcan-datasets/CUB
|-
| DeepFashion
| /fs/vulcan-datasets/DeepFashion
|-
| Digits
| /fs/vulcan-datasets/digits_full
|-
| Edges2handbags
| /fs/vulcan/datasets/edges2handbags
|-
| Edges2shoes
| /fs/vulcan/datasets/edges2shoes
|-
| EGTEA
| /fs/vulcan/datasets/EGTEA
|-
| emnist
| /fs/vulcan-datasets/emnist
|-
| EPIC Kitchens 2018
| /fs/vulcan-datasets/Epics-kitchen-2018
|-
| EPIC Kitchens 2020
| /fs/vulcan-datasets/EPIC-Kitchens-2020
|-
| Facades
| /fs/vulcan/datasets/facades
|-
| from_games (GTA5)
| /fs/vulcan-datasets/from_games
|-
| FFHQ
| /fs/vulcan-datasets/ffhq-dataset
|-
| FineGym
| /fs/vulcan-datasets/FineGym
|-
| Google Landmarks Dataset v2
| /fs/vulcan-datasets/google-landmark-v2
|-
| HAA500
| /fs/vulcan-datasets/haa500
|-
| HICO
| /fs/vulcan-datasets/HICO
|-
| HMDB51
| /fs/vulcan-datasets/HMDB51
|-
| Honda_100h
| /fs/vulcan-datasets/honda_100h
|-
| HPatches
| /fs/vulcan-datasets/HPatches
|-
| Human3.6M
| /fs/vulcan-datasets/human3.6
|-
| IM2GPS (test only)
| /fs/vulcan-datasets/im2gps
|-
| ImageNet
| /fs/vulcan-datasets/imagenet
|-
| iNaturalist Dataset 2021
| /fs/vulcan-datasets/inat_comp_2021
|-
| InteriorNet
| /fs/vulcan-datasets/InteriorNet
|-
| Kinetics-400
| /fs/vulcan-datasets/Kinetics-400
|-
| Labelled Faces in the Wild
| /fs/vulcan-datasets/lfw
|-
| LibriSpeech
| /fs/vulcan-datasets/LibriSpeech
|-
| LSUN
| /fs/vulcan-datasets/LSUN
|-
| LVIS
| /fs/vulcan-datasets/LVIS
|-
| Maps
| /fs/vulcan-datasets/maps
|-
| Matterport3D
| /fs/vulcan-datasets/Matterport3D
|-
| MegaDepth
| /fs/vulcan-datasets/MegaDepth
|-
| MineRL
| /fs/vulcan-datasets/MineRL
|-
| Mini-ImageNet
| /fs/vulcan-datasets/miniImagenet
|-
| MIT Indoor
| /fs/vulcan-datasets/mit_indoor
|-
| MIT Places
| /fs/vulcan-datasets/mit_places
|-
| Multi-PIE Face
| /fs/vulcan-datasets/multipie
|-
| Night2day
| /fs/vulcan-datasets/night2day
|-
| ObjectNet3D
| /fs/vulcan-datasets/ObjectNet3D
|-
| Occluded Video Instance Segmentation
| /fs/vulcan-datasets/ovis-2021
|-
| Office
| /fs/vulcan-datasets/office
|-
| Office-Home
| /fs/vulcan-datasets/office_home
|-
| omniglot
| /fs/vulcan-datasets/omniglot
|-
| OOPS
| /fs/vulcan-datasets/OOPS
|-
| OpenImagesv4
| /fs/vulcan-datasets/OpenImagesv4
|-
| PartNet
| /fs/vulcan-datasets/PartNet
|-
| Pascal VOC
| /fs/vulcan-datasets/pascal_voc
|-
| PIC (HOI-A)
| /fs/vulcan-datasets/PIC
|-
| PubLayNet
| /fs/vulcan-datasets/PubLayNet
|-
| Replica
| /fs/vulcan-datasets/Replica
|-
| ScanNet
| /fs/vulcan-datasets/ScanNet
|-
| ShapeNetCore.v2
| /fs/vulcan-datasets/ShapeNetCore.v2
|-
| Something-Something-V1
| /fs/vulcan-datasets/SomethingV1
|-
| Something-Something-V2
| /fs/vulcan-datasets/SomethingV2
|-
| SYNTHIA-RAND-CITYSCAPES
| /fs/vulcan-datasets/SYNTHIA-RAND-CITYSCAPES
|-
| TAPOS
| /fs/vulcan-datasets/TAPOS
|-
| Tiny ImageNet
| /fs/vulcan-datasets/tiny_imagenet
|-
| Tumblr GIF Description
| /fs/vulcan-datasets/TGIF
|-
| Thingi10K
| /fs/vulcan-datasets/Thingi10K
|-
| UCF101
| /fs/vulcan-datasets/UCF101
|-
| VirtualHomes
| /fs/vulcan-datasets/VirtualHomes
|-
| visda17
| /fs/vulcan-datasets/visda17
|-
| visda17_openset
| /fs/vulcan-datasets/VISDA
|-
| visda19
| /fs/vulcan-datasets/visda
|-
| Visual Genome
| /fs/vulcan-datasets/VG
|-
| Visual Relationship Detection
| /fs/vulcan-datasets/VRD
|-
| VOCdevkit
| /fs/vulcan-datasets/VOCdevkit
|-
| VoxCeleb2
| /fs/vulcan-datasets/VoxCeleb2
|-
| WILDS
| /fs/vulcan-datasets/WILDS
|-
| xView2
| /fs/vulcan-datasets/xView2
|-
| YCB Object Models
| /fs/vulcan-datasets/YCB
|-
| YouTube8M
| /fs/vulcan-datasets/YouTube8M
|-
| YouTubeVIS-2019
| /fs/vulcan-datasets/YouTubeVIS-2019
|-
| YouTubeVIS-2021
| /fs/vulcan-datasets/YouTubeVIS-2021
|}


====Project Storage====
This data, by default, will be backed up nightly and have a limited snapshot schedule (1 daily snapshot).  Upon request, staff can both exclude the data from backups and/or disable snapshots on the project storage volume. We currently have 100TB total to support these projects which includes the snapshot data for this volume.
Users within the Vulcan compute infrastructure can request project based allocations for up to 10TB for up to 180 days by [https://wiki.umiacs.umd.edu/umiacs/index.php/HelpDesk contacting staff] with approval from the Vulcan faculty manager (Dr. Shrivastava).  These allocations will be available from '''/fs/vulcan-projects''' under a name that you provide when you request the allocation.  Near the end of the allocation period, staff will contact you and ask if you would like to renew the allocation for up to another 180 days (requires re-approval from Dr. Shrivastava).  If you are no longer in need of the storage allocation, you will need to relocate all desired data within two weeks of the end of the allocation period. Staff will then remove the allocation.  If you or the original faculty approver do not respond to staff's request or within one month of the end of the allocation period, staff will remove the allocation.


This data, by default, will be backed up nightly and have a limited snapshot schedule (1 daily snapshot). Upon request, staff can both exclude the data from backups and/or disable snapshots on the project storage volume. We currently have 100TB total to support these projects which includes the snapshot data for this volume.
===Object Storage===
All Vulcan users can request project allocations in the [https://obj.umiacs.umd.edu/obj/help UMIACS Object Store]. Please [[HelpDesk | contact staff]] with a short project name and the amount of storage you will need to get started.


====Object Storage====
An example on how to use the umobj command line utilities can be found [[UMobj/Example | here]].  A full set of documentation for the utilities can be found on the [https://gitlab.umiacs.umd.edu/staff/umobj/blob/master/README.md#umobj umobj Gitlab page].
All Vulcan users can request project allocations in the [https://obj.umiacs.umd.edu/obj/help UMIACS Object Store]. Please email staff@umiacs.umd.edu with a short project name and the amount of storage you will need to get started.


An example on how to use the umobj command line utilities can be found [https://wiki.umiacs.umd.edu/umiacs/index.php/UMobj/Example here].  A full set of documentation for the utilities can be found on the [https://gitlab.umiacs.umd.edu/staff/umobj/blob/master/README.md#umobj umobj Gitlab page].
==Migration==
===Home Directories===
The [[Nexus]] uses [[NFShomes]] home directories - if your UMIACS account was created before February 22nd, 2023, you were using <code>/cfarhomes/<username></code> as your home directory on the standalone Vulcan cluster. While <code>/cfarhomes</code> is available on Nexus, your shell initialization scripts from it will not automatically load. Please copy over anything you need to your <code>/nfshomes/<username></code> directory at your earliest convenience, as <code>/cfarhomes</code> will be retired in a two phase process:
* Fri 11/17/2023, 5pm: cfarhomes directories are made read-only
* Thu 12/21/2023, 5-8pm ([[MonthlyMaintenanceWindow |monthly maintenance window]]): cfarhomes directories are taken offline

Latest revision as of 17:31, 22 March 2024

The Vulcan standalone cluster's compute nodes have folded into Nexus as of the scheduled maintenance window for August 2023 (Thursday 08/17/2023, 5-8pm).

The Nexus cluster already has a large pool of compute resources made possible through college-level funding for UMIACS and CSD faculty. Details on common nodes already in the cluster (Tron partition) can be found here.

Please contact staff with any questions or concerns.

Usage

You can SSH to nexusvulcan.umiacs.umd.edu to log in to a submission host.

If you store something in a local directory (/tmp, /scratch0) on one of the two submission hosts, you will need to connect to that same submission host to access it later. The actual submission hosts are:

  • nexusvulcan00.umiacs.umd.edu
  • nexusvulcan01.umiacs.umd.edu

All partitions, QoSes, and account names from the standalone Vulcan cluster have been moved over to Nexus. However, please note that vulcan- is prepended to all of the values that were present in the standalone Vulcan cluster to distinguish them from existing values in Nexus. The lone exception is the base account that was named vulcan in the standalone cluster (it is also named just vulcan in Nexus).

Here are some before/after examples of job submission with various parameters:

Standalone Vulcan cluster submission command Nexus cluster submission command
srun --partition=dpart --qos=medium --account=abhinav --gres=gpu:gtx1080ti:2 --pty bash srun --partition=vulcan-dpart --qos=vulcan-medium --account=vulcan-abhinav --gres=gpu:gtx1080ti:2 --pty bash
srun --partition=cpu --qos=cpu --pty bash srun --partition=vulcan-cpu --qos=vulcan-cpu --account=vulcan --pty bash
srun --partition=scavenger --qos=scavenger --account=vulcan --gres=gpu:4 --pty bash srun --partition=vulcan-scavenger --qos=vulcan-scavenger --account=vulcan --gres=gpu:4 --pty bash

Vulcan users (exclusively) can schedule non-interruptible jobs on Vulcan nodes with any non-scavenger job parameters. Please note that the vulcan-dpart partition has a GrpTRES limit of 100% of the available cores/RAM on all vulcan## in aggregate nodes plus 50% of the available cores/RAM on legacy## nodes in aggregate, so your job may need to wait if all available cores/RAM (or GPUs) are in use. It also has a max submission limit of 500 jobs per user simultaneously so as to not overload the cluster. This is codified by the partition QoS named vulcan.

Please note that the Vulcan compute nodes are also in the institute-wide scavenger partition in Nexus. Vulcan users still have scavenging priority over these nodes via the vulcan-scavenger partition (i.e., all vulcan- partition jobs (other than vulcan-scavenger) can preempt both vulcan-scavenger and scavenger partition jobs, and vulcan-scavenger partition jobs can preempt scavenger partition jobs).

Nodes

There are currently 45 GPU nodes available running a mixture of NVIDIA RTX A6000, NVIDIA RTX A5000, NVIDIA RTX A4000, NVIDIA Quadro P6000, NVIDIA GeForce GTX 1080 Ti, NVIDIA GeForce RTX 2080 Ti, and NVIDIA Tesla P100 cards. There are also 4 CPU-only nodes available.

All nodes are scheduled with the SLURM resource manager.

Partitions

There are three partitions available to general Vulcan SLURM users. You must specify a partition when submitting your job.

  • vulcan-dpart - This is the default partition. Job allocations are guaranteed. Only nodes with GPUs from architectures before NVIDIA's Ampere architecture are included in this partition.
  • vulcan-scavenger - This is the alternate partition that allows jobs longer run times and more resources but is preemptable when jobs in other vulcan- partitions are ready to be scheduled.
  • vulcan-cpu - This partition is for CPU focused jobs. Job allocations are guaranteed.

There are a few additional partitions available to subsets of Vulcan users based on specific requirements.

  • vulcan-ampere - This partition contains nodes with GPUs from NVIDIA's Ampere architecture. Job allocations are guaranteed.
    As of Thursday 02/29/2024 at 12pm, there is a 4 hour time limit on interactive jobs in this partition. If you need to run longer jobs, you will need to modify your workflow into a job that can be submitted as a batch script.
    As of Thursday 03/21/2024 at 5pm, there is a limit of 4 CPUs and 48G memory maximum per GPU requested by a job. If you need to run jobs with more CPUs/memory, you will either need to request more GPUs in the job or use a different partition.
Submission is restricted to the Slurm accounts of the faculty who invested in these nodes:
  • Abhinav Shrivastava (vulcan-abhinav)
  • Jia-Bin Huang (vulcan-jbhuang)
  • Christopher Metzler (vulcan-metzler)
  • Matthias Zwicker (vulcan-zwicker)

Accounts

Vulcan has a base SLURM account vulcan which has a modest number of guaranteed billing resources available to all cluster users at any given time. Other faculty that have invested in Vulcan compute infrastructure have an additional account provided to their sponsored accounts on the cluster.

If you do not specify an account when submitting your job, you will receive the vulcan account. If your faculty sponsor has their own account, it is recommended to use that account for job submission.

The current faculty accounts are:

  • vulcan-abhinav
  • vulcan-djacobs
  • vulcan-jbhuang
  • vulcan-lsd
  • vulcan-metzler
  • vulcan-rama
  • vulcan-ramani
  • vulcan-yaser
  • vulcan-zwicker
$ sacctmgr show account format=account%20,description%30,organization%10
             Account                          Descr        Org
-------------------- ------------------------------ ----------
                 ...                            ...        ...
              vulcan                         vulcan     vulcan
      vulcan-abhinav   vulcan - abhinav shrivastava     vulcan
      vulcan-djacobs          vulcan - david jacobs     vulcan
      vulcan-jbhuang         vulcan - jia-bin huang     vulcan
          vulcan-lsd           vulcan - larry davis     vulcan
      vulcan-metzler         vulcan - chris metzler     vulcan
         vulcan-rama        vulcan - rama chellappa     vulcan
       vulcan-ramani     vulcan - ramani duraiswami     vulcan
        vulcan-yaser          vulcan - yaser yacoob     vulcan
      vulcan-zwicker      vulcan - matthias zwicker     vulcan
                 ...                            ...        ...

Faculty can manage this list of users via our Directory application in the Security Groups section. The security group that controls access has the prefix vulcan_ and then the faculty username. It will also list slurm://nexusctl.umiacs.umd.edu as the associated URI.

You can check your account associations by running the show_assoc command to see the accounts you are associated with. Please contact staff and include your faculty member in the conversation if you do not see the appropriate association.

$ show_assoc
      User          Account MaxJobs       GrpTRES                                                                              QOS
---------- ---------------- ------- ------------- --------------------------------------------------------------------------------
       ...              ...     ...                                                                                            ...
   abhinav           vulcan      48                                       vulcan-cpu,vulcan-default,vulcan-medium,vulcan-scavenger
   abhinav   vulcan-abhinav      48                           vulcan-cpu,vulcan-default,vulcan-high,vulcan-medium,vulcan-scavenger
       ...              ...     ...                                                                                            ...

You can also see the total number of Track-able Resources (TRES) allowed for each account by running the following command. Please make sure you give the appropriate account that you are looking for. As shown below, there is a concurrent limit of 64 total GPUs for all users not in a contributing faculty group.

$ sacctmgr show assoc account=vulcan format=user,account,qos,grptres
      User    Account                  QOS       GrpTRES
---------- ---------- -------------------- -------------
               vulcan                        gres/gpu=64
                  ...                                ...

QoS

You need to decide the QOS to submit with which will set a certain number of restrictions to your job. If you do not specify a QoS when submitting your job using the --qos parameter, you will receive the vulcan-default QoS assuming you are using a Vulcan account.

The following sacctmgr command will list the current QOS. Either the vulcan-default, vulcan-medium, or vulcan-high QOS is required for the vulcan-dpart partition. Please note that only faculty accounts (see above) have access to the vulcan-high QoS.

The following example will show you the current limits that the QOS have. The output is truncated to show only relevant Vulcan QoS.

$ show_qos
                Name     MaxWall                        MaxTRES MaxJobsPU                      MaxTRESPU 
-------------------- ----------- ------------------------------ --------- ------------------------------ 
...
          vulcan-cpu  2-00:00:00                cpu=1024,mem=4T         4                                
      vulcan-default  7-00:00:00       cpu=4,gres/gpu=1,mem=32G         2                                
       vulcan-exempt  7-00:00:00     cpu=32,gres/gpu=8,mem=256G         2                                
         vulcan-high  1-12:00:00     cpu=16,gres/gpu=4,mem=128G         2                                
        vulcan-janus  3-00:00:00    cpu=32,gres/gpu=10,mem=256G                                          
       vulcan-medium  3-00:00:00       cpu=8,gres/gpu=2,mem=64G         2                                
       vulcan-sailon  3-00:00:00     cpu=32,gres/gpu=8,mem=256G                              gres/gpu=48 
    vulcan-scavenger  3-00:00:00     cpu=32,gres/gpu=8,mem=256G                                          
...

$ show_partition_qos
                Name MaxSubmitPU                      MaxTRESPU              GrpTRES 
-------------------- ----------- ------------------------------ -------------------- 
...
              vulcan         500                                 cpu=1760,mem=15824G 
    vulcan-scavenger         500                                                     
...

Storage

Vulcan has the following storage available. Please also review UMIACS Local Data Storage policies including any volume that is labeled as scratch.

Vulcan users can also request Nexus project allocations.

Home Directories

You have 30GB of home directory storage available at /nfshomes/<username>. It has both Snapshots and Backups available if need be.

Home directories are intended to store personal or configuration files only. We encourage you to not share any data in your home directory. You are encouraged to utilize our GitLab infrastructure to host your code repositories.

NOTE: To check your quota on this directory you will need to use the quota -s command.

Scratch Directories

Scratch data has no data protection including no snapshots and the data is not backed up. There are two types of scratch directories in the Vulcan compute infrastructure:

  • Network scratch directory
  • Local scratch directories

Network Scratch Directory

You have 300GB of scratch storage available at /vulcanscratch/<username>. It is not backed up or protected in any way. This directory is automounted so you will need to cd into the directory or request/specify a fully qualified file path to access this.

You may request a temporary increase of up to 500GB total space for a maximum of 120 days without any faculty approval by contacting staff. Once the temporary increase period is over, you will be contacted and given a one-week window of opportunity to clean and secure your data before staff will forcibly remove data to get your space back under 300GB. If you need space beyond 500GB or for longer than 120 days, you will need faculty approval and/or a project directory.

This file system is available on all submission, data management, and computational nodes within the cluster.

Local Scratch Directories

Each computational node that you can schedule compute jobs on has one or more local scratch directories. These are always named /scratch0, /scratch1, etc. These are almost always more performant than any other storage available to the job. However, you must stage their data within the confine of their job and stage the data out before the end of their job.

These local scratch directories have a tmpwatch job which will delete unaccessed data after 90 days, scheduled via maintenance jobs to run once a month at 1am. Different nodes will run the maintenance jobs on different days of the month to ensure the cluster is still highly available at all times. Please make sure you secure any data you write to these directories at the end of your job.

Datasets

We have read-only dataset storage available at /fs/vulcan-datasets. If there are datasets that you would like to see curated and available, please see this page.

The list of Vulcan datasets we currently host can be viewed here.

Project Storage

Users within the Vulcan compute infrastructure can request project based allocations for up to 10TB for up to 180 days by contacting staff with approval from the Vulcan faculty manager (Dr. Shrivastava). These allocations will be available from /fs/vulcan-projects under a name that you provide when you request the allocation. Near the end of the allocation period, staff will contact you and ask if you would like to renew the allocation for up to another 180 days (requires re-approval from Dr. Shrivastava).

  • If you are no longer in need of the storage allocation, you will need to relocate all desired data within two weeks of the end of the allocation period. Staff will then remove the allocation.
  • If you do not respond to staff's request by the end of the allocation period, staff will make the allocation temporarily inaccessible.
    • If you do respond asking for renewal but the original faculty approver does not respond within two weeks of the end of the allocation period, staff will also make the allocation temporarily inaccessible.
    • If one month from the end of the allocation period is reached without both you and the faculty approver responding, staff will remove the allocation.

This data, by default, will be backed up nightly and have a limited snapshot schedule (1 daily snapshot). Upon request, staff can both exclude the data from backups and/or disable snapshots on the project storage volume. We currently have 100TB total to support these projects which includes the snapshot data for this volume.

Object Storage

All Vulcan users can request project allocations in the UMIACS Object Store. Please contact staff with a short project name and the amount of storage you will need to get started.

An example on how to use the umobj command line utilities can be found here. A full set of documentation for the utilities can be found on the umobj Gitlab page.

Migration

Home Directories

The Nexus uses NFShomes home directories - if your UMIACS account was created before February 22nd, 2023, you were using /cfarhomes/<username> as your home directory on the standalone Vulcan cluster. While /cfarhomes is available on Nexus, your shell initialization scripts from it will not automatically load. Please copy over anything you need to your /nfshomes/<username> directory at your earliest convenience, as /cfarhomes will be retired in a two phase process:

  • Fri 11/17/2023, 5pm: cfarhomes directories are made read-only
  • Thu 12/21/2023, 5-8pm (monthly maintenance window): cfarhomes directories are taken offline