Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate a bunch of tests using mpi_ssend, and change back those where they had been...
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / flood2.c
index 0666405..855d38e 100644 (file)
@@ -75,7 +75,7 @@ int main( int argc, char **argv )
            }
            SetupData( sbuf, msgsize, 2*rank );
            for (j=0; j<msgcnt; j++) 
-               MPI_Send( sbuf, msgsize, MPI_INT, root, 2*rank, comm );
+               MPI_Ssend( sbuf, msgsize, MPI_INT, root, 2*rank, comm );
            free( sbuf );
        }
        msgsize *= 4;