|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #58795] Tests for ode15i and ode15s fail for Octave 32bit on Windows |
| Date: | Mon, 27 Jul 2020 12:42:30 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36 Edg/84.0.522.40 |
Follow-up Comment #15, bug #58795 (project octave):
Good finding!
IIRC, the API of SUNDIALS IDA changed between versions. Octave 5 was using the
API of version 2.7. Octave 6 and newer switched to a newer incompatible API.
The older API is no longer available in newer versions of SUNDIALS IDA.
I haven't tested your patch. But it looks good at a quick view.
While that change is probably something we want to have in MXE Octave, maybe
Octave should also use SUNDIALS IDA correctly independent on how
SUNDIALS_INDEX_TYPE was configured.
I guess there might be places in Octave's code for SUDIALS IDA where
octave_idx_type is used when it should use sunindextype instead.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58795>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |