Skip to content

Commit f4d87a4

Browse files
committed
try again with prte mca-params
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 340c81b commit f4d87a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ompi_mpi4py.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
echo mpi_show_handle_leaks = true >> "$mca_params"
7979
echo rmaps_base_oversubscribe = true >> "$mca_params"
8080
mca_params="$HOME/.prte/mca-params.conf"
81+
mkdir -p "$(dirname "$mca_params")"
82+
echo rmaps_base_oversubscribe = :oversubscribe >> "$mca_params"
8183
8284
- name: Show MPI
8385
run: ompi_info

0 commit comments

Comments
 (0)