Skip to content
Snippets Groups Projects
Commit 1285bd7a authored by Antonio Ragagnin's avatar Antonio Ragagnin :speech_balloon:
Browse files

Edit leonardo_booster.sh

parent e99a220e
No related branches found
No related tags found
No related merge requests found
Pipeline #25716 passed
...@@ -35,7 +35,8 @@ for ppl in "${PPL[@]}" ; do # loop over particles per leaf ...@@ -35,7 +35,8 @@ for ppl in "${PPL[@]}" ; do # loop over particles per leaf
fi fi
export CC=nvc++ export CC=nvc++
export HW_FLAGS='-mp=gpu -gpu=rdc,managed -gpu=cc80 -Minfo=mp,accel -Minline=1000 -O3' 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: " threads=$(python -c "print(int($N//100))") #for the text hilight: "
fi fi
# run thre tree build # run thre tree build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment