Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
6d1bbb1c
Commit
6d1bbb1c
authored
Sep 09, 2020
by
niklas.baumgarten
Browse files
rmv comment
parent
54cc551c
Pipeline
#108937
failed with stages
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/mlmc.baseimage
View file @
6d1bbb1c
...
...
@@ -12,11 +12,11 @@ USER ${USER}
COPY --chown=${USER}:${USER} . ${WORKDIR}
RUN cd mpp && \
tar xjf sprng5.tar.bz2 && \
# Todo: rmv or cache
cd sprng5 && \
# Todo: rmv or cache
./configure --with-mpi=yes --with-fortran=no && \
# Todo: rmv or cache
make -j20 && \
# Todo: rmv or cache
cd .. && \
# Todo: rmv or cache
tar xjf sprng5.tar.bz2 && \
cd sprng5 && \
./configure --with-mpi=yes --with-fortran=no && \
make -j20 && \
cd .. && \
git fetch --all && \
git checkout $UPSTREAM_COMMIT && \
cd .. && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment