@@ -98,29 +98,29 @@ jobs:
9898 fail-fast : false
9999 matrix :
100100 include :
101- - name : RHEL8.9 -clang17-dbg (ubi8.9 , clang-17.0.6, Debug)
102- DOCKER_REPOSITORY : geosx/ubi:8.9
101+ - name : RHEL8.10 -clang17-dbg (ubi8.10 , clang-17.0.6, Debug)
102+ DOCKER_REPOSITORY : geosx/ubi:8.10
103103 RUNS_ON : ubuntu-22.04
104104 CMAKE_CXX_COMPILER : clang++
105105 CMAKE_C_COMPILER : clang
106106 CMAKE_BUILD_TYPE : Debug
107107
108- - name : RHEL8.9 -clang17-rel (ubi8.9 , clang-17.0.6, Release)
109- DOCKER_REPOSITORY : geosx/ubi:8.9
108+ - name : RHEL8.10 -clang17-rel (ubi8.10 , clang-17.0.6, Release)
109+ DOCKER_REPOSITORY : geosx/ubi:8.10
110110 RUNS_ON : ubuntu-22.04
111111 CMAKE_CXX_COMPILER : clang++
112112 CMAKE_C_COMPILER : clang
113113 CMAKE_BUILD_TYPE : Release
114114
115- - name : RHEL8.9 -gcc13-dbg (ubi8.9 , gcc 13.2.1, Debug)
116- DOCKER_REPOSITORY : geosx/ubi:8.9
115+ - name : RHEL8.10 -gcc13-dbg (ubi8.10 , gcc 13.2.1, Debug)
116+ DOCKER_REPOSITORY : geosx/ubi:8.10
117117 RUNS_ON : ubuntu-22.04
118118 CMAKE_CXX_COMPILER : /opt/rh/gcc-toolset-13/root/bin/g++
119119 CMAKE_C_COMPILER : /opt/rh/gcc-toolset-13/root/bin/gcc
120120 CMAKE_BUILD_TYPE : Debug
121121
122- - name : RHEL8.9 -gcc13-rel (ubi8.9 , gcc 13.2.1, Release)
123- DOCKER_REPOSITORY : geosx/ubi:8.9
122+ - name : RHEL8.10 -gcc13-rel (ubi8.10 , gcc 13.2.1, Release)
123+ DOCKER_REPOSITORY : geosx/ubi:8.10
124124 RUNS_ON : ubuntu-22.04
125125 CMAKE_CXX_COMPILER : /opt/rh/gcc-toolset-13/root/bin/g++
126126 CMAKE_C_COMPILER : /opt/rh/gcc-toolset-13/root/bin/gcc
@@ -198,8 +198,8 @@ jobs:
198198 NPROC : 4
199199 DOCKER_RUN_ARGS : " --cpus=4 --memory=64g --runtime=nvidia --gpus all"
200200
201- - name : RHEL8.9 -clang17-cuda12-rel (ubi8.9 , clang-17.0.6, cuda-12.4.1, Release)
202- DOCKER_REPOSITORY : geosx/ubi:8.9 -cuda12.4
201+ - name : RHEL8.10 -clang17-cuda12-rel (ubi8.10 , clang-17.0.6, cuda-12.4.1, Release)
202+ DOCKER_REPOSITORY : geosx/ubi:8.10 -cuda12.8
203203 RUNS_ON : streak2
204204 CMAKE_CXX_COMPILER : clang++
205205 CMAKE_C_COMPILER : clang
@@ -209,8 +209,8 @@ jobs:
209209 NPROC : 4
210210 DOCKER_RUN_ARGS : " --cpus=4 --memory=64g --runtime=nvidia --gpus all"
211211
212- - name : RHEL8.9 -gcc13-cuda12-rel (ubi8.8 , gcc 13.2.1, cuda-12.4.1, Release)
213- DOCKER_REPOSITORY : geosx/ubi:8.9 -cuda12.4
212+ - name : RHEL8.10 -gcc13-cuda12-rel (ubi8.10 , gcc 13.2.1, cuda-12.4.1, Release)
213+ DOCKER_REPOSITORY : geosx/ubi:8.10 -cuda12.8
214214 RUNS_ON : streak2
215215 CMAKE_CXX_COMPILER : /opt/rh/gcc-toolset-13/root/bin/g++
216216 CMAKE_C_COMPILER : /opt/rh/gcc-toolset-13/root/bin/gcc
0 commit comments