@@ -145,27 +145,27 @@ jobs:
145145 CMAKE_C_COMPILER : /usr/bin/clang
146146 CMAKE_BUILD_TYPE : Release
147147
148- - name : ubuntu22-gcc11-cuda11-rel (ubuntu-22, gcc 11.4.0, cuda-11.8.0, Release)
149- DOCKER_REPOSITORY : geosx/ubuntu:22.04-cuda11.8
150- RUNS_ON : streak2
151- CMAKE_CXX_COMPILER : /usr/bin/g++
152- CMAKE_C_COMPILER : /usr/bin/gcc
153- CMAKE_BUILD_TYPE : Release
154- ENABLE_CUDA : ON
155- CMAKE_CUDA_ARCHITECTURES : " 86"
156- NPROC : 4
157- DOCKER_RUN_ARGS : " --cpus=4 --memory=64g --runtime=nvidia --gpus all"
148+ # - name: ubuntu22-gcc11-cuda11-rel (ubuntu-22, gcc 11.4.0, cuda-11.8.0, Release)
149+ # DOCKER_REPOSITORY: geosx/ubuntu:22.04-cuda11.8
150+ # RUNS_ON: streak2
151+ # CMAKE_CXX_COMPILER: /usr/bin/g++
152+ # CMAKE_C_COMPILER: /usr/bin/gcc
153+ # CMAKE_BUILD_TYPE: Release
154+ # ENABLE_CUDA: ON
155+ # CMAKE_CUDA_ARCHITECTURES: "86"
156+ # NPROC: 4
157+ # DOCKER_RUN_ARGS: "--cpus=4 --memory=64g --runtime=nvidia --gpus all"
158158
159- - name : ubuntu22-gcc11-cuda11-dbg (ubuntu-22, gcc 11.4.0, cuda-11.8.0, Debug)
160- DOCKER_REPOSITORY : geosx/ubuntu:22.04-cuda11.8
161- RUNS_ON : streak2
162- CMAKE_CXX_COMPILER : /usr/bin/g++
163- CMAKE_C_COMPILER : /usr/bin/gcc
164- CMAKE_BUILD_TYPE : Debug
165- ENABLE_CUDA : ON
166- CMAKE_CUDA_ARCHITECTURES : " 86"
167- NPROC : 4
168- DOCKER_RUN_ARGS : " --cpus=4 --memory=64g --runtime=nvidia --gpus all"
159+ # - name: ubuntu22-gcc11-cuda11-dbg (ubuntu-22, gcc 11.4.0, cuda-11.8.0, Debug)
160+ # DOCKER_REPOSITORY: geosx/ubuntu:22.04-cuda11.8
161+ # RUNS_ON: streak2
162+ # CMAKE_CXX_COMPILER: /usr/bin/g++
163+ # CMAKE_C_COMPILER: /usr/bin/gcc
164+ # CMAKE_BUILD_TYPE: Debug
165+ # ENABLE_CUDA: ON
166+ # CMAKE_CUDA_ARCHITECTURES: "86"
167+ # NPROC: 4
168+ # DOCKER_RUN_ARGS: "--cpus=4 --memory=64g --runtime=nvidia --gpus all"
169169
170170 # - name: ubuntu22-clang14-cuda11-rel (ubuntu-22, clang-14.0.0, cuda-11.8.0, Release)
171171 # DOCKER_REPOSITORY: geosx/ubuntu:22.04-cuda11.8
0 commit comments