From 61df93646dcd8a25e0a3b7990d02415c77e22acb Mon Sep 17 00:00:00 2001
From: David Goz <david.goz@inaf.it>
Date: Wed, 26 Jun 2024 12:25:01 +0200
Subject: [PATCH] openmp/sbatch update

---
 jacobi/openmp/not_opt/script/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jacobi/openmp/not_opt/script/run.sh b/jacobi/openmp/not_opt/script/run.sh
index b0d9005..eb86912 100755
--- a/jacobi/openmp/not_opt/script/run.sh
+++ b/jacobi/openmp/not_opt/script/run.sh
@@ -53,7 +53,7 @@ for OMP in ${OMP_THREADS[@]}
 do
     # not necessary because the clause 'num_threads'
     # is specified in the source code
-    # export OMP_NUM_THREADS=${OMP}
+    export OMP_NUM_THREADS=${OMP}
 
     # run the application
     time ${EXEC} ${GRID_SIZE_X} ${GRID_SIZE_Y} ${OMP} |& tee ${EXEC}_OMP_${OMP}_output.txt
-- 
GitLab