Skip to content

Commit

Permalink
[CI] Oversubscribe in OpenMPI jobs (#790)
Browse files Browse the repository at this point in the history
This avoids test failures when `mpiexec -n 4` complains about insufficient slots available.
  • Loading branch information
giordano authored Nov 3, 2023
1 parent 376bc11 commit 3f799ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
env:
JULIA_MPI_TEST_BINARY: OpenMPI_jll
JULIA_MPI_TEST_ABI: OpenMPI
OMPI_MCA_btl_base_warn_component_unused: 0
OMPI_MCA_rmaps_base_oversubscribe: true

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -191,6 +193,7 @@ jobs:
env:
JULIA_MPI_TEST_BINARY: system
OMPI_MCA_btl_base_warn_component_unused: 0
OMPI_MCA_rmaps_base_oversubscribe: true

steps:
- name: Checkout
Expand Down Expand Up @@ -430,6 +433,7 @@ jobs:
MPITRAMPOLINE_LIB: /usr/local/lib/libmpiwrapper.so
MPITRAMPOLINE_MPIEXEC: /usr/bin/mpiexec
OMPI_MCA_btl_base_warn_component_unused: 0
OMPI_MCA_rmaps_base_oversubscribe: true

steps:
- name: Checkout
Expand Down

0 comments on commit 3f799ad

Please sign in to comment.