Skip to content

Commit

Permalink
#1790: Use more recent gcc to avoid ICE from nvcc-generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed May 10, 2022
1 parent 79eba5e commit ee99cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ nvcc_wrapper-vortex:
stage: build
script:
- source /projects/empire/installs/vortex/CUDA-10.1.243_GNU-7.3.1_SPMPI-ROLLING-RELEASE-CUDA-STATIC/trilinos/latest-link/load_matching_env.sh
- 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
- ci/test_cpp.sh $CI_PROJECT_DIR $CI_PROJECT_DIR/vt_build_nvcc_wrapper
Expand Down

0 comments on commit ee99cb1

Please sign in to comment.