From d870e8d3a132b00f3c164fc81cbbcd57ecd2d11b Mon Sep 17 00:00:00 2001 From: Philipp Grete Date: Mon, 9 Sep 2024 10:27:12 +0200 Subject: [PATCH] Disable CUDA IPC in CI container --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fc2e120..1d8fbe03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ env: CMAKE_BUILD_PARALLEL_LEVEL: 8 # num threads for build MACHINE_CFG: external/parthenon/cmake/machinecfg/CI.cmake OMPI_MCA_mpi_common_cuda_event_max: 1000 + # disable CUDA IPC within container entirely as it's causing issue for + # unknown reasons, see https://github.com/parthenon-hpc-lab/athenapk/pull/114 + OMPI_MCA_btl_smcuda_use_cuda_ipc: 0 jobs: regression: