No I did not use mpi_wait. Because when I use it it
waits forever. I wrote some example that show this behavior.
Sorry
for the ugly coding. But it should show my problem.
#include
<mpi.h>
#include
<iostream>
#include
<sstream>
#include
<fstream>
#include
<queue>
|