Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: GH200 test instability #1600

Merged
merged 5 commits into from
Aug 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ci/cscs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ build_py38_image_x86_64:
variables:
CRAY_CUDA_MPS: 1
SLURM_JOB_NUM_NODES: 1
SLURM_TIMELIMIT: 120
SLURM_TIMELIMIT: 30
edopao marked this conversation as resolved.
Show resolved Hide resolved
NUM_PROCESSES: auto
VIRTUALENV_SYSTEM_SITE_PACKAGES: 1
.test_helper_x86_64:
Expand Down Expand Up @@ -178,7 +178,8 @@ build_py38_image_x86_64:
# Grace-Hopper gpu architecture is not enabled by default in CUDA build
CUDAARCHS: "90"
# limit test parallelism to avoid "OSError: too many open files" in the gt4py build stage
NUM_PROCESSES: 32
# observed also gpu tests to hang in combination with CUDA MPS
NUM_PROCESSES: 16

test_py311_x86_64:
extends: [.test_helper_x86_64]
Expand Down
Loading