Skip to content

Commit

Permalink
Merge pull request #1797 from DARMA-tasking/1796-try-to-fix-gitlab-vo…
Browse files Browse the repository at this point in the history
…rtex-ci

#1796: CI: try to fix Vortex
  • Loading branch information
lifflander authored May 11, 2022
2 parents 4fd20e1 + a60a1c1 commit a7beeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ nvcc_wrapper-vortex:
- module swap gcc gcc/8.3.1
- mkdir -p /tmp/$USER
- http_proxy=http://proxy.sandia.gov:80 https_proxy=http://proxy.sandia.gov:80 VT_RDMA_TESTS_ENABLED=0 ci/build_cpp.sh $CI_PROJECT_DIR $CI_PROJECT_DIR/vt_build_nvcc_wrapper
- bsub -nnodes 1 -W 45 -eptl 3:00 ci/test_cpp.sh $CI_PROJECT_DIR $CI_PROJECT_DIR/vt_build_nvcc_wrapper
- bsub -nnodes 1 -W 45 -eptl 3:00 -Is --shared-launch ci/test_cpp.sh $CI_PROJECT_DIR $CI_PROJECT_DIR/vt_build_nvcc_wrapper
only:
refs:
- develop
Expand Down

0 comments on commit a7beeaa

Please sign in to comment.