Parallelization over many CPUs/GPUs with irregular grid spacing in one direction #4586
Unanswered
SamDeAbreu
asked this question in
Computational science!
Replies: 1 comment
-
@SamDeAbreu see the documentation on setting up distributed grids here: https://clima.github.io/OceananigansDocumentation/stable/grids/ No other changes are required for simple set ups, but your mileage may vary depending on your case. Let us know how this goes (and if you provide the script you are trying to run on multiple GPUs, that may help). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I wanted to ask if it is possible to run a simulation parallelized over CPU/GPUs with irregular grid spacing in one direction? I've seen this which stated that this wasn't possible yet due to the need of a distributed FFT. It seems now there is a distributed tridiagonal Fourier solver (#3689), but I believe there is no documentation on how to get started in setting up such a simulation. My intention is to run this on an HPC eventually.
Any insight would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions