diff --git a/build.sh b/build.sh index ddbed2f..5d2e4d7 100755 --- a/build.sh +++ b/build.sh @@ -158,7 +158,7 @@ fi # Set lower number of build jobs on Orion due to memory limit on login nodes if [[ $BUILD_TARGET == 'orion' ]]; then BUILD_JOBS=4 -else +else # hera, hercules, jet BUILD_JOBS=6 fi