Skip to content

Commit 3188c78

Browse files
committed
Try Pangea 2
1 parent 568cafd commit 3188c78

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"dockerfile": "Dockerfile",
44
"args": {
5-
"GEOS_TPL_TAG": "261-254"
5+
"GEOS_TPL_TAG": "261-261"
66
}
77
},
88
"runArgs": [

.github/workflows/ci_tests.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,13 @@ jobs:
161161
# HOST_CONFIG: host-configs/TOTAL/pecan-CPU.cmake
162162
# GCP_BUCKET: geosx/Pecan-CPU
163163

164-
# - name: Pangea 2 (centos 7.6, gcc 8.3.0, open-mpi 2.1.5, mkl 2019.3)
165-
# CMAKE_BUILD_TYPE: Release
166-
# DOCKER_REPOSITORY: geosx/pangea2-gcc8.3.0-openmpi2.1.5-mkl2019.3
167-
# ENABLE_HYPRE: ON
168-
# ENABLE_TRILINOS: OFF
169-
# GCP_BUCKET: geosx/Pangea2
164+
- name: Pangea 2 (centos 7.6, gcc 8.3.0, open-mpi 2.1.5, mkl 2019.3)
165+
CMAKE_BUILD_TYPE: Release
166+
DOCKER_REPOSITORY: geosx/pangea2-gcc8.3.0-openmpi2.1.5-mkl2019.3
167+
ENABLE_HYPRE: ON
168+
ENABLE_TRILINOS: OFF
169+
GCP_BUCKET: geosx/Pangea2
170+
HOST_CONFIG: /spack-generated.cmake
170171

171172
# - name: Sherlock CPU (centos 7.9.2009, gcc 10.1.0, open-mpi 4.1.2, openblas 0.3.10)
172173
# CMAKE_BUILD_TYPE: Release

0 commit comments

Comments
 (0)