[Bandwidth tests] Use LBN_BUILD_JOBS to properly set n_threads on Moore in BW test
FYI @clemenci
The Moore bandwidth tests were recently moved over to a new 64-core machine, but they should only be using 16 threads for the Moore event loop. They're currently using everything through nproc
- this changes it to use the LBN_BUILD_JOBS
environment variable, defaulting to single-thread if this variable not set (e.g. when running locally).
Edited by Ross John Hunter
Merge request reports
Activity
Filter activity
assigned to @rjhunter
added 4 commits
-
f2ea371d...11208b48 - 2 commits from branch
master
- c4c89887 - Use LBN_BUILD_JOBS to properly set n_threads on Moore in BW test
- b3478962 - Merge branch 'rjhunter-reduce-moore-threads-in-bw-test' of...
-
f2ea371d...11208b48 - 2 commits from branch
mentioned in commit 6f6c963b
mentioned in merge request !358 (merged)
Please register or sign in to reply