We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376bc11 commit 3f799adCopy full SHA for 3f799ad
.github/workflows/UnitTests.yml
@@ -95,6 +95,8 @@ jobs:
95
env:
96
JULIA_MPI_TEST_BINARY: OpenMPI_jll
97
JULIA_MPI_TEST_ABI: OpenMPI
98
+ OMPI_MCA_btl_base_warn_component_unused: 0
99
+ OMPI_MCA_rmaps_base_oversubscribe: true
100
101
runs-on: ${{ matrix.os }}
102
@@ -191,6 +193,7 @@ jobs:
191
193
192
194
JULIA_MPI_TEST_BINARY: system
195
OMPI_MCA_btl_base_warn_component_unused: 0
196
197
198
steps:
199
- name: Checkout
@@ -430,6 +433,7 @@ jobs:
430
433
MPITRAMPOLINE_LIB: /usr/local/lib/libmpiwrapper.so
431
434
MPITRAMPOLINE_MPIEXEC: /usr/bin/mpiexec
432
435
436
437
438
439
0 commit comments