micro-manager icon indicating copy to clipboard operation
micro-manager copied to clipboard

Use Multiprocessing besides domain decomposition in solve function

Open steffenger opened this issue 1 year ago • 1 comments

Opening this as per the discussion in #68.

Maybe a user wants to have a certain number of micro simulations on a MPI process, so that the local adaptivity can still be used to avoid memory requirements instead of having one MPI process for every micro simulation. In this case one could benefit from multiprocessing in the solve function on the local domain.

steffenger avatar Apr 25 '24 13:04 steffenger

This would require thread safety from the micro simulation software, what we probably cannot expect in general. E.g. the micro simulation software could not use static variables in crucial places.

uekerman avatar May 03 '24 15:05 uekerman