Skip to content

Commit

Permalink
Merge branch 'eve-ctest-parallel-level' into 'master'
Browse files Browse the repository at this point in the history
[eve] Limit ctest to 4 concurrent runs on eve frontends.

See merge request ogs/ogs!4742
  • Loading branch information
bilke committed Sep 22, 2023
2 parents 76090b3 + a7d69a6 commit 98d08d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/env/eve/cli.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export CMAKE_BUILD_PARALLEL_LEVEL="${CMAKE_BUILD_PARALLEL_LEVEL:-8}"
export CTEST_PARALLEL_LEVEL="${CTEST_PARALLEL_LEVEL:-4}"

module use /global/apps/modulefiles

Expand Down

0 comments on commit 98d08d8

Please sign in to comment.