Open apatlpo opened 6 years ago
Hi Aurélien
The "error" you're mentioning is in mpi4py-fft, not mpiFFT4py
. The mistake is understandable, considering the two names:-)
The PFFT
class has a keyword attribute slab
, but it is only boolean, True or False. To use slab decomposition or not. Default is pencil, so then slab=False
.
ok, thanks !
The error is typically:
slab=1
seems to fix the issue. Where can I find a description of what options corresponds to? thanks