From 1285bd7a957a96bbb13c32c8efdc2a80c93921ed Mon Sep 17 00:00:00 2001 From: Antonio Ragagnin <antonio.ragagnin@inaf.it> Date: Tue, 4 Feb 2025 13:59:25 +0000 Subject: [PATCH] Edit leonardo_booster.sh --- leonardo_booster.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leonardo_booster.sh b/leonardo_booster.sh index 11c8ba6..aef5b96 100644 --- a/leonardo_booster.sh +++ b/leonardo_booster.sh @@ -35,7 +35,8 @@ for ppl in "${PPL[@]}" ; do # loop over particles per leaf fi export CC=nvc++ export HW_FLAGS='-mp=gpu -gpu=rdc,managed -gpu=cc80 -Minfo=mp,accel -Minline=1000 -O3' - export OMP_NUM_THREADS=4 # gpu always uses 4 threads + # gpu always uses 32 cpu cores but actually doesnt + export OMP_NUM_THREADS=32 change much threads=$(python -c "print(int($N//100))") #for the text hilight: " fi # run thre tree build -- GitLab