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

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

[Octave-bug-tracker] [bug #64446] Sparse QR segfaults with SuiteSparse 7


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #64446] Sparse QR segfaults with SuiteSparse 7 on 32-bit architectures
Date: Wed, 19 Jul 2023 07:53:21 -0400 (EDT)

Follow-up Comment #5, bug #64446 (project octave):

Also be aware when switching to the SuiteSparse 7:
It's not only SPQR that is affected. For all libraries, the `_l_` interface is
not usable on 32-bit platforms afaict. By `_l_` interface I mean the part of
the API that used to use `long` but is now using `int64_t` for indices. Most
of those functions contain `_l_` in their name.
Other libraries have most functions in variants that use either `int32_t` or
`int64_t`. For those libraries, "only" half the interface is unusable on
32-bit platforms.
SPQR is "more affected" because it only has an interface using `int64_t`.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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