From 75c36074a90feb411d24ffa328e8821b9e134628 Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Fri, 16 Aug 2024 14:04:51 -0600 Subject: [PATCH] bamboo: set defaults for number of threads and ranks --- buildsys/bamboo.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildsys/bamboo.sh b/buildsys/bamboo.sh index dceaa3a4..0ec85068 100755 --- a/buildsys/bamboo.sh +++ b/buildsys/bamboo.sh @@ -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