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

MPI based parallelism & tools, more global updates #121

Closed ffreyer closed 3 years ago

ffreyer commented 3 years ago

TODO

Ref #120

I think ReplicaPull could be done with MPI windows but I'm not sure about the restrictions of it. I think you have to create a window on each process, which would be problematic with mpi_queue. I'd rather work on other things than figure this out atm