From 06299d7babf3cbb6f9276786494a22fd5a62538d Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Wed, 13 Nov 2024 08:12:29 +0100 Subject: [PATCH] Update karolina-compilation.md --- docs.it4i/software/karolina-compilation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/software/karolina-compilation.md b/docs.it4i/software/karolina-compilation.md index d278240c..ec47f7ee 100644 --- a/docs.it4i/software/karolina-compilation.md +++ b/docs.it4i/software/karolina-compilation.md @@ -37,7 +37,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CRAY_LD_LIBRARY_PATH:$CRAY_LIBSCI_PREFI There are usually two standard situation how to compile and run the code -### OpenMP without MPI +### OpenMP Without MPI To compile the code against the LIBSCI, without MPI, but still enabling OpenMP run over multiple cores use: @@ -53,7 +53,7 @@ OMP_NUM_THREADS=128 OMP_PROC_BIND=true BINARY.x This enables effective run over all 128 cores available on a single Karlina compute node. -### OpenMP with MPI +### OpenMP With MPI To compile the code against the LIBSCI, with MPI, use: -- GitLab