Skip to content

Commit

Permalink
Github: set OMPI and PaRSEC related env variables and remove setlocal…
Browse files Browse the repository at this point in the history
…e call

OMPI_MCA_btl_vader_single_copy_mechanism is meant to suppress an error
message from an incompatibility between btl/vader and docker, see
open-mpi/ompi#4948.

PARSEC_MCA_runtime_bind_threads is meant to disable thread binding in
PaRSEC, potentially speeding up test runs.

Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
  • Loading branch information
devreal committed Sep 23, 2022
1 parent a05fc50 commit 6b76810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
CCACHE_DIR : ${{github.workspace}}/build/.ccache
CCACHE_COMPRESS : true
CCACHE_COMPRESSLEVEL : 6
OMPI_MCA_btl_vader_single_copy_mechanism : none
PARSEC_MCA_runtime_bind_threads : 0
BUILD_CONFIG : >
-G Ninja
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
Expand Down

0 comments on commit 6b76810

Please sign in to comment.