carstenbauer / MonteCarlo.jl

Classical and quantum Monte Carlo simulations in Julia
https://carstenbauer.github.io/MonteCarlo.jl/dev/
Other
186 stars 18 forks source link

add pure MPI implementation for parallel updates #120

Closed ffreyer closed 3 years ago

ffreyer commented 3 years ago

Perhaps also job scheduling/load balancing utilities since pmap is not useable. https://juliaparallel.github.io/MPI.jl/latest/examples/05-job_schedule/ might be useful