Skip to content

Commit

Permalink
Attempt on 32 cores.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Aug 14, 2024
1 parent 6456d1c commit b86e10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ jobs:
ENABLE_TRILINOS: OFF
HOST_ARCH: ppc64le
RUNS_ON: streak2-32core
NPROC: 1
DOCKER_RUN_ARGS: "--cpus=24 --memory=384g -v /etc/pki/ca-trust/source/anchors/:/etc/pki/ca-trust/source/anchors/llnl:ro"
NPROC: 32
DOCKER_RUN_ARGS: "--cpus=32 --memory=384g -v /etc/pki/ca-trust/source/anchors/:/etc/pki/ca-trust/source/anchors/llnl:ro"
DOCKER_CERTS_DIR: "/etc/pki/ca-trust/source/anchors"
DOCKER_CERTS_UPDATE_COMMAND: "update-ca-trust"

Expand Down

0 comments on commit b86e10e

Please sign in to comment.