JuliaParallel / MPIBenchmarks.jl

MIT License
12 stars 3 forks source link

fixed OSUBw benchmark #16

Closed hunsa closed 6 months ago

hunsa commented 6 months ago

The OSUBw benchmark wasn't working properly. The number of iterations was too large. The bandwidth wasn't computed properly and the final synchronizing MPI_Send/MPI_Recv pair exchange a too large message.