Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

FFTW Poisson solver and tile geometry #93

Open
fjansson opened this issue Mar 5, 2024 · 0 comments
Open

FFTW Poisson solver and tile geometry #93

fjansson opened this issue Mar 5, 2024 · 0 comments

Comments

@fjansson
Copy link
Contributor

fjansson commented Mar 5, 2024

The FFTW Poisson solver doesn't handle all tile geometries well. Problematic cases are

  • odd itot and/or jtot,
  • itot not divisible by nprocy
  • jtot not divisible by nprocx

Fixes proposed in 8f2c585 . @jiskattema and @v1kko could you have a look at them? There are some more details in the commit message. (@CasparJungbacker FYI)

Test case: BOMEX or RICO with the following grid settings

&RUN
...
nprocx     = 3
nprocy     = 2
/
&DOMAIN
itot       =  21  ! 3*7 
jtot       =  22  ! 2*11
kmax       =  97  ! prime
xsize      =  2100
ysize      =  2200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant