Skip to content

Commit c011241

Browse files
committed
dont use prte mca conf file in mpi4py gh action
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 069cc80 commit c011241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ompi_mpi4py.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo rmaps_base_oversubscribe = true >> "$mca_params"
8080
mca_params="$HOME/.prte/mca-params.conf"
8181
mkdir -p "$(dirname "$mca_params")"
82-
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"
82+
# echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"
8383

8484
- name: Show MPI
8585
run: ompi_info

0 commit comments

Comments
 (0)