Commit c727f38b authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

fix mkl for Rosalba's computer

parent 6bde6e9f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>