Skip to content
Snippets Groups Projects
Commit 928fec13 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update karolina-compilation.md

parent 3f2f8a1f
No related branches found
No related tags found
No related merge requests found
Pipeline #25808 passed with warnings
...@@ -40,9 +40,12 @@ OMP_NUM_THREADS = 64 ...@@ -40,9 +40,12 @@ OMP_NUM_THREADS = 64
GOMP_CPU_AFFINITY=0:63:1 GOMP_CPU_AFFINITY=0:63:1
``` ```
However, to get full performance, you have to execute two jobs on the two Karolina sockets at the time. However, to get full performance, you have to execute two jobs on two Karolina sockets at the time.
Other BLAS libraries may be used, however none performs as well as the MKL. Other BLAS libraries may be used, however none performs as well as the MKL.
!!! note
Most MPI libraries do the binding automatically. The binding of MPI ranks can be inspected for any MPI by running `$ mpirun -n num_of_ranks numactl --show`. However, If the ranks spawn threads, binding of these threads should be done via the environment variables described above.
The choice of BLAS library and its performance may be verified with our benchmark, The choice of BLAS library and its performance may be verified with our benchmark,
see [Lorenz BLAS performance benchmark][a]. see [Lorenz BLAS performance benchmark][a].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment