Replies: 1 comment 2 replies
-
@FishYNY, do you mean (1) a single mesh with hundreds of millions of grid cells, or (2) a simulation involving hundreds of millions of separate grids? We can certainly support (1). For (2), it seems like you could use a wrapper script to execute GEOS many times over the individual grids, with each simulation a completely separate instance. Does your use case correspond to (1) or (2), or possibly something different? |
Beta Was this translation helpful? Give feedback.
2 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.
-
How many meshes geosx can support at its maximum? We faced with the problem of computing with the hundreds of million grids. Faced with such a large number of grids, we will consider use a multi-million core scale platform for computing. So I wonder if geosx can still support it.
Beta Was this translation helpful? Give feedback.
All reactions