Relative Content

Tag Archive for c#c++cparallel-processingmpi

Improving MPI performance

Hello I have this problem, I have an MPI program in c that works perfectly fine, but the thing is, I believe it could be improved since the MPI_Allgather function makes everynode wait for the slowest one, which I think could be imporved, here’s the code: