Skip to content

Commit

Permalink
Merge pull request #1791 from DARMA-tasking/1790-gcc-nvcc-ice
Browse files Browse the repository at this point in the history
#1790: Use more recent gcc to avoid ICE from nvcc-generated code
  • Loading branch information
lifflander authored May 10, 2022
2 parents 79eba5e + aa573d5 commit 2439860
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ intel18:
CC: "icc"
OMPI_CXX: "icpc"
CXX: "icpc"
SCHEDULER_PARAMETERS: "--account=${ASC_WCID} --partition=short,batch --time=1:00:00 --nodes=1"
SCHEDULER_PARAMETERS: "--account=${ASC_WCID} --partition=short,batch --time=1:30:00 --nodes=1"
stage: build
script:
- source /projects/empire/installs/chama/INTEL-RELEASE-OPENMP-SHARED/trilinos/latest-link/load_matching_env.sh
Expand All @@ -37,7 +37,7 @@ intel19:
CC: "icc"
OMPI_CXX: "icpc"
CXX: "icpc"
SCHEDULER_PARAMETERS: "--account=${ASC_WCID} --partition=short,batch --time=1:00:00 --nodes=1"
SCHEDULER_PARAMETERS: "--account=${ASC_WCID} --partition=short,batch --time=1:30:00 --nodes=1"
stage: build
script:
- source /projects/empire/installs/chama/INTEL-RELEASE-OPENMP-SHARED/trilinos/latest-link/load_matching_env.sh
Expand All @@ -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 2439860

Please sign in to comment.