Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The University of Iowa's Argon HPC system was deployed in February, 2017. There are several compute node configurations, 

  1. 24-core 512GB
  2. 32-core 64GB
  3. 32-core 256GB
  4. 32-core 512GB
  5. 40-core 96GB
  6. 40-core 192GB
  7. 56-core 128GB
  8. 56-core 256GB
  9. 56-core 512GB
  10. 64-core 192GB
  11. 64-core 384GB
  12. 64-core 768GB
  13. 80-core 96GB
  14. 80-core 192GB
  15. 80-core 384GB
  16. 80-core 768GB
  17. 80-core 1.5TB

...

  1. 21 machines with Nvidia P100 accelerators
  2. 2 machines with Nvidia K80 accelerators11 machines with NVidia K20 accelerators
  3. 2 machines with Nvidia P40 accelerators
  4. 17 machines with 1080Ti accelerators
  5. 19 machines with Titan V accelerators
  6. 14 machines with V100 accelerators
  7. 38 machines with 2080Ti accelerators
  8. 1 machine with RTX8000 accelerators

...

8
ArchitectureAVX levelFloating Point Operations per cycleSandybridge
Ivybridge
AVX
Haswell
Broadwell
AVX216
Skylake SilverAVX51216 (1) AVX unit per processor core
Skylake GoldAVX51232 (2) AVX units per processor core
Cascade Lake Cascadelake GoldAVX51232

Note that code must be optimized during compilation to take advantage of AVX instructions. The CPU architecture is important to keep in mind both in terms of potential performance and compatibility. For instance, code optimized for AVX2 AVX512 instructions will not run on the SandybridgeHaswell/Ivybridge Broadwell architecture because it only supports AVXAVX2, not AVX2AVX512. However, each successive generation is backward compatible so code optimized with AVX AVX2 instructions will run on HaswellSkylake/Broadwell Cascadelake systems.

Hyper Threaded Cores (HT)

...