Skip to content

Commit

Permalink
Disable caliper and force [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen committed Jun 12, 2024
1 parent 7700ae4 commit d3285b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/pascal/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ build and install:
- srun --jobid=${JOB_ID} -N 1 -t 30 ./scripts/build_lbann.sh --ci ${SPACK_DEPS_FLAG}
-l ${SPACK_ENV_NAME} -j ${BUILD_TASKS} ${CLEAN_BUILD_FLAG}
--superbuild-prefix /usr/workspace/lbann/ci_stable_dependencies
--ci-pip --
+deterministic +vision +numpy +unit_tests ${SPACK_SPECS}
--ci-pip -- %[email protected]
+deterministic +vision +numpy +unit_tests ~caliper ${SPACK_SPECS}
- export TEST_TASKS_PER_NODE=2
- export TEST_MPIBIND_FLAG="--mpibind=off"
- export SPACK_ARCH=$(spack arch)
Expand Down

0 comments on commit d3285b5

Please sign in to comment.