Parallel HPC experiments

Comparison of different parallelism techniques in a High Performance Computing environment (BSC’s MareNostrum supercomputer).

We measured the execution time of some programs from the NAS Parallel Benchmarks, which are designed especially to evaluate the performance of parallel supercomputers, using OpenMP (for shared-memory multiprocessing), MPI (for distributed-memory setups) or a combination of both.

Our analysis also included insights into the percentage of actual CPU time vs communication between nodes, energy consumption and how these metrics changed as the number of computation nodes was increased (we tested with up to 384 CPUs).