@@ -243,15 +243,15 @@ jobs:
243243 fail-fast : false
244244 matrix :
245245 include :
246- - name : Ubuntu CUDA debug (20.04, clang 10.0.0 + gcc 9.4.0, open-mpi 4.0.3, cuda-11.8.89)
247- BUILD_AND_TEST_CLI_ARGS : " --build-exe-only --no-install-schema"
248- CMAKE_BUILD_TYPE : Debug
249- DOCKER_REPOSITORY : geosx/ubuntu20.04-clang10.0.0-cuda11.8.89
250- ENABLE_HYPRE_DEVICE : CUDA
251- ENABLE_HYPRE : ON
252- ENABLE_TRILINOS : OFF
253- HOST_CONFIG : /spack-generated.cmake
254- RUNS_ON : Runner_8core_32GB
246+ # - name: Ubuntu CUDA debug (20.04, clang 10.0.0 + gcc 9.4.0, open-mpi 4.0.3, cuda-11.8.89)
247+ # BUILD_AND_TEST_CLI_ARGS: "--build-exe-only --no-install-schema"
248+ # CMAKE_BUILD_TYPE: Debug
249+ # DOCKER_REPOSITORY: geosx/ubuntu20.04-clang10.0.0-cuda11.8.89
250+ # ENABLE_HYPRE_DEVICE: CUDA
251+ # ENABLE_HYPRE: ON
252+ # ENABLE_TRILINOS: OFF
253+ # HOST_CONFIG: /spack-generated.cmake
254+ # RUNS_ON: Runner_8core_32GB
255255
256256 # - name: Ubuntu CUDA (20.04, clang 10.0.0 + gcc 9.4.0, open-mpi 4.0.3, cuda-11.8.89)
257257 # BUILD_AND_TEST_CLI_ARGS: "--no-install-schema"
@@ -260,14 +260,16 @@ jobs:
260260 # ENABLE_HYPRE_DEVICE: CUDA
261261 # ENABLE_HYPRE: ON
262262 # ENABLE_TRILINOS: OFF
263+ # HOST_CONFIG: /spack-generated.cmake
263264 # RUNS_ON: self-hosted
264265 # DOCKER_RUN_ARGS: "--cpus=8 --memory=256g --runtime=nvidia --gpus all"
265266
266- # - name: Centos (7.7, gcc 8.3.1, open-mpi 1.10.7, cuda 11.8.89)
267- # BUILD_AND_TEST_CLI_ARGS: "--no-run-unit-tests --no-install-schema"
268- # CMAKE_BUILD_TYPE: Release
269- # DOCKER_REPOSITORY: geosx/centos7.7-gcc8.3.1-cuda11.8.89
270- # RUNS_ON: Runner_4core_16GB
267+ - name : Centos (7.7, gcc 8.3.1, open-mpi 1.10.7, cuda 11.8.89)
268+ BUILD_AND_TEST_CLI_ARGS : " --no-run-unit-tests --no-install-schema"
269+ CMAKE_BUILD_TYPE : Release
270+ DOCKER_REPOSITORY : geosx/centos7.7-gcc8.3.1-cuda11.8.89
271+ HOST_CONFIG : /spack-generated.cmake
272+ RUNS_ON : Runner_4core_16GB
271273
272274 # Below this line, jobs that deploy to Google Cloud.
273275 # - name: Pecan GPU (centos 7.7, gcc 8.2.0, open-mpi 4.0.1, mkl 2019.5, cuda 11.5.119)
0 commit comments