Skip to content

Commit

Permalink
source mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
philbucher committed Mar 4, 2020
1 parent 3a8b4bf commit 457fa4e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN git clone --depth 1 https://github.com/KratosMultiphysics/Kratos.git /softwa
export CXX=g++ && \
export FC=gfortran-7 && \
export KRATOS_CMAKE_OPTIONS_FLAGS="-DUSE_EIGEN_MKL=ON" && \
. /opt/intel/mkl/bin/mklvars.sh && \
# using the configure file from the CI
cp /software/Kratos/.github/workflows/configure.sh /software/Kratos/configure.sh && \
cd /software/Kratos && \
Expand Down

0 comments on commit 457fa4e

Please sign in to comment.