git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6509
48e7efb5-ca39-0410-a469-
dd3cf9ba447f
int retval = MPI_SUCCESS;
int root=1; // arbitrary choice
int retval = MPI_SUCCESS;
int root=1; // arbitrary choice
+ //smpi_bench_end(); //FIXME: restaure after calling smpi_mpi_reduce instead
retval = SMPI_MPI_Reduce( sendbuf, recvbuf, count, datatype, op, root, comm);
if (MPI_SUCCESS != retval)
return(retval);
retval = SMPI_MPI_Reduce( sendbuf, recvbuf, count, datatype, op, root, comm);
if (MPI_SUCCESS != retval)
return(retval);
+ DEBUG0("Reduce done, time to bcast");
retval = SMPI_MPI_Bcast( sendbuf, count, datatype, root, comm);
retval = SMPI_MPI_Bcast( sendbuf, count, datatype, root, comm);