I'm newbie of the Dedalus. After completed the installation of dedalus package, I encountered problems when trying to run some examples following along with the tutorials:
http://dedalus-project.readthedocs.io/en/latest/getting_started.html#tutorial-notebooks
In **Tutorial 2: Fields and Operators (input 7: f['c'])** and **Example 1: Kelvin Helmholtz Instability**, errors occurred:
Traceback (most recent call last):
File "kh_instability.py", line 77, in <module>
u.differentiate('y',out=uy)
File "Projects/dedalus/dedalus/core/field.py", line 462, in differentiate
return diff_op.evaluate()
File "Projects/dedalus/dedalus/core/future.py", line 130, in evaluate
a.set_scales(self.domain.dealias, keep_data=True)
File "Projects/dedalus/dedalus/core/field.py", line 386, in set_scales
self.require_coeff_space(axis)
File "Projects/dedalus/dedalus/core/field.py", line 445, in require_coeff_space
self.towards_coeff_space()
File "Projects/dedalus/dedalus/core/field.py", line 425, in towards_coeff_space
self.domain.dist.paths[index-1].decrement([self])
File "Projects/dedalus/dedalus/core/distributor.py", line 340, in decrement
self.decrement_single(*fields)
File "Projects/dedalus/dedalus/core/distributor.py", line 325, in decrement_single
self.basis.forward(gdata, cdata, self.axis, field.meta[self.axis])
File "Projects/dedalus/dedalus/core/basis.py", line 749, in _forward_fftw
plan, temp, resize_coeffs = self._fftw_setup(gdata.dtype, gdata.shape, axis)
File "Projects/dedalus/dedalus/tools/cache.py", line 71, in __call__
self.cache[call] = result = self.function(*args, **kw)
File "Projects/dedalus/dedalus/core/basis.py", line 736, in _fftw_setup
plan = fftw.FourierTransform(dtype, gshape, axis, flags=flags)
File "dedalus/libraries/fftw/fftw_wrappers.pyx", line 194, in dedalus.libraries.fftw.fftw_wrappers.FourierTransform.__init__ (dedalus/libraries/fftw/fftw_wrappers.c:4535)
RuntimeError: FFTW could not create plans.
could anyone give me a hand? Thanks.
Jianguo
--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-users+unsubscribe@googlegroups.com.
To post to this group, send email to dedalu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/dfd11ff7-228f-4b74-8b85-f7d6f3597ea7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I encounter the same problem. Just wander if you have found a solution.
Thanks,
Yi-Min
Hi Jianguo,
I encounter the same problem. Just wander if you have found a solution.
Thanks,
Yi-Min
--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-users+unsubscribe@googlegroups.com.
To post to this group, send email to dedalu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/11a26a4a-eda2-412c-9dd3-265ddc29943c%40googlegroups.com.
Opps, don't know why the reply-all didn't also send to you. Please cc dedalu...@googlegroups.com in your response so the conversation is tracked on the forums.Thanks,Daniel