kaipartmann / Peridynamics.jl

A Julia package for parallel peridynamics simulations
https://kaipartmann.github.io/Peridynamics.jl/
MIT License
32 stars 7 forks source link

Improvements to export processing function #115

Closed kaipartmann closed 3 days ago

kaipartmann commented 6 days ago

The process_each_export function currently has the kwarg serial. If this is specified as true, the processing function should only run @mpiroot which currently is not the case.

Also a kwarg threadsafe might be useful for functions that create plots. If threadsafe=true, then the processing function might run serial if multithreading is used, and with MPI otherwise.