From: Arnaud Giersch Date: Thu, 14 Feb 2013 14:14:50 +0000 (+0100) Subject: Also comment declaration for now unused variable. X-Git-Tag: v3_9_90~491^2~25 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e174d1894265b64ad5b19b6bb1127daddf635ad9 Also comment declaration for now unused variable. --- diff --git a/teshsuite/smpi/mpich-test/pt2pt/issendtest.c b/teshsuite/smpi/mpich-test/pt2pt/issendtest.c index e5adea23c7..1bbf88aa49 100644 --- a/teshsuite/smpi/mpich-test/pt2pt/issendtest.c +++ b/teshsuite/smpi/mpich-test/pt2pt/issendtest.c @@ -37,7 +37,7 @@ int main( int argc, char **argv) { int rank; /* My Rank (0 or 1) */ int act_size = 1000; - int flag; +/* int flag;*/ int buffer[SIZE]; double t0; char *Current_Test = NULL; @@ -85,7 +85,7 @@ for this test.\n" ); MPI_Issend( buffer, act_size, MPI_INT, dest, 1, MPI_COMM_WORLD, &r1 ); MPI_Issend( buffer, act_size, MPI_INT, dest, 2, MPI_COMM_WORLD, &r2 ); t0 = MPI_Wtime(); - flag = 0; +/* flag = 0;*/ /* while ( (MPI_Wtime() - t0) < MAX_TIME) {*/ /* MPI_Test( &r1, &flag, &status );*/ /* if (flag) {*/