From d70e8ca86fecbd2c172d725bee5cca08f8c3e109 Mon Sep 17 00:00:00 2001 From: JonasSuni Date: Thu, 11 Jun 2026 17:33:03 +0300 Subject: [PATCH] Change "carrington" reference in library build script to be congruent with the VLASIATOR ARCH for compiling --- build_fetched_libraries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_fetched_libraries.sh b/build_fetched_libraries.sh index 960e7b555e..3568b00a5a 100755 --- a/build_fetched_libraries.sh +++ b/build_fetched_libraries.sh @@ -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