X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e947a76de27ef7ddb85e5e3a0953711e410533f1..faec94c9b27f84a7d2f81a49c508b43f311c2621:/teshsuite/smpi/mpich3-test/pt2pt/pscancel.c diff --git a/teshsuite/smpi/mpich3-test/pt2pt/pscancel.c b/teshsuite/smpi/mpich3-test/pt2pt/pscancel.c index 1938dadbb2..c4afadc6d9 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/pscancel.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/pscancel.c @@ -15,7 +15,7 @@ static char MTEST_Descrip[] = "Test of various send cancel calls"; int main(int argc, char *argv[]) { int errs = 0; - int rank, size, source, dest; + int rank, size, dest; MPI_Comm comm; MPI_Status status; MPI_Request req; @@ -33,7 +33,6 @@ int main(int argc, char *argv[]) MPI_Comm_rank(comm, &rank); MPI_Comm_size(comm, &size); - source = 0; dest = size - 1; for (cs = 0; cs < 4; cs++) {