diff --git a/.github/workflows/continuousIntegration.yml b/.github/workflows/continuousIntegration.yml index 321a240..c9eabc6 100644 --- a/.github/workflows/continuousIntegration.yml +++ b/.github/workflows/continuousIntegration.yml @@ -174,7 +174,7 @@ jobs: ENABLE_CUDA: ON DOCKER_RUN_ARGS: "--cpus=4 --memory=64g --runtime=nvidia --gpus all" - - name: RHEL8.9-gcc12-cuda12-rel (ubi8.8, gcc 13.2.1, cuda-12.4.1, Release) + - name: RHEL8.9-gcc13-cuda12-rel (ubi8.8, gcc 13.2.1, cuda-12.4.1, Release) DOCKER_REPOSITORY: geosx/ubi:8.9-cuda12.4.1 RUNS_ON: streak CMAKE_CXX_COMPILER: /opt/rh/gcc-toolset-13/root/bin/g++ diff --git a/scripts/ci_build_and_test.sh b/scripts/ci_build_and_test.sh index bdca74d..256e8b6 100755 --- a/scripts/ci_build_and_test.sh +++ b/scripts/ci_build_and_test.sh @@ -12,7 +12,7 @@ CONTAINER_NAME=shiva_build # Now we can build shiva. docker run \ --rm \ - --name=${CONTAINER_NAME} \ +# --name=${CONTAINER_NAME} \ --volume=${BUILD_DIR}:${BUILD_DIR_MOUNT_POINT} \ --cap-add=ALL \ ${DOCKER_RUN_ARGS} \