[Pkg-octave-devel] Bug#794443: Bug#794443: octave: should notrecommendlibopenblas-base

王硕 wangshuo at inhand.com.cn
Mon Aug 31 01:37:40 UTC 2015


That's good.
Thank you maintainer.

 
------------------ Original ------------------
From:  "Mike Miller"<mtmiller at debian.org>;
Date:  Sun, Aug 30, 2015 04:58 AM
To:  "Wang S"<wangshuo at inhand.com.cn>; "794443"<794443 at bugs.debian.org>; 

Subject:  Re: Bug#794443: [Pkg-octave-devel] Bug#794443: octave: should notrecommendlibopenblas-base

 
On Mon, Aug 03, 2015 at 17:14:33 +0800, Wang S wrote:
> Thank you.
> 
> In fact, the crash does not always happen when matrix size >= 10x10.
> 
> Exactly, in my situation, for the 82x82 matrix "a" in the attach file "a.txt", it will crash.
> And I also have tried "for n=1:82 inv(a(1:n,1:n)); end", it will crash when n = 43.
> 
> So, would you please have a try of the attach data file "a.txt" with the following script?
> > load a.txt
> > inv(a)

Hi, none of these cause a crash for me using OpenBLAS with your provided
matrix:

  >> load a.txt
  >> inv (a);
  >> for n = 1:82; inv (a(1:n, 1:n)); endfor;
  >> for n = 1:10000; inv (a); endfor;

-- 
mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-octave-devel/attachments/20150831/b722fd71/attachment.html>


More information about the Pkg-octave-devel mailing list