X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ee52f84fe512219acf534c4d4654c3df56659e91..d0ffc37686edcc803601f76ab51fdfed5fc2f241:/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 diff --git a/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 b/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 index a7726e9c37..70f5c51081 100644 --- a/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 +++ b/teshsuite/smpi/mpich3-test/f90/pt2pt/allpairf90.f90 @@ -342,7 +342,7 @@ subroutine test_pair_irsend( comm, errs ) use mpi integer comm, errs - integer rank, size, ierr, next, prev, tag, count, index, i + integer rank, size, ierr, next, prev, tag, count, index integer TEST_SIZE integer dupcom parameter (TEST_SIZE=2000) @@ -824,7 +824,7 @@ integer TEST_SIZE parameter (TEST_SIZE=2000) integer status(MPI_STATUS_SIZE) - real send_buf(TEST_SIZE), recv_buf(TEST_SIZE) + real recv_buf(TEST_SIZE) logical verbose common /flags/ verbose ! @@ -979,7 +979,7 @@ integer n, errs real buf(n) character *(*) name - integer count, ierr, i + integer count, i ! do 10 i = 1, count if (buf(i) .ne. REAL(i)) then