Dear all,
Note of OS information first:
ogs source code version: 6.4.1, from ogs / ogs · GitLab (by zip),
Operating system / hardware information: Windows 11 (I am not using WSL2, just Windows 11),Intel Core i7-1185G7 3.00GHz, 16 GB RAM),
CMake version: 3.22.2
Intel MKL version: w_BaseKit_p_2022.1.2.154_offline.exe
I am a newbie for OGS. I would like to compile OGS6 to enable PardisoLU for the liner solver (with Eigen library) to improve computing speed for a THM model.
- (1) First, I followed these two guides (Build configuration and Build) to configure and build ogs.exe very smoothly and successfully. And this ogs.exe works well for my prj file (still use SparseLU without mkl at this point).
- (2) Then, I installed intel MKL (only) from Intel oneAPI Base Toolkit. When I tried a new configuration (in a new directory) in step (1), I found there was no OGS_USE_MKL option to turn on Intel MKL. So, my question is how can I make OGS_USE_MKL shown in CMake-gui to turn on? Whether I need set some environment variables for Intel mkl in PATH under Windows OS? Which directory or folder should I add to PATH?