1
1

Minor cleanup - get reported iters right in test

This commit was SVN r21819.
Этот коммит содержится в:
Ralph Castain 2009-08-14 03:33:59 +00:00
родитель 3f3b46495e
Коммит 511fe5da8b

Просмотреть файл

@ -168,7 +168,7 @@ int main(int argc, char *argv[])
}
i++;
if (0 == (i % report)) {
fprintf(stderr, "Rank %d has completed %dk iterations\n", rank, i);
fprintf(stderr, "Rank %d has completed %dk iterations\n", rank, i/1000);
}
if (0 < inject && 0 == (i % inject)) {
mpierr = MPI_Sendrecv(send_buff, count, MPI_CHAR, rank, tag0,