Table of Contents

Batch – CPU Resources Available

The IPPP have several high-end compute systems available for use in batch called CPU nodes. These used to be called WS but since 2020 we’ve split the two roles.

CPU Batch Resources

ip3-cpu1

This system is available via batch for all IPPP members.

  • AMD EPYC 7763 (128Cores/256Threads) @2.45Ghz
  • 512GB RAM
  • 1TB Scratch SSD

ip3-cpu2

This system is available via batch for all IPPP members.

  • AMD EPYC 7763 (128Cores/256Threads) @2.45Ghz
  • 512GB RAM
  • 1TB Scratch SSD

ip3-cpu3

This system is available via batch for all IPPP members.

  • AMD EPYC 7763 (128Cores/256Threads) @2.45Ghz
  • 512GB RAM
  • 1TB Scratch SSD

ip3-cpu4

This system is available via batch for all IPPP members.

  • AMD EPYC 7763 (128Cores/256Threads) @2.45Ghz
  • 512GB RAM
  • 1TB Scratch SSD

ip3-cpu5

This system is available via batch for all IPPP members.

  • AMD EPYC 7763 (128Cores/256Threads) @2.45Ghz
  • 512GB RAM
  • 1TB Scratch SSD

ip3-cpu6 – Retired

This system has been retired.

  • Intel Xeon Gold 5220 (36Cores/72Threads) @2.2Ghz
  • 192GB RAM
  • 1TB Scratch SSD

ip3-cpu7 – Retired

This system is due to be retired.

  • Intel Xeon Gold 5220 (36Cores/72Threads) @2.2Ghz
  • 192GB RAM
  • 1TB Scratch SSD

ip3-cpu8 – Retired

This system has been retired.

  • Intel Xeon Gold 6130 (64Cores/128Threads) @2.1Ghz
  • ~1TB RAM
  • 2TB Scratch Hard Drive

Slurm SBATCH

Add the following to your SBATCH file to use the CPUs

#SBATCH --partition=cpu

or exclude particular CPUs with

#SBATCH --exclude=ip3-cpu[1-3,5]