From 901a0453ea9b730e5a98c32b7977035a6b5e85aa Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 16 May 2024 11:32:03 -0600 Subject: [PATCH] Set I_MPI_FABRICS and I_MPI_DEBUG in .github/workflows/ubuntu-ci-x86_64.yaml to fix hanging model runs --- .github/workflows/ubuntu-ci-x86_64.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu-ci-x86_64.yaml b/.github/workflows/ubuntu-ci-x86_64.yaml index fa9f162..441b9e5 100644 --- a/.github/workflows/ubuntu-ci-x86_64.yaml +++ b/.github/workflows/ubuntu-ci-x86_64.yaml @@ -102,6 +102,8 @@ jobs: export KMP_AFFINITY=compact export KMP_STACKSIZE=2048m export OMP_NUM_THREADS=1 + export I_MPI_FABRICS=shm + export I_MPI_DEBUG=5 EOF