Skip to content

Commit

Permalink
Maybe we need to reduce the number of threads, CI is slow
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Nov 15, 2023
1 parent d2243e4 commit 8a9b591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UnitTests/run_ci_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ fi
if [[ "$THREADOFF" == "1" ]]; then
export OMP_NUM_THREADS=1
echo "Setting threads to 1"
else
export OMP_NUM_THREADS=2
echo "Setting threads to 2"
fi

cd Build
Expand Down

0 comments on commit 8a9b591

Please sign in to comment.