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 21:48:34 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0

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

Also works fine with 7.0.0 on i9-9880 (with current dev java)
again with omp blas:

./run-octave --no-gui-libs -q -f
octave:1> version 
ans = 7.0.0
octave:2> A=rand(512,512);
octave:3> x=rand(512,1);
octave:4> y = A\x ;
octave:5> version -java
ans = Java 16.0.1+9 with Red Hat, Inc. OpenJDK 64-Bit Server VM mixed mode,
sharing
octave:6> y = A\x ;
octave:7> version -blas
ans = FlexiBLAS Version 3.0.4
OpenBLAS (config: OpenBLAS 0.3.15 DYNAMIC_ARCH NO_AFFINITY USE_OPENMP Haswell
MAX_THREADS=128)
octave:8> __octave_config_info__ ("hg_id")
ans = b36e83cdbf05
octave:9> 

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]