Skip to content

Commit

Permalink
Merge pull request #29 from montrie/montrie/fix_dockerfile
Browse files Browse the repository at this point in the history
Specify SCOREC version
  • Loading branch information
krenzland authored Mar 15, 2023
2 parents 8ca8e90 + 5482817 commit c19fd53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ RUN cd SeisSol/preprocessing/science/rconv \

RUN git clone https://github.com/SCOREC/core.git \
&& cd core \
&& git checkout tags/v2.2.7 \
&& git submodule update --init \
&& mkdir build && cd build \
&& cmake .. -DCMAKE_INSTALL_PREFIX=/home/tools -DCMAKE_C_COMPILER=mpicc -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_BUILD_TYPE=Release -DSCOREC_CXX_FLAGS="-Wno-error=array-bounds" \
Expand Down

0 comments on commit c19fd53

Please sign in to comment.