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: John W. Eaton
Subject: [Octave-bug-tracker] [bug #58795] ode15i and ode15s fail for Windows 32bit
Date: Thu, 30 Jul 2020 13:56:15 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

Is sunindextype something internal to sundials (like Octave's
octave_f77_int_type) or is it something that appears in the interface to
sundials functions that we call?

Since it is used in the prototypes for calling BLAS/Lapack functions inside
sundials, then it seems we are forced to make it match the size of the type
used for BLAS integers (octave_f77_int_type).

If it also appears in the external interface of sundials functions, then we
have to be careful in Octave to call sundials functions with
octave_f77_int_type variables, same as we do for BLAS/Lapack and some other
libraries.

    _______________________________________________________

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]