Dear All, I have successfully installed KLU libraries with CVODE, and the ~/instrdir/include/ can also found the sunlinsol_klu.h. But when ran the code with #include <sunlinsol/sunlinsol_klu.h>, it shows the following errors:
/home/jianqi/sw/solvers/cvode-klu/instdir/include/sunlinsol/sunlinsol_klu.h:34:10: fatal error: klu.h: No such file or directory
#include <klu.h>
Why it cannot find the klu.h? Do you have any idea about this? Thank you,
Jianqi
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
To unsubscribe from the SUNDIALS-USERS list: write to: mailto:SUNDIALS-USERS-...@LISTSERV.LLNL.GOV
You need to install SuiteSparse and also libsuitesparse-dev (which will provide all the headers, in particular klu.h).
S.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()