[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs w
From: |
Mike Miller |
Subject: |
[Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2() |
Date: |
Mon, 21 Mar 2016 23:48:21 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Update of bug #47478 (project octave):
Status: Confirmed => In Progress
_______________________________________________________
Follow-up Comment #9:
Thanks for the revision. Your patch applies for me now, I've made some further
tweaks to it but parcellfun still hangs on the fft2 call with the original
demo script, so I haven't seen it work yet. I set a breakpoint for
fftw_init_threads and only saw it called once, but that's as far as I've
debugged.
Attaching my revised patch, note that we are removing all conditionals out of
public Octave header files. And that is not a typo, there should be two
#defines in config.h, one for single-precision FFTW3F and one for
double-precision FFTW3, each one is tested independently for the presence of
multithreading support.
(file #36716)
_______________________________________________________
Additional Item Attachment:
File name: bug-47478-mtm.patch Size:5 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47478>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47478] parcellfun() hangs when used with @fft2(), b vanmarwijk, 2016/03/20
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(), Mike Miller, 2016/03/20
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(), Brett Merrick, 2016/03/20
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(), Olaf Till, 2016/03/20
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(), Lachlan Andrew, 2016/03/20
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(), Olaf Till, 2016/03/21
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(), Mike Miller, 2016/03/21
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(), Brett Merrick, 2016/03/21
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(), Olaf Till, 2016/03/21
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(),
Mike Miller <=
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(), Olaf Till, 2016/03/22
- [Octave-bug-tracker] [bug #47478] parallel package: parcellfun() hangs when used with @fft2(), Mike Miller, 2016/03/22