Replies: 1 comment 1 reply
-
I like this idea, dynamic load balancing already requires some work to fix - so it might be a good idea to do this modification before investing time into load balancing. Re the file type, vtp sounds good - unless there's anything that may be more memory efficient? h5? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@cw646 I was wondering if we can preprocess an already distributed mesh and particle files. This way on each MPI task we only read the nodes and cells corresponding to the MPI task (and its ghost cells) and ignore the rest. This will reduce the memory consumption, however, we have to use
HALO_EXCHANGE
flag to do MPI calls.Pros
Cons
Todo:
Beta Was this translation helpful? Give feedback.
All reactions