Skip to content

Commit

Permalink
Try gcc@8+cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Apr 25, 2024
1 parent 3b68531 commit f673591
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 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-249"
"GEOS_TPL_TAG": "261-254"
}
},
"runArgs": [
Expand Down
30 changes: 16 additions & 14 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,15 @@ jobs:
fail-fast : false
matrix:
include:
- name: Ubuntu CUDA debug (20.04, clang 10.0.0 + gcc 9.4.0, open-mpi 4.0.3, cuda-11.8.89)
BUILD_AND_TEST_CLI_ARGS: "--build-exe-only --no-install-schema"
CMAKE_BUILD_TYPE: Debug
DOCKER_REPOSITORY: geosx/ubuntu20.04-clang10.0.0-cuda11.8.89
ENABLE_HYPRE_DEVICE: CUDA
ENABLE_HYPRE: ON
ENABLE_TRILINOS: OFF
HOST_CONFIG: /spack-generated.cmake
RUNS_ON: Runner_8core_32GB
# - name: Ubuntu CUDA debug (20.04, clang 10.0.0 + gcc 9.4.0, open-mpi 4.0.3, cuda-11.8.89)
# BUILD_AND_TEST_CLI_ARGS: "--build-exe-only --no-install-schema"
# CMAKE_BUILD_TYPE: Debug
# DOCKER_REPOSITORY: geosx/ubuntu20.04-clang10.0.0-cuda11.8.89
# ENABLE_HYPRE_DEVICE: CUDA
# ENABLE_HYPRE: ON
# ENABLE_TRILINOS: OFF
# HOST_CONFIG: /spack-generated.cmake
# RUNS_ON: Runner_8core_32GB

# - name: Ubuntu CUDA (20.04, clang 10.0.0 + gcc 9.4.0, open-mpi 4.0.3, cuda-11.8.89)
# BUILD_AND_TEST_CLI_ARGS: "--no-install-schema"
Expand All @@ -260,14 +260,16 @@ jobs:
# ENABLE_HYPRE_DEVICE: CUDA
# ENABLE_HYPRE: ON
# ENABLE_TRILINOS: OFF
# HOST_CONFIG: /spack-generated.cmake
# RUNS_ON: self-hosted
# DOCKER_RUN_ARGS: "--cpus=8 --memory=256g --runtime=nvidia --gpus all"

# - name: Centos (7.7, gcc 8.3.1, open-mpi 1.10.7, cuda 11.8.89)
# BUILD_AND_TEST_CLI_ARGS: "--no-run-unit-tests --no-install-schema"
# CMAKE_BUILD_TYPE: Release
# DOCKER_REPOSITORY: geosx/centos7.7-gcc8.3.1-cuda11.8.89
# RUNS_ON: Runner_4core_16GB
- name: Centos (7.7, gcc 8.3.1, open-mpi 1.10.7, cuda 11.8.89)
BUILD_AND_TEST_CLI_ARGS: "--no-run-unit-tests --no-install-schema"
CMAKE_BUILD_TYPE: Release
DOCKER_REPOSITORY: geosx/centos7.7-gcc8.3.1-cuda11.8.89
HOST_CONFIG: /spack-generated.cmake
RUNS_ON: Runner_4core_16GB

# Below this line, jobs that deploy to Google Cloud.
# - name: Pecan GPU (centos 7.7, gcc 8.2.0, open-mpi 4.0.1, mkl 2019.5, cuda 11.5.119)
Expand Down

0 comments on commit f673591

Please sign in to comment.