Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 108 files
2 changes: 1 addition & 1 deletion 3rd-party/prrte
Submodule prrte updated 206 files
Loading