Commit 3d81c3aa authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Revert "CI: build using 8 threads on jlk again"

This reverts commit a911332c.

Running 2 jobs concurrently instead of 8 threads per job is much better.
parent a911332c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -37,9 +37,9 @@ stages:
                export CC=mpicc;
          fi
        # all cores including hyperthreading
        - export NUM_CORES=$(grep "core id" /proc/cpuinfo | wc -l)
        # all pyhsical cores
#        - export NUM_CORES=$(grep "core id" /proc/cpuinfo | sort -u | wc -l)
#        - export NUM_CORES=$(grep "core id" /proc/cpuinfo | wc -l)
#       # all pyhsical cores
        - export NUM_CORES=$(grep "core id" /proc/cpuinfo | sort -u | wc -l)
        # ninja does not have -l
#        - export MAKEFLAGS="-l$(echo 1.5*$NUM_CORES | bc) -j$NUM_CORES"
        - export NINJAFLAGS="-j$NUM_CORES"