Difference between revisions of "Available Node Features"

From UFRC
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:SLURM]]
 
[[Category:SLURM]]
 
==Summary==
 
==Summary==
HiPerGator users may finely control the compute nodes requested by a given SLURM job (e.g. specific chip families, processor models) by using the <code>--constraint</code> directive to specify the node features they desire. Note that the partition must be selected if it's not the default partition.
+
HiPerGator users may finely control the compute nodes requested by a given SLURM job (e.g. specific processor families, processor models) by using the <code>--constraint</code> directive to specify the node features they desire. Note that the partition must be selected if it's not the default partition.
  
 
;Example:
 
;Example:
Line 22: Line 22:
 
| Compute partition||<code>hpg1</code> , <code>hpg2</code>||''Requests nodes within a specified compute partition''
 
| Compute partition||<code>hpg1</code> , <code>hpg2</code>||''Requests nodes within a specified compute partition''
 
|-
 
|-
| Chip family||<code>amd</code> , <code>intel</code>||''Requests nodes having processors of a specified chip vendor''
+
| Processor family||<code>amd</code> , <code>intel</code>||''Requests nodes having processors of a specified vendor''
 
|-
 
|-
 
| Chassis model||<code>c6145</code> , <code>sos6320</code>||''Requests nodes having a specified chassis model''
 
| Chassis model||<code>c6145</code> , <code>sos6320</code>||''Requests nodes having a specified chassis model''
Line 55: Line 55:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! scope="col" | Chip Vendor
+
! scope="col" | Processor Vendor
 
! scope="col" | Chassis Model
 
! scope="col" | Chassis Model
 
! scope="col" | Processor Family
 
! scope="col" | Processor Family
Line 78: Line 78:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! scope="col" | Chip Vendor
+
! scope="col" | Processor Vendor
 
! scope="col" | Chassis Model
 
! scope="col" | Chassis Model
 
! scope="col" | Processor Family
 
! scope="col" | Processor Family
Line 95: Line 95:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! scope="col" | Chip Vendor
+
! scope="col" | Processor Vendor
 
! scope="col" | Chassis Model
 
! scope="col" | Chassis Model
 
! scope="col" | Processor Family
 
! scope="col" | Processor Family
Line 114: Line 114:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! scope="col" | Chip Vendor
+
! scope="col" | Processor Vendor
 
! scope="col" | Chassis Model
 
! scope="col" | Chassis Model
 
! scope="col" | Processor Family
 
! scope="col" | Processor Family
Line 133: Line 133:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! scope="col" | Chip Vendor
+
! scope="col" | Processor Vendor
 
! scope="col" | Chassis Model
 
! scope="col" | Chassis Model
 
! scope="col" | Processor Family
 
! scope="col" | Processor Family
Line 154: Line 154:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! scope="col" | Chip Vendor
+
! scope="col" | Processor Vendor
 
! scope="col" | Chassis Model
 
! scope="col" | Chassis Model
 
! scope="col" | Processor Family
 
! scope="col" | Processor Family
Line 170: Line 170:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! scope="col" | Chip Vendor
+
! scope="col" | Processor Vendor
 
! scope="col" | Chassis Model
 
! scope="col" | Chassis Model
 
! scope="col" | Processor Family
 
! scope="col" | Processor Family

Revision as of 02:31, 11 October 2018

Summary

HiPerGator users may finely control the compute nodes requested by a given SLURM job (e.g. specific processor families, processor models) by using the --constraint directive to specify the node features they desire. Note that the partition must be selected if it's not the default partition.

Example
#SBATCH --partition=hpg1-compute
#SBATCH --constraint=westmere

but

#SBATCH --constraint=haswell

for the default hpg2-compute partition.

Using node features as job constraints

Commonly constrained features

Use node features as SLURM job constraints.

A non-exhaustive list of commonly used feature constraints, found to be generally useful:

Feature Constraints Description
Compute partition hpg1 , hpg2 Requests nodes within a specified compute partition
Processor family amd , intel Requests nodes having processors of a specified vendor
Chassis model c6145 , sos6320 Requests nodes having a specified chassis model
Processor model o6220 , o6378 , o4184 Requests nodes having a specified processor model
Network fabric infiniband Requests nodes having an Infiniband interconnect
Examples

To request an Intel processor, use the following:

#SBATCH --contstraint=intel

To request nodes that have Intel processors AND InfiniBand interconnect:

#SBATCH --constraint='intel&infiniband'

To request nodes that have processors from the Intel Sandy Bridge OR Haswell CPU families:

#SBATCH --constraint='sandy-bridge|haswell'

Node features by partition

HiPerGator node features are documented comprehensively below, sectioned by partition. Use the table columns headings within each section to sort by the criteria of your choice.

This documentation will be updated periodically. To request current node feature information directly from the cluster, load the ufrc module module load ufrc and run the following command:

$ nodeInfo

hpg1-compute

Processor Vendor Chassis Model Processor Family Processor Model Sockets CPUs RAM (GB)
amd c6145 dhabi o6378 4 64 250
amd a2840 opteron o6220 2 16 60
intel r2740 westmere x5675 2 12 94
intel c6100 westmere x5675 2 12 92
  • Nodes in the hpg1-compute partition use the InfiniBand network fabric for distributed memory parallel processing and fast access to storage.

hpg2-compute

Processor Vendor Chassis Model Processor Family Processor Model Sockets CPUs RAM (GB)
intel sos6320 haswell e5-s2643 2 32 125
  • Nodes in the hpg2-compute partition use the InfiniBand network fabric for distributed memory parallel processing and fast access to storage.

hpg2-dev

Processor Vendor Chassis Model Processor Family Processor Model Sockets CPUs RAM (GB)
amd sm-h8qg6 dhabi o6378 2 28 125
intel sos6320 haswell e5-2698 2 28 125
  • Nodes in the hpg2-dev partition use the InfiniBand network fabric for distributed memory parallel processing and fast access to storage.

gpu

Processor Vendor Chassis Model Processor Family Processor Model GPUS Sockets CPUs RAM (GB)
intel r730 haswell e5-2683 4 2 28 125
  • Nodes in the gpu partition are equipped with Nvidia Tesla K80 GPU Computing Modules.
  • Nodes in the gpu partition use the InfiniBand network fabric for distributed memory parallel processing and fast access to storage.

bigmem

Processor Vendor Chassis Model Processor Family Processor Model Sockets CPUs RAM (GB)
amd r815 magny o6174 4 48 512
intel r820 sandy-bridge e5-4607 4 24 768
intel r940 skylake 8186 4 192 1546

gui

Processor Vendor Chassis Model Processor Family Processor Model Sockets CPUs RAM (GB)
Intel sos6320 haswell e5-2698 2 32 125

phase4

Processor Vendor Chassis Model Processor Family Processor Model Sockets CPUs RAM (GB)
AMD c6105 lisbon o4184 2 12 32
  • Nodes in the phase4 partition use the InfiniBand network fabric for distributed memory parallel processing and fast access to storage.