Skip to content

Commit

Permalink
bamboo: set defaults for number of threads and ranks
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Aug 16, 2024
1 parent 7a044f0 commit 75c3607
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildsys/bamboo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,10 @@ export SST_BUILD_TYPE=""
# - If false, use each given branch as-is.
export SST_TEST_MERGE=${SST_TEST_MERGE:-true}

# Number of threads and (MPI) ranks to run tests with (not compile with)
export SST_MULTI_THREAD_COUNT=${SST_MULTI_THREAD_COUNT:-1}
export SST_MULTI_RANK_COUNT=${SST_MULTI_RANK_COUNT:-1}

cloneOtherRepos

# Load test definitions
Expand Down

0 comments on commit 75c3607

Please sign in to comment.