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

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

[Octave-bug-tracker] [bug #58602] Octave hangup when multiplying large m


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #58602] Octave hangup when multiplying large matrices
Date: Wed, 17 Jun 2020 07:38:59 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #1, bug #58602 (project octave):

If you are using a package build by a vendor (Ubuntu), 
you need to report all the problem to them first. 
Most likely the problem is with their packaging. 

In this particular case I suspect yuo have a broken blas (openblas) library.

It works for me:

octave:6> C = rand(29128,3);
octave:7> R = [1,0,0;0,0,-1;0,1,0];
octave:8> tic; C = C*R; toc
Elapsed time is 0.000710964 seconds.
octave:9> whos C
Variables visible from the current scope:

variables in scope: top scope

   Attr Name        Size                     Bytes  Class
   ==== ====        ====                     =====  ===== 
        C       29128x3                     699072  double

Total is 87384 elements using 699072 bytes

Sincerely,

Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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