Skip to content

Move MKL install before PETSc.

Lars Bilke requested to merge mkl-before-petsc into main

Enables for example:

ogscm compiler.py mpi.py ogs.py --mkl --ogs off --petsc_configure_args "--with-fc=0 --with-blaslapack-dir=/opt/intel/mkl --with-mkl_cpardiso-dir=/opt/intel/mkl" -B

Fixes #9 (closed).

Merge request reports