Skip to content

Commit

Permalink
do not rename
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Dec 1, 2023
1 parent ca874bc commit d45bbdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions exaMPM/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ RUN apt-get update && \
clang \
clang-format \
doxygen \
mpich \
libmpich-dev \
openmpi-bin libopenmpi-dev \
git \
jq \
build-essential \
Expand Down
6 changes: 4 additions & 2 deletions linktest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ RUN apt-get update && \
libgtest-dev && \
rm -rf /var/lib/apt/lists/*

RUN wget -O test.tar.gz https://apps.fz-juelich.de/jsc/sionlib/download.php?version=1.7.7 && \
tar -xzvg test.tar.gz && \
RUN wget https://apps.fz-juelich.de/jsc/sionlib/download.php?version=1.7.7 && \
filename=$(ls download*) && \
mv $filename test.tar.gz && \
tar -xzvf test.tar.gz && \
cd sionlib && \
./configure --prefix=/usr --mpi=openmpi && \
cd build-linux-gomp10-openmpi && \
Expand Down

0 comments on commit d45bbdc

Please sign in to comment.