Skip to content

Commit

Permalink
dont use prte mca conf file in mpi4py gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
hppritcha committed Oct 15, 2024
1 parent 069cc80 commit c011241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ompi_mpi4py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo rmaps_base_oversubscribe = true >> "$mca_params"
mca_params="$HOME/.prte/mca-params.conf"
mkdir -p "$(dirname "$mca_params")"
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"
# echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"

- name: Show MPI
run: ompi_info
Expand Down

0 comments on commit c011241

Please sign in to comment.