Skip to content
Snippets Groups Projects

[Bandwidth tests] Use LBN_BUILD_JOBS to properly set n_threads on Moore in BW test

Merged Ross John Hunter requested to merge rjhunter-reduce-moore-threads-in-bw-test into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -119,7 +119,7 @@ case $PROCESS in
;;
hlt2)
N_EVTS=1e5
MOORE_THREADS=$(nproc)
MOORE_THREADS=${LBN_BUILD_JOBS:-1} # Default to single-threaded
TEST_PATH_PREFIX='$HLT2CONFROOT/tests/options/bandwidth/'
EVENT_SIZE_UPPER_LIMIT=200
GAUDIRUN_INPUT_PROCESS="Hlt2"
@@ -141,7 +141,7 @@ case $PROCESS in
;;
spruce)
N_EVTS=1e5
MOORE_THREADS=$(nproc)
MOORE_THREADS=${LBN_BUILD_JOBS:-1} # Default to single-threaded
TEST_PATH_PREFIX='$HLT2CONFROOT/tests/options/bandwidth/'
EVENT_SIZE_UPPER_LIMIT=300
GAUDIRUN_INPUT_PROCESS="Spruce"
Loading