From e7357003aa77b1b516bfbf3fa57e9b651f3a1a2a Mon Sep 17 00:00:00 2001 From: Thomas Herault Date: Mon, 29 May 2023 11:26:29 -0400 Subject: [PATCH] Provide a temporary solution to https://github.com/ICLDisco/parsec/issues/548 by disabling the RECURSIVE device in test mode. --- .github/workflows/build_cmake.yml | 2 ++ parsec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index f0d81fba..4db0fb94 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -29,6 +29,7 @@ jobs: BUILD_DIRECTORY : "${{github.workspace}}/build/${{ matrix.build_type }}/shared_${{matrix.shared_type}}" INSTALL_DIRECTORY : "${{github.workspace}}/install/${{ matrix.build_type }}/shared_${{matrix.shared_type}}" RUNNER_ENV : github_runner + # Disable DPLASMA_WITH_RECURSIVE in CI tests until a real solution to https://github.com/ICLDisco/parsec/issues/548 is implemented BUILD_CONFIG : > -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} @@ -36,6 +37,7 @@ jobs: -DMPIEXEC_PREFLAGS='--bind-to;none;--oversubscribe' -DCMAKE_INSTALL_PREFIX=$INSTALL_DIRECTORY -DDPLASMA_PRECISIONS=d + -DPLASMA_WITH_RECURSIVE=OFF steps: - uses: actions/checkout@v2 diff --git a/parsec b/parsec index d47d5e39..53060153 160000 --- a/parsec +++ b/parsec @@ -1 +1 @@ -Subproject commit d47d5e39f565f8c37de27fde63c01044accfe199 +Subproject commit 530601533fc80ad27d7c12cdfda56744746baac9