Skip to content
Snippets Groups Projects
Commit c727f38b authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

fix mkl for Rosalba's computer

parent 6bde6e9f
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ typedef __complex__ double dcomplex;
#ifdef USE_LAPACK
#ifdef USE_MKL
#ifndef MKL_INT
#define MKL_INT int64_t
#endif
#include <mkl_lapacke.h>
#else
#include <lapacke.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment