The AMD EPYC 7742 64-Core Processor has two 256-bit Fused Multiply-Add (FMA) units and can deliver up to 16 double-precision floating point operations (flops) per cycle. Thus, the peak double-precision flops per node is: 2 x 64 cores x 2.25 GHz x 16 = 4.6 TF.
Further details on the configuration of the processors can be retrieved on a terminal using the command lscpu
and papi_avail
(the latter after loading the module cray
on the system). The output on screen should be the following:
A plot of the processor's topology can be obtained in the Scalable Vector Graphics (SVG) file format using the command hwloc
, as shown in the example below:
Processor's topology
$ module load cray hwloc $ lstopo --of svg --no-io --no-bridges > topology.svg