Difference between revisions of "Available Node Features"

From UFRC
Jump to navigation Jump to search
m
Line 10: Line 10:
 
{| class="wikitable"
 
{| class="wikitable"
 
| align="center" style="background:#f0f0f0;"|'''Feature'''
 
| align="center" style="background:#f0f0f0;"|'''Feature'''
 +
| align="center" style="background:#f0f0f0;"|'''Constraints'''
 
| align="center" style="background:#f0f0f0;"|'''Description'''
 
| align="center" style="background:#f0f0f0;"|'''Description'''
| align="center" style="background:#f0f0f0;"|'''Available Constraints'''
 
 
|-
 
|-
| Compute partition||''Requests nodes within a specified compute partition''||<code>hpg1</code> , <code>hpg2</code>
+
| Compute partition||<code>hpg1</code> , <code>hpg2</code>||''Requests nodes within a specified compute partition''
 
|-
 
|-
| Chip family||''Requests nodes having processors of a specified chip vendor''||<code>amd</code> , <code>intel</code>
+
| Chip family||<code>amd</code> , <code>intel</code>||''Requests nodes having processors of a specified chip vendor''
 
|-
 
|-
| Chassis model||''Requests nodes having a specified chassis model''||<code>c6145</code> , <code>sos6320</code>
+
| Chassis model||<code>c6145</code> , <code>sos6320</code>||''Requests nodes having a specified chassis model''
 
|-
 
|-
| Processor model||''Requests nodes having a specified processor model''||<code>o6220</code> , <code>o3678</code> , <code>o4184</code>
+
| Processor model||<code>o6220</code> , <code>o3678</code> , <code>o4184</code>||''Requests nodes having a specified processor model''
 
|-
 
|-
| Network fabric||''Requests nodes having an Infiniband interconnect''||<code>infiniband</code>
+
| Network fabric||<code>infiniband</code>||''Requests nodes having an Infiniband interconnect''
 
|}
 
|}
  

Revision as of 18:54, 17 July 2017

HiPerGator users may finely control the compute nodes requested by a given SLURM job (e.g. specific chip families, processor models) by using the --constraint directive to specify the node features they desire:

#SBATCH --constraint=<node_feature>

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
Chip family amd , intel Requests nodes having processors of a specified chip vendor
Chassis model c6145 , sos6320 Requests nodes having a specified chassis model
Processor model o6220 , o3678 , 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 and run the following command:

$ nodeInfo

hpg1-compute

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

hpg1-gpu

Chip Vendor Chassis Model Processor Family Processor Model Nodes Sockets CPUs RAM (GB)
AMD - opteron o6220 14 2 16 29
Intel sm-x9drg sandy-bridge e5-s2643 7 2 8 62
  • Nodes in the hpg1-gpu partition are equipped with Nvidia Tesla M2090 GPU Computing Modules.
  • Nodes in the hpg1-gpu partition use the InfiniBand network fabric for distributed memory parallel processing and fast access to storage.

hpg2-compute

Chip Vendor Chassis Model Processor Family Processor Model Nodes Sockets CPUs RAM (GB)
Intel sos6320 haswell e5-s2643 900 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

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

hpg2gpu

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

bigmem

Chip Vendor Chassis Model Processor Family Processor Model Nodes Sockets CPUs RAM (GB)
AMD - magny o6174 1 4 48 496
Intel - nehalem x7560 1 2 16 125
Intel - e5-4607 1 4 24 750
Intel - e7-8850 1 8 80 1009

gui

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

phase4

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