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 for Windows 32b


From: Hg200
Subject: [Octave-bug-tracker] [bug #58795] ode15i and ode15s fail for Windows 32bit
Date: Thu, 10 Sep 2020 14:53:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

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

I can reproduce the build problem with same error on my fedora 31. But I got
lost already in comment #32. My understanding is that this function is defined
as

++
./sundials-4.1.0/include/sunmatrix/sunmatrix_sparse.h
SUNDIALS_EXPORT sunindextype* SUNSparseMatrix_IndexValues(SUNMatrix A);
--

sunindextype's default on a 64 bit Linux is "long int". So i am rather
wondering why the make can pass on Ubuntu without errors.

I have tested proposed changes in the verbatim environment in comment #55. I
presume attached file #49780 contains some other stuff?. To be clear i have
attached __ode15__.cc which i have tested. I have no errors and some of my
random ode tests are fine and BISTs also pass:

++
octave:6> test "ode15s"
PASSES 39 out of 39 tests
octave:7> test "ode15i"
PASSES 48 out of 48 tests
--

(file #49781)
    _______________________________________________________

Additional Item Attachment:

File name: tested__ode15__.cc             Size:36 KB
    <https://file.savannah.gnu.org/file/tested__ode15__.cc?file_id=49781>



    _______________________________________________________

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]