Skip to content

Commit c7adac1

Browse files
committed
openmpi: Do not create PRRTE configuration file
1 parent 1dcad02 commit c7adac1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/openmpi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ 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")"
108106
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"
109107
110108
- name: Show MPI

0 commit comments

Comments
 (0)