Skip to content

Commit

Permalink
Check upstream master branches for PMIx/PRRTE
Browse files Browse the repository at this point in the history
Repoint submodules. Disable han and hcoll components
to avoid bug when testing singleton comm_spawn.

Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Nov 11, 2024
1 parent 7b2ac18 commit 871670d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ompi_mpi4py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
mkdir -p "$(dirname "$mca_params")"
echo mpi_param_check = true >> "$mca_params"
echo mpi_show_handle_leaks = true >> "$mca_params"
echo coll = ^han,hcoll >> "$mca_params"
mca_params="$HOME/.prte/mca-params.conf"
mkdir -p "$(dirname "$mca_params")"
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[submodule "prrte"]
path = 3rd-party/prrte
url = ../../open-mpi/prrte
url = https://github.com/openpmix/prrte
branch = master
[submodule "openpmix"]
path = 3rd-party/openpmix
url = ../../openpmix/openpmix.git
url = https://github.com/openpmix/openpmix
branch = master
[submodule "oac"]
path = config/oac
Expand Down
2 changes: 1 addition & 1 deletion 3rd-party/openpmix
Submodule openpmix updated 105 files
2 changes: 1 addition & 1 deletion 3rd-party/prrte
Submodule prrte updated 198 files

0 comments on commit 871670d

Please sign in to comment.