savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-help-public] [sr #107506] octave 3.2.4 on linux cluster incons


From: kody law
Subject: [Savannah-help-public] [sr #107506] octave 3.2.4 on linux cluster inconsistent with octave 3.2.3 on mac.
Date: Wed, 27 Oct 2010 17:55:57 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8

URL:
  <http://savannah.gnu.org/support/?107506>

                 Summary: octave 3.2.4 on linux cluster inconsistent with
octave 3.2.3 on mac.
                 Project: Savannah Administration
            Submitted by: kodo
            Submitted on: Wed 27 Oct 2010 05:55:56 PM GMT
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
        Operating System: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hello, many many thanks if you can help with this bug or direct me to someone
who can:

I have a code which runs forward solves of Navier Stokes with a 4th order etd
method.  It works fine on matlab and on octave 3.2.3 on my mac, but when i
submit to queue or even run it on the cluster here, it consistently blows up! 
(as though something were wrong with the code!)  Other than standard
operations, it runs a number of FFTs.

FYI - another thing I noticed consistent with octave is that it can compute
the correct mod operation only with integers. For example, try

for pp=1:1e4
if mod(pp*.025,.1)==0
q=q+1;
end
end

pp/q

!!!!

Now, see

for pp=1:1e4
if mod(pp*.25,1)==0
q=q+1;
end
end

pp/q

 
Correctable, OK, but disconcerting! .... something similar and not nearly as
trivial is going on above, I think.


Thanks alot again, best regards,
Kody





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?107506>

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




reply via email to

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