Skip to content

Commit

Permalink
Merge pull request #3 from arcaneframework/dev/gg-add-openmpi-oversub…
Browse files Browse the repository at this point in the history
…scribe

Add oversubscribe for OpenMPI
  • Loading branch information
grospelliergilles authored Dec 30, 2023
2 parents 8e25662 + 830b428 commit 8495791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_test_framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ env:
# OpenMPI
OMPI_ALLOW_RUN_AS_ROOT: 1
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1

# To tell OpenMPI we may use more processus than available cores
OMPI_MCA_rmaps_base_oversubscribe : true

jobs:
build-install-test:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/reusable_test_split_framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ env:
# OpenMPI
OMPI_ALLOW_RUN_AS_ROOT: 1
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1

# To tell OpenMPI we may use more processus than available cores
OMPI_MCA_rmaps_base_oversubscribe : true

jobs:
build-install-test:
Expand Down

0 comments on commit 8495791

Please sign in to comment.