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

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

[Octave-bug-tracker] [bug #33095] Failure during make check at eigs func


From: Rik
Subject: [Octave-bug-tracker] [bug #33095] Failure during make check at eigs function
Date: Wed, 04 May 2011 03:13:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110422 Ubuntu/10.04 (lucid) Firefox/3.6.17

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

Is the 'make check' failure repeatable or is it intermittent?  One way to
check is run the following code


./run-octave -f
bm = 0;
for i=1:25
  bm += test ("eigs");
endfor
disp (bm);


The value of bm (benchmark) will indicate how often the test passes.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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