You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile espreso but I still have few errors that I am unable to solve (r9602213fa78d9da4b745759804bd2ebb5734f5ae).
The first one is about the MKL library :
../src/wrappers/mkl/w.mkl.blas.inspector.executor.cpp(166): error: identifier "mkl_sparse_order" is undefined checkStatus(mkl_sparse_order(C->inner->inspector));
I only tried with icc (ICC) 17.0.4 20170411, is it a too old version ?
The second one is:
../src/mesh/preprocessing/meshpreprocessing.cpp(341): error: no suitable user-defined conversion from "lambda [](espreso::Element *)->espreso::serializededata<int, int> *" to "std::function<espreso::serializededata<long, long> *(espreso::Element *)>" exists
[] (Element *e) { return e->faces; },
I tried to compile with both g++ and icpc (with c++11 and c++14), but for the moment I am stuck. Any idea ?
Best regards and thank you in advance,
Christophe
The text was updated successfully, but these errors were encountered:
Hi everybody,
I tried to compile espreso but I still have few errors that I am unable to solve (r9602213fa78d9da4b745759804bd2ebb5734f5ae).
The first one is about the MKL library :
../src/wrappers/mkl/w.mkl.blas.inspector.executor.cpp(166): error: identifier "mkl_sparse_order" is undefined checkStatus(mkl_sparse_order(C->inner->inspector));
I only tried with icc (ICC) 17.0.4 20170411, is it a too old version ?
The second one is:
../src/mesh/preprocessing/meshpreprocessing.cpp(341): error: no suitable user-defined conversion from "lambda [](espreso::Element *)->espreso::serializededata<int, int> *" to "std::function<espreso::serializededata<long, long> *(espreso::Element *)>" exists
[] (Element *e) { return e->faces; },
I tried to compile with both g++ and icpc (with c++11 and c++14), but for the moment I am stuck. Any idea ?
Best regards and thank you in advance,
Christophe
The text was updated successfully, but these errors were encountered: