We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc1a2f commit 74aef7eCopy full SHA for 74aef7e
Dockerfile
@@ -30,6 +30,7 @@ RUN sed -i 's/Components: main/Components: main contrib non-free/' /etc/apt/sour
30
# allow running MPI as root in the container
31
# bind MPI ranks to hwthreads
32
ENV OMPI_MCA_hwloc_base_binding_policy=hwthread \
33
+ PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe \
34
MPIEXEC_FLAGS=--allow-run-as-root \
35
OMPI_ALLOW_RUN_AS_ROOT=1 \
36
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
0 commit comments