From f292ae7e74d7c187bed8af80a065f619ca694f61 Mon Sep 17 00:00:00 2001 From: "Billy K. Poon" Date: Wed, 26 Jan 2022 21:55:28 -0800 Subject: [PATCH] Use 2 threads --- .azure-pipelines/xfel/unix-conda-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/xfel/unix-conda-build.yml b/.azure-pipelines/xfel/unix-conda-build.yml index 36285b6846..cd868df85c 100644 --- a/.azure-pipelines/xfel/unix-conda-build.yml +++ b/.azure-pipelines/xfel/unix-conda-build.yml @@ -109,8 +109,8 @@ steps: libtbx.configure xfel_regression LS49 ls49_big_data chmod +x $(Pipeline.Workspace)/modules/xfel_regression/merging_test_data/xfel_merge.sh chmod +x $(Pipeline.Workspace)/modules/xfel_regression/merging_test_data/merge_thermo.csh - export OMP_NUM_THREADS=4 - libtbx.run_tests_parallel module=uc_metrics module=simtbx module=xfel_regression module=LS49 nproc=4 + export OMP_NUM_THREADS=2 + libtbx.run_tests_parallel module=uc_metrics module=simtbx module=xfel_regression module=LS49 nproc=2 failOnStderr: false displayName: Test