File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,10 @@ jobs:
103103 KHIOPS_PROC_NUMBER : 4
104104 # Oversubscribe for MPI 4.x
105105 rmaps_base_oversubscribe : true
106- # Oversubscribe for MPI > 4.x
106+ # Oversubscribe for MPI < 5
107107 OMPI_MCA_rmaps_base_oversubscribe : true
108+ # Oversubscribe for MPI >= 5
109+ PRTE_MCA_rmaps_default_mapping_policy : :oversubscribe
108110 run : |-
109111 # Make sure MPI support is not loaded through env modules
110112 # Note: As the Docker container's shell is non-interactive, environment
Original file line number Diff line number Diff line change @@ -377,8 +377,10 @@ jobs:
377377 KHIOPS_SAMPLES_DIR : ${{ github.workspace }}/khiops-samples
378378 # Oversubscribe for MPI 4.x
379379 rmaps_base_oversubscribe : true
380- # Oversubscribe for MPI > 4.x
380+ # Oversubscribe for MPI < 5
381381 OMPI_MCA_rmaps_base_oversubscribe : true
382+ # Oversubscribe for MPI >= 5
383+ PRTE_MCA_rmaps_default_mapping_policy : :oversubscribe
382384 run : |-
383385 # Reset the default 'exit-on-error' mode of the bash shell in Github actions
384386 # so that the return code can be evaluated if needed
You can’t perform that action at this time.
0 commit comments