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 / flood.c
index ae25bcea86379d19c80373bde88dd72f20e13e63..684ac733c975da05009d66962e47eed199e409a9 100644 (file)
@@ -83,7 +83,7 @@ int main( int argc, char **argv )
                MPI_Abort( comm, 1 );
            }
            SetupData( sbuf, msgsize, 2*rank );
-           MPI_Send( sbuf, msgsize, MPI_INT, root, 2*rank, comm );
+           MPI_Ssend( sbuf, msgsize, MPI_INT, root, 2*rank, comm );
            free( sbuf );
        }
        msgsize *= 4;