How to Setup MultiRegion Simulation #4610
Unanswered
kenflat2
asked this question in
Computational science!
Replies: 1 comment
-
To distributed your simulation among GPUs, use the |
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.
-
I am running a simulation at 1km temporal resolution which amounts to a 2000x2000x76 size grid. This saturates a single GPU so I would like to run on multiple GPUs.
I modified my grid setup to
but when I pass the
immersed_multi_grid
into myHydrostaticFreeSurfaceModel
I get the strange errorERROR: type MultiRegionObject has no field west
. Is there something incorrect my setup here?I also ask because the validation example systems that do an
ImmersedBoundaryGrid
with multiple regions may be out of date. Themulti_region_turbulence.jl
file first immerses the grid then splits it into regionsbut this ordering didn't work when I tried it.
Also, is it appropriate to create the
SplitExplicitFreeSurface
using theunderlying_grid
instead of the ultimateimmersed_multi_grid
?Thank you for any help.
Beta Was this translation helpful? Give feedback.
All reactions