Skip to content

Commit 74aef7e

Browse files
committed
allow oversubscription
1 parent 2fc1a2f commit 74aef7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN sed -i 's/Components: main/Components: main contrib non-free/' /etc/apt/sour
3030
# allow running MPI as root in the container
3131
# bind MPI ranks to hwthreads
3232
ENV OMPI_MCA_hwloc_base_binding_policy=hwthread \
33+
PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe \
3334
MPIEXEC_FLAGS=--allow-run-as-root \
3435
OMPI_ALLOW_RUN_AS_ROOT=1 \
3536
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \

0 commit comments

Comments
 (0)