Merge topic 'fixup-parallelism-ascent'

e99a56ea1 CI: Specify parallelism level ascent build

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2906
This commit is contained in:
Vicente Bolea 2022-10-28 16:38:44 +00:00 committed by Kitware Robot
commit 13ee0b5cdc

@ -46,7 +46,7 @@ build:ascent_gcc_cuda:
- git-lfs install
- git-lfs pull lfs
script:
- cmake -V -P .gitlab/ci/config/gitlab_ci_setup.cmake
- CTEST_MAX_PARALLELISM=32 cmake -V -P .gitlab/ci/config/gitlab_ci_setup.cmake
- ctest -VV -S .gitlab/ci/ctest_configure.cmake
artifacts:
expire_in: 24 hours
@ -73,7 +73,7 @@ test:ascent_gcc_cuda:
before_script:
- *setup_env_ecpci
script:
- CTEST_MAX_PARALLELISM=32 jsrun -n1 -a1 -g1 -c42 ctest -VV -S .gitlab/ci/ctest_build.cmake
- jsrun -n1 -a1 -g1 -c42 ctest -VV -S .gitlab/ci/ctest_build.cmake
- CTEST_MAX_PARALLELISM=4 jsrun -n1 -a1 -g1 -c8 ctest -VV -S .gitlab/ci/ctest_test.cmake
after_script:
- *setup_env_ecpci