octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #58795] ode15i and ode15s fail if sunindextype


From: Hg200
Subject: [Octave-bug-tracker] [bug #58795] ode15i and ode15s fail if sunindextype and octave_idx_type are incompatible
Date: Thu, 30 Jul 2020 06:48:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #22, bug #58795 (project octave):

Follow-up

1.)
The bug appears consistent with the occurrence of sparse matrix
representation. Attached is a minimum working example. With and without sparse
- keyword. If

++
sparse()
--

is removed, the example runs successful as w32 target. 

2.)
The test with mxe-octave on win64 target (on Windows 7), with int32_t
octave_idx_type and int64_t sunindextype

++
./configure --with-pkg-dir=../pkg_mxe_64/ --with-ccache
--enable-octave=default --enable-binary-packages --enable-qt5
--enable-devel-tools --enable-windows-64 --disable-64 --disable-fortran-int64
--disable-system-opengl
--

did *not* force the bug. Maybe it's an inconsistency between suitesparse +
sundials-ida on a w32 target?

3.)
Off topic: I checked the fix on a MXE on Linux build. sundials log has a
warning:

-- Looking for KLU libraries... FAILED
WARNING: KLU LIBRARIES NOT Found.  Please check library path
/home/.../mxe-octave-64-linux/usr/lib

Maybe it is because libsundials_sunlinsolklu.* is not build for for Linux. I
would expect the preprocessor define "HAVE_SUNDIALS_SUNLINSOL_KLU" in
config.h. But config.h is removed after building default-octave, right? 





(file #49579, file #49580)
    _______________________________________________________

Additional Item Attachment:

File name: mweode15isparse.m              Size:0 KB
    <https://file.savannah.gnu.org/file/mweode15isparse.m?file_id=49579>

File name: mweode15i.m                    Size:0 KB
    <https://file.savannah.gnu.org/file/mweode15i.m?file_id=49580>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58795>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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