Skip to content

Commit be4ce0c

Browse files
committed
oversubscribe
1 parent aedb74d commit be4ce0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dolfinx-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
PETSC_ARCH: linux-gnu-complex64-32
3636
OMPI_ALLOW_RUN_AS_ROOT: 1
3737
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
38+
PRTE_MCA_rmaps_default_mapping_policy: :oversubscribe # Newer OpenMPI
39+
OMPI_MCA_rmaps_base_oversubscribe: true # Older OpenMPI
3840

3941
steps:
4042
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)