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

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

[Octave-bug-tracker] [bug #37873] unable to change wisdom method with ff


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #37873] unable to change wisdom method with fftw ('planner', method) hangs
Date: Wed, 05 Dec 2012 21:44:49 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20100101 Firefox/10.0.11 Iceweasel/10.0.11

URL:
  <http://savannah.gnu.org/bugs/?37873>

                 Summary: unable to change wisdom method with fftw ('planner',
method) hangs
                 Project: GNU Octave
            Submitted by: carandraug
            Submitted on: Wed 05 Dec 2012 21:44:47 GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I am unable to change the method to generate wisdom with fftw. Anytime I try
to do so, Octave just hangs in there forever:


octave> fftw('planner')
ans = estimate
octave> fftw('planner', "measure")


And then it hangs in there. Even changing the method for something that should
take no time (keep the same value), makes Octave hang:


octave> fftw('planner')
ans = estimate
octave> fftw('planner', "estimate")


Nothing happens... Octave just hangs.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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