Skip to content

Commit

Permalink
Allow openmpi to over subscribe a node
Browse files Browse the repository at this point in the history
The environment variables were obtained from
<open-mpi/ompi#8955>.
  • Loading branch information
lcw committed Apr 17, 2024
1 parent 2efccbc commit 288b5a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
OMPI_MCA_btl_base_warn_component_unused: 0
OMPI_ALLOW_RUN_AS_ROOT: 1
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
OMPI_MCA_rmaps_base_oversubscribe: true
PRTE_MCA_rmaps_default_mapping_policy: :oversubscribe
steps:
- uses: actions/checkout@v4
- name: Install MPI via apt
Expand Down

0 comments on commit 288b5a6

Please sign in to comment.