Skip to content

Commit

Permalink
Provide a temporary solution to ICLDisco/parsec#548 by disabling the …
Browse files Browse the repository at this point in the history
…RECURSIVE device in test mode.
  • Loading branch information
therault committed May 29, 2023
1 parent 8b36497 commit e735700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ 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 }}
-DBUILD_SHARED_LIBS=${{ matrix.shared_type }}
-DMPIEXEC_PREFLAGS='--bind-to;none;--oversubscribe'
-DCMAKE_INSTALL_PREFIX=$INSTALL_DIRECTORY
-DDPLASMA_PRECISIONS=d
-DPLASMA_WITH_RECURSIVE=OFF
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion parsec
Submodule parsec updated 148 files

0 comments on commit e735700

Please sign in to comment.