CPU Nodes
The IBEX cluster contains different architectures of CPUs like Intel Cascade Lakes, Skylakes, AMD Rome.
These different CPUs are accessed (for your source code compilation and job submission) using the following login node:
- ilogin.ibex.kaust.edu.sa
The IBEX cluster CPU compute nodes are summarized in Table 1. These various CPUs are accessed by the SLURM scheduling using the constraint "#SBATCH --constraint=intel" or by directly specifying the CPU type as shown below .
For example, “--constraint=cpu_intel_gold_6148” is for Skylake CPUs or just "--constraint=skylake”.
Table 1. Ibex CPU Resources
CPU Family |
CPU |
Nodes |
CORES |
CLOCK |
FLOPS |
MEMORY | ||
Skylake |
skylake |
106 |
40 |
2.60 |
32 |
384 GB/usable 350 GB | ||
Cascade Lake |
cascadelake |
106 |
40 |
2.50 |
32 |
384 GB/usable 350 GB | ||
Rome |
amd |
108 |
128 |
2.00 |
32 |
512 GB/usable 475 GB |
When submitting a job, the user is able to select the desired resources with precise constraints. For example,
sbatch --constraint=intel my_job.sh
runs the job on Intel nodes only.
sbatch --constaint=cascadelake my_job.sh
runs the job on Cascade Lake nodes only.
sbatch --constraint=[intel]&[local_1T] my_job.sh
runs the jobs only on Intel node, having at least a local disk of 1 TB along.
For further info or queries send us using the Contact Us page.
Alternatively, send an email to ibex@hpc.kaust.edu.sa.