Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SlabFFT #57

Closed
AdwardAllan opened this issue Sep 1, 2022 · 1 comment
Closed

SlabFFT #57

AdwardAllan opened this issue Sep 1, 2022 · 1 comment

Comments

@AdwardAllan
Copy link

hello,
How to use slab decomposition for 3D FFT.

@jipolanco
Copy link
Owner

That's described in the docs, see here for example.

Basically, if you're following the tutorial, you just need to change

pen = Pencil(dims, comm)  # defaults to 2D decomposition in 3D

to

decomp_dims = (3,)  # decompose 3rd dimension only (for example)
pen = Pencil(dims, decomp_dims, comm)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants