octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sundials 3


From: Dmitri A. Sergatskov
Subject: sundials 3
Date: Fri, 30 Mar 2018 01:00:53 -0500

I got my hands on Fedora 28- beta computer (expected final release in about a month).
It comes with sundials 3.1.0 which has non-backward compatible APIs. In particular:

https://computation.llnl.gov/projects/sundials/ida

<<<<
Removed package-specific, linear solver-specific, solver modules (e.g. CVDENSE, KINBAND, IDAKLU, ARKSPGMR) since their functionality is entirely replicated by the generic Dls/Spils interfaces and SUNLINEARSOLVER/SUNMATRIX modules.  The exception is CVDIAG, a diagonal approximate Jacobian solver available to CVODE and CVODES.
>>>>

So configure fails with
SUNDIALS IDA library not configured with IDAKLU, ode15i and ode15s will not support the sparse Jacobian feature

and subsequent compile fails with:

../libinterp/dldfcn/__ode15__.cc:44:14: fatal error: ida/ida_dense.h: No such file or directory

Dmitri.
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]