MPI.jl
MPI.jl copied to clipboard
Create 10-job_scheduler_rma_acc.jl
An additional example that combines a job scheduler with passive RMA and MPI.Accumulate!
The MPI.Accumulate! could also be done in one shot: MPI.Accumulate!(matches, root,0,MPI.SUM, win_accumulate).