You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- for meshes >1M nodes the memory requirement is huge. Now the parallelization is achieved with the python multiprocessing framework, and by cloning the whole environment in each process. This is cleary a bit disoptimized from a p.o.v of memory. An improvement would be passing to each process only what's needed for the computation of the current cell.
- extension of multiprocessing to run on multiple nodes, using the ray framework: