Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_fetched_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd library-build
# Some platforms allow for nice parallel builds.
if [[ $PLATFORM == "-pioneer" ]]; then
PARALLEL=64
elif [[ $PLATFORM == "-hile_cpu" || $PLATFORM == "-hile_gpu" || $PLATFORM == "-lumi_2403" || $PLATFORM == "-carrington" || $PLATFORM == "-frankenstein_hopper2_cuda" || $PLATFORM != "-roihu_gpu" ]]; then
elif [[ $PLATFORM == "-hile_cpu" || $PLATFORM == "-hile_gpu" || $PLATFORM == "-lumi_2403" || $PLATFORM == "-carrington_gcc_openmpi" || $PLATFORM == "-frankenstein_hopper2_cuda" || $PLATFORM != "-roihu_gpu" ]]; then
PARALLEL=128
else
# Otherwise we are friendly to other users and limit our parallelism
Expand Down
Loading