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

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

[Octave-bug-tracker] [bug #60620] [octave forge] (optim) 'expfit' functi


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #60620] [octave forge] (optim) 'expfit' function from optim-1.6.1 package terminates with segmentation fault
Date: Mon, 17 May 2021 20:47:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #21, bug #60620 (project octave):

I cannot reproduce it with 6.2.1 linked with openblas-omp library.

octave-cli -q -f
octave:1> A = rand (512, 512);
octave:2>  x = rand (512, 1);
octave:3> version 
ans = 6.2.1
octave:4> y = A \ x;
octave:5> version -java
ans = Java 1.8.0_292-b10 with Red Hat, Inc. OpenJDK 64-Bit Server VM mixed
mode
octave:6> y = A \ x;
octave:7> version -java
ans = Java 1.8.0_292-b10 with Red Hat, Inc. OpenJDK 64-Bit Server VM mixed
mode
octave:8> version -blas
ans = OpenBLAS (config: OpenBLAS 0.3.15 DYNAMIC_ARCH NO_AFFINITY USE_OPENMP
Zen MAX_THREADS=128)

Dmitri.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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