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 aedb74d commit be4ce0cCopy full SHA for be4ce0c
.github/workflows/dolfinx-tests.yml
@@ -35,6 +35,8 @@ jobs:
35
PETSC_ARCH: linux-gnu-complex64-32
36
OMPI_ALLOW_RUN_AS_ROOT: 1
37
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
40
41
steps:
42
- uses: actions/checkout@v5
0 commit comments