Skip to content

Commit

Permalink
Try Pangea 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed May 23, 2024
1 parent e1d523e commit ad53f07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"GEOS_TPL_TAG": "261-254"
"GEOS_TPL_TAG": "261-272"
}
},
"runArgs": [
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,13 @@ jobs:
# HOST_CONFIG: host-configs/TOTAL/pecan-CPU.cmake
# GCP_BUCKET: geosx/Pecan-CPU

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

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

0 comments on commit ad53f07

Please sign in to comment.