Skip to content

Commit

Permalink
Expand the shmem2 region size
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <rhc@pmix.org>
  • Loading branch information
rhc54 committed Apr 12, 2024
1 parent ba766d0 commit 5cee996
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ompi_mpi4py.yaml
Expand Up @@ -65,6 +65,9 @@ jobs:
mca_params="$HOME/.prte/mca-params.conf"
mkdir -p "$(dirname "$mca_params")"
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"
mca_params="$HOME/.pmix/mca-params.conf"
mkdir -p "$(dirname "$mca_params")"
echo gds_shmem2_segment_size_multiplier = 1000.0 >> "$mca_params"
- name: Show MPI
run: ompi_info
Expand Down

0 comments on commit 5cee996

Please sign in to comment.