Skip to content

Commit b198056

Browse files
authored
Merge pull request #12862 from hppritcha/adjust_ompi4py_ghub_act
remove deprecated mca rmaps param
2 parents 47ea155 + b96e626 commit b198056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ompi_mpi4py.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ 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 rmaps_base_oversubscribe = true >> "$mca_params"
8180
mca_params="$HOME/.prte/mca-params.conf"
8281
mkdir -p "$(dirname "$mca_params")"
8382
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"

0 commit comments

Comments
 (0)