Skip to content

Commit

Permalink
Fixuse mpirun as root
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber committed Dec 12, 2024
1 parent d71e0c7 commit 4eba715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ENV TERM=xterm \
OMPI_ALLOW_RUN_AS_ROOT=1 \
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1


RUN apt-get update && apt-get install -y --no-install-recommends \
automake \
autotools-dev \
Expand Down
4 changes: 3 additions & 1 deletion src/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ ARG CXX_FLAGS="-pedantic -Wextra -Wno-unknown-pragmas -D_GLIBCXX_ASSERTIONS"
ENV TERM=xterm \
TZ=Europe/Berlin \
DEBIAN_FRONTEND=noninteractive \
PATH=/root/.local/bin:${PATH}
PATH=/root/.local/bin:${PATH} \
OMPI_ALLOW_RUN_AS_ROOT=1 \
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1

RUN apt-get update && apt-get install -y --no-install-recommends \
automake \
Expand Down

0 comments on commit 4eba715

Please sign in to comment.