@@ -155,11 +155,11 @@ jobs:
155155 ENABLE_TRILINOS : OFF
156156 HOST_CONFIG : /spack-generated.cmake
157157
158- # - name: Pecan CPU (centos 7.7, gcc 8.2.0, open-mpi 4.0.1, mkl 2019.5)
159- # CMAKE_BUILD_TYPE: Release
160- # DOCKER_REPOSITORY: geosx/pecan-cpu-gcc8.2.0-openmpi4.0.1-mkl2019.5
161- # HOST_CONFIG: host-configs/TOTAL/pecan-CPU.cmake
162- # GCP_BUCKET: geosx/Pecan-CPU
158+ - name : Pecan CPU (centos 7.7, gcc 8.2.0, open-mpi 4.0.1, mkl 2019.5)
159+ CMAKE_BUILD_TYPE : Release
160+ DOCKER_REPOSITORY : geosx/pecan-cpu-gcc8.2.0-openmpi4.0.1-mkl2019.5
161+ HOST_CONFIG : host-configs/TOTAL/pecan-CPU.cmake
162+ GCP_BUCKET : geosx/Pecan-CPU
163163
164164 - name : Pangea 2 (centos 7.6, gcc 8.3.0, open-mpi 2.1.5, mkl 2019.3)
165165 CMAKE_BUILD_TYPE : Release
@@ -284,24 +284,24 @@ jobs:
284284 # DOCKER_CERTS_UPDATE_COMMAND: "update-ca-certificates"
285285 # HOST_CONFIG: /spack-generated.cmake
286286
287- - name : Centos (7.7, gcc 8.3.1, open-mpi 1.10.7, cuda 11.8.89)
288- BUILD_AND_TEST_CLI_ARGS : " --no-run-unit-tests --no-install-schema"
289- CMAKE_BUILD_TYPE : Release
290- DOCKER_REPOSITORY : geosx/centos7.7-gcc8.3.1-cuda11.8.89
291- RUNS_ON : streak2
292- NPROC : 16
293- DOCKER_RUN_ARGS : " --cpus=16 --memory=256g --runtime=nvidia -v /etc/pki/ca-trust/source/anchors/:/etc/pki/ca-trust/source/anchors/llnl:ro"
294- DOCKER_CERTS_DIR : " /etc/pki/ca-trust/source/anchors"
295- DOCKER_CERTS_UPDATE_COMMAND : " update-ca-trust"
296- HOST_CONFIG : /spack-generated.cmake
287+ # - name: Centos (7.7, gcc 8.3.1, open-mpi 1.10.7, cuda 11.8.89)
288+ # BUILD_AND_TEST_CLI_ARGS: "--no-run-unit-tests --no-install-schema"
289+ # CMAKE_BUILD_TYPE: Release
290+ # DOCKER_REPOSITORY: geosx/centos7.7-gcc8.3.1-cuda11.8.89
291+ # RUNS_ON: streak2
292+ # NPROC: 16
293+ # DOCKER_RUN_ARGS: "--cpus=16 --memory=256g --runtime=nvidia -v /etc/pki/ca-trust/source/anchors/:/etc/pki/ca-trust/source/anchors/llnl:ro"
294+ # DOCKER_CERTS_DIR: "/etc/pki/ca-trust/source/anchors"
295+ # DOCKER_CERTS_UPDATE_COMMAND: "update-ca-trust"
296+ # HOST_CONFIG: /spack-generated.cmake
297297
298298 # Below this line, jobs that deploy to Google Cloud.
299- # - name: Pecan GPU (centos 7.7, gcc 8.2.0, open-mpi 4.0.1, mkl 2019.5, cuda 11.5.119)
300- # BUILD_AND_TEST_CLI_ARGS: "--build-exe-only --no-install-schema"
301- # CMAKE_BUILD_TYPE: Release
302- # DOCKER_REPOSITORY: geosx/pecan-gpu-gcc8.2.0-openmpi4.0.1-mkl2019.5-cuda11.5.119
303- # HOST_CONFIG: host-configs/TOTAL/pecan-GPU.cmake
304- # RUNS_ON: Runner_4core_16GB
299+ - name : Pecan GPU (centos 7.7, gcc 8.2.0, open-mpi 4.0.1, mkl 2019.5, cuda 11.5.119)
300+ BUILD_AND_TEST_CLI_ARGS : " --build-exe-only --no-install-schema"
301+ CMAKE_BUILD_TYPE : Release
302+ DOCKER_REPOSITORY : geosx/pecan-gpu-gcc8.2.0-openmpi4.0.1-mkl2019.5-cuda11.5.119
303+ HOST_CONFIG : host-configs/TOTAL/pecan-GPU.cmake
304+ RUNS_ON : Runner_4core_16GB
305305
306306 # - name: Sherlock GPU (centos 7.9.2009, gcc 10.1.0, open-mpi 4.1.2, openblas 0.3.10, cuda 11.7.1,)
307307 # BUILD_AND_TEST_CLI_ARGS: "--no-run-unit-tests --no-install-schema"
0 commit comments