Closed davydden closed 8 years ago
perhaps one should use something like
-DTPL_ENABLE_MKL:BOOL=ON -DMKL_INCLUDE_DIRS:PATH="$INTEL_HOME/mkl/include" \ -DMKL_LIBRARY_DIRS:PATH="$INTEL_HOME/mkl/lib/em64t" -DBLAS_LIBRARY_DIRS:PATH="$INTEL_HOME/mkl/lib/em64t" \ -DBLAS_LIBRARY_NAMES:STRING="mkl_intel_lp64;mkl_sequential;mkl_core" \ -DLAPACK_LIBRARY_DIRS:PATH="$INTEL_HOME/mkl/lib/em64t" \ -DLAPACK_LIBRARY_NAMES:STRING="mkl_intel_lp64;mkl_sequential;mkl_core" \
see https://github.com/libMesh/libmesh/wiki/System-Specific-Notes
perhaps one should use something like
see https://github.com/libMesh/libmesh/wiki/System-Specific-Notes