I'm encountering deadlocks in the Bixbyite example when the number of files isn't divisible by the number of processes (n=2 works, but n=3 and n=4 fail).
Commenting out MPI.Barrier(comm) seems to fix the deadlock but I'm concerned about unintended consequences.
I'm encountering deadlocks in the Bixbyite example when the number of files isn't divisible by the number of processes (n=2 works, but n=3 and n=4 fail).
Commenting out
MPI.Barrier(comm)seems to fix the deadlock but I'm concerned about unintended consequences.MiniVATES.jl/src/BinSeries.jl
Line 98 in d8af291