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

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

[Octave-bug-tracker] [bug #53390] lu factorization of large sparse matri


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #53390] lu factorization of large sparse matrices often fails
Date: Wed, 21 Mar 2018 05:17:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #2, bug #53390 (project octave):

If you set


Control (UMFPACK_PRL) = 3;


before umfpack_report_*, you get some statistics. This one in case it works


Symbolic object: OK
Numeric object:  OK

column-form matrix, n_row 1000 n_col 1000, nz = 1253. OK

column-form matrix, n_row 1000 n_col 1000, nz = 800. OK

permutation vector, n = 1000. OK

permutation vector, n = 1000. OK

UMFPACK V5.6.2 (Apr 25, 2013), Info:
    matrix entry defined as:          double
    Int (generic integer) defined as: SuiteSparse_long
    BLAS library used: Fortran BLAS.  size of BLAS integer: 4
    MATLAB:                           no.
    CPU timer:                        POSIX C clock_getttime ( ) routine.
    number of rows in matrix A:       1000
    number of columns in matrix A:    1000
    entries in matrix A:              1000
    memory usage reported in:         16-byte Units
    size of int:                      4 bytes
    size of SuiteSparse_long:         8 bytes
    size of pointer:                  8 bytes
    size of numerical entry:          8 bytes
[skipped]


This one in case of failure


Symbolic object: OK
UMFPACK V5.6.2 (Apr 25, 2013): ERROR: pattern of matrix (Ap and/or Ai) has
changed

UMFPACK V5.6.2 (Apr 25, 2013), Info:
    matrix entry defined as:          double
    Int (generic integer) defined as: SuiteSparse_long
    BLAS library used: Fortran BLAS.  size of BLAS integer: 4
    MATLAB:                           no.
    CPU timer:                        POSIX C clock_getttime ( ) routine.
    number of rows in matrix A:       1000
    number of columns in matrix A:    1000
    entries in matrix A:              1000
    memory usage reported in:         16-byte Units
    size of int:                      4 bytes
    size of SuiteSparse_long:         8 bytes
    size of pointer:                  8 bytes
    size of numerical entry:          8 bytes
[skipped]


What do you think about the different sizes of SuiteSparse_long and int?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53390>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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