Skip to content

Commit b96e626

Browse files
committed
remove deprecated mca rmaps param
from being echoed into the .openmpi/mca-params.conf file. its confusing people. See https://docs.open-mpi.org/en/v5.0.x/mca.html#mca-parameter-changes-between-open-mpi-4-x-and-5-x Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent fc32bfe commit b96e626

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
@@ -76,7 +76,6 @@ jobs:
7676
mkdir -p "$(dirname "$mca_params")"
7777
echo mpi_param_check = true >> "$mca_params"
7878
echo mpi_show_handle_leaks = true >> "$mca_params"
79-
echo rmaps_base_oversubscribe = true >> "$mca_params"
8079
mca_params="$HOME/.prte/mca-params.conf"
8180
mkdir -p "$(dirname "$mca_params")"
8281
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"

0 commit comments

Comments
 (0)