Skip to content
Norihiro Watanabe edited this page Apr 1, 2015 · 2 revisions

Compiling OGS-MKL on envinf1

-1. create a symlink on the same directory level where your OGS5-source directory is located to let them automatically be found by CMake:

ln -s /opt/ogs/ogs5-libs Libs

-2. configure MKL run this:

cmake ../sources/ -DOGS_FEM_MKL=ON -DPARALLEL_USE_OPENMP=ON -DMKL_DIR=/opt/intel/mkl -DOGS_DONT_USE_VTK=ON
Clone this wiki locally