Skip to content

Commit af898e2

Browse files
committed
Revert "openmpi: Do not create PRRTE configuration file"
This reverts commit c7adac1.
1 parent b979b6f commit af898e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/openmpi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
echo mpi_param_check = true >> "$mca_params"
104104
echo mpi_show_handle_leaks = true >> "$mca_params"
105105
echo rmaps_base_oversubscribe = true >> "$mca_params"
106+
mca_params="$HOME/.prte/mca-params.conf"
107+
mkdir -p "$(dirname "$mca_params")"
106108
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"
107109
108110
- name: Show MPI

0 commit comments

Comments
 (0)