User Tools

Site Tools


node_performance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
node_performance [2014/04/24 11:41]
root created
node_performance [2021/03/01 11:27] (current)
root
Line 1: Line 1:
 ====== Node Performance ====== ====== Node Performance ======
  
-The standard compute nodes have 2 Intel Xeon E5-2670 processors each, and 128GB of RAM. Each of the processors has 8 cores.+The standard compute nodes have 2 Intel Xeon E5-2670 processors each, and 128GB of RAM. Each of the processors has 8 cores. (166 GFLOPS per processor peak. So we have about 8 TFLOPS across all the standard nodes.)
  
 But, if you put a memory access intensive job on all cores they will likely run slower than you expect: the processors have 4 memory channels each, so with all 8 cores in use the jobs may start competing for memory access. If, on the other hand, the jobs spend some time waiting for external data access (disk reads) to complete, there may be no overall slow-down. But, if you put a memory access intensive job on all cores they will likely run slower than you expect: the processors have 4 memory channels each, so with all 8 cores in use the jobs may start competing for memory access. If, on the other hand, the jobs spend some time waiting for external data access (disk reads) to complete, there may be no overall slow-down.
 +
 +So if you have very memory intensive jobs (e.g. large matrix manipulation) you might want to say that each task uses 2 cores (even if it doesn't).
  
 The nodes use a non-uniform memory architecture. Essentially 64GB of RAM are directly accessible from each processor. If your application uses more than 64GB of RAM, memory access speeds may be reduced. The nodes use a non-uniform memory architecture. Essentially 64GB of RAM are directly accessible from each processor. If your application uses more than 64GB of RAM, memory access speeds may be reduced.
node_performance.1398354082.txt.gz ยท Last modified: 2014/04/24 11:41 by root