Skip to content

Commit 9ec3934

Browse files
committed
Check upstream master branches for PMIx/PRRTE
Repoint submodules. Disable han and hcoll components to avoid bug when testing singleton comm_spawn. Signed-off-by: Ralph Castain <[email protected]>
1 parent 594e29a commit 9ec3934

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/ompi_mpi4py.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
mkdir -p "$(dirname "$mca_params")"
7878
echo mpi_param_check = true >> "$mca_params"
7979
echo mpi_show_handle_leaks = true >> "$mca_params"
80+
echo coll = ^han,hcoll >> "$mca_params"
8081
mca_params="$HOME/.prte/mca-params.conf"
8182
mkdir -p "$(dirname "$mca_params")"
8283
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[submodule "prrte"]
22
path = 3rd-party/prrte
3-
url = ../../open-mpi/prrte
3+
url = https://github.com/openpmix/prrte
44
branch = master
55
[submodule "openpmix"]
66
path = 3rd-party/openpmix
7-
url = ../../openpmix/openpmix.git
7+
url = https://github.com/openpmix/openpmix
88
branch = master
99
[submodule "oac"]
1010
path = config/oac

3rd-party/openpmix

Submodule openpmix updated 108 files

3rd-party/prrte

Submodule prrte updated 205 files

0 commit comments

Comments
 (0)