File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ ARG CXX_FLAGS="-pedantic -Wextra -Wno-unknown-pragmas -D_GLIBCXX_ASSERTIONS"
10
10
ENV TERM=xterm \
11
11
TZ=Europe/Berlin \
12
12
DEBIAN_FRONTEND=noninteractive \
13
- PATH=/root/.local/bin:${PATH}
13
+ PATH=/root/.local/bin:${PATH} \
14
+ OMPI_ALLOW_RUN_AS_ROOT=1 \
15
+ OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
14
16
15
17
RUN apt-get update && apt-get install -y --no-install-recommends \
16
18
automake \
@@ -113,7 +115,7 @@ RUN mkdir ${SRC_PATH}/nest-build && cd $_ && \
113
115
-Dwith-openmp=ON \
114
116
-Dwith-libneurosim=OFF \
115
117
-Dwith-sionlib=OFF \
116
- -Dwith-music='$HOME/.cache/libneurosim .install' \
118
+ -Dwith-music='$HOME/.cache/music .install' \
117
119
-Dwith-hdf5=ON \
118
120
${SRC_PATH}/nest-simulator-${NEST_VERSION} && \
119
121
make && \
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ ARG CXX_FLAGS="-pedantic -Wextra -Wno-unknown-pragmas -D_GLIBCXX_ASSERTIONS"
10
10
ENV TERM=xterm \
11
11
TZ=Europe/Berlin \
12
12
DEBIAN_FRONTEND=noninteractive \
13
- PATH=/root/.local/bin:${PATH}
13
+ PATH=/root/.local/bin:${PATH} \
14
+ OMPI_ALLOW_RUN_AS_ROOT=1 \
15
+ OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
14
16
15
17
RUN apt-get update && apt-get install -y --no-install-recommends \
16
18
automake \
@@ -117,7 +119,7 @@ RUN python3 -m pip install sphinx>=6.2.1 sphinx_rtd_theme sphinx_autobuild sphin
117
119
-Dwith-openmp=ON \
118
120
-Dwith-libneurosim=OFF \
119
121
-Dwith-sionlib=OFF \
120
- -Dwith-music='$HOME/.cache/libneurosim .install' \
122
+ -Dwith-music='$HOME/.cache/music .install' \
121
123
-Dwith-hdf5=ON \
122
124
${SRC_PATH}/nest-simulator-${NEST_VERSION} && \
123
125
make && \
You can’t perform that action at this time.
0 commit comments