Skip to content

Commit

Permalink
Apply #206 to develop (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eder-K authored Apr 3, 2020
1 parent f71471a commit 43c050d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapters/Dockerfile.dealii-adapter
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ USER precice
WORKDIR /home/precice
ARG branch=develop
RUN git clone --branch $branch https://github.com/precice/dealii-adapter.git
RUN cd dealii-adapter && \
RUN cd dealii-adapter/coupled_elasto_dynamics/ && \
cmake -DDEAL_II_DIR=$HOME/dealii -DDIM=3 -DCMAKE_BUILD_TYPE=Release . && \
make -j $(nproc)
make -j $(nproc)

RUN mkdir -p Data/Input Data/Output Data/Exchange
WORKDIR /home/precice/dealii-adapter

0 comments on commit 43c050d

Please sign in to comment.