Skip to content

Commit be6a4b1

Browse files
committed
update CI testing
1 parent e818ffe commit be6a4b1

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.github/workflows/continuousIntegration.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -145,27 +145,27 @@ jobs:
145145
CMAKE_C_COMPILER: /usr/bin/clang
146146
CMAKE_BUILD_TYPE: Release
147147

148-
- name: ubuntu22-gcc11-cuda11-rel (ubuntu-22, gcc 11.4.0, cuda-11.8.0, Release)
149-
DOCKER_REPOSITORY: geosx/ubuntu:22.04-cuda11.8
150-
RUNS_ON: streak2
151-
CMAKE_CXX_COMPILER: /usr/bin/g++
152-
CMAKE_C_COMPILER: /usr/bin/gcc
153-
CMAKE_BUILD_TYPE: Release
154-
ENABLE_CUDA: ON
155-
CMAKE_CUDA_ARCHITECTURES: "86"
156-
NPROC: 4
157-
DOCKER_RUN_ARGS: "--cpus=4 --memory=64g --runtime=nvidia --gpus all"
148+
# - name: ubuntu22-gcc11-cuda11-rel (ubuntu-22, gcc 11.4.0, cuda-11.8.0, Release)
149+
# DOCKER_REPOSITORY: geosx/ubuntu:22.04-cuda11.8
150+
# RUNS_ON: streak2
151+
# CMAKE_CXX_COMPILER: /usr/bin/g++
152+
# CMAKE_C_COMPILER: /usr/bin/gcc
153+
# CMAKE_BUILD_TYPE: Release
154+
# ENABLE_CUDA: ON
155+
# CMAKE_CUDA_ARCHITECTURES: "86"
156+
# NPROC: 4
157+
# DOCKER_RUN_ARGS: "--cpus=4 --memory=64g --runtime=nvidia --gpus all"
158158

159-
- name: ubuntu22-gcc11-cuda11-dbg (ubuntu-22, gcc 11.4.0, cuda-11.8.0, Debug)
160-
DOCKER_REPOSITORY: geosx/ubuntu:22.04-cuda11.8
161-
RUNS_ON: streak2
162-
CMAKE_CXX_COMPILER: /usr/bin/g++
163-
CMAKE_C_COMPILER: /usr/bin/gcc
164-
CMAKE_BUILD_TYPE: Debug
165-
ENABLE_CUDA: ON
166-
CMAKE_CUDA_ARCHITECTURES: "86"
167-
NPROC: 4
168-
DOCKER_RUN_ARGS: "--cpus=4 --memory=64g --runtime=nvidia --gpus all"
159+
# - name: ubuntu22-gcc11-cuda11-dbg (ubuntu-22, gcc 11.4.0, cuda-11.8.0, Debug)
160+
# DOCKER_REPOSITORY: geosx/ubuntu:22.04-cuda11.8
161+
# RUNS_ON: streak2
162+
# CMAKE_CXX_COMPILER: /usr/bin/g++
163+
# CMAKE_C_COMPILER: /usr/bin/gcc
164+
# CMAKE_BUILD_TYPE: Debug
165+
# ENABLE_CUDA: ON
166+
# CMAKE_CUDA_ARCHITECTURES: "86"
167+
# NPROC: 4
168+
# DOCKER_RUN_ARGS: "--cpus=4 --memory=64g --runtime=nvidia --gpus all"
169169

170170
# - name: ubuntu22-clang14-cuda11-rel (ubuntu-22, clang-14.0.0, cuda-11.8.0, Release)
171171
# DOCKER_REPOSITORY: geosx/ubuntu:22.04-cuda11.8

scripts/ci_build_and_test_in_container.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ else
3333
ENABLE_COVERAGE=OFF
3434
fi
3535

36-
SHIVA_BUILD_DIR=/tmp/build
37-
SHIVA_INSTALL_DIR=/tmp/install
36+
HPCREACT_BUILD_DIR=/tmp/build
37+
HPCREACT_INSTALL_DIR=/tmp/install
3838
or_die python3 scripts/config-build.py \
3939
-hc ${HOST_CONFIG} \
4040
-bt ${CMAKE_BUILD_TYPE} \
41-
-bp ${SHIVA_BUILD_DIR} \
42-
-ip ${SHIVA_INSTALL_DIR}\
41+
-bp ${HPCREACT_BUILD_DIR} \
42+
-ip ${HPCREACT_INSTALL_DIR}\
4343
-DENABLE_COVERAGE:BOOL=${ENABLE_COVERAGE}
4444

45-
or_die cd ${SHIVA_BUILD_DIR}
45+
or_die cd ${HPCREACT_BUILD_DIR}
4646

4747
# Code style check
4848
if [[ "$*" == *--test-code-style* ]]; then

0 commit comments

Comments
 (0)