Loading leonardo_booster.sh +2 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
leonardo_booster.sh +2 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading