From 83f26c15a2e73c5bc0c1c50e482d106b132c5394 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sun, 13 May 2001 07:24:44 -0500 Subject: [svn-r3929] Purpose: Cleanup old unused code. Edited couple comments. Platforms tested: modi4,pp --- testpar/mpi-perf.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/testpar/mpi-perf.c b/testpar/mpi-perf.c index 3d40eb8..7b8cf4c 100644 --- a/testpar/mpi-perf.c +++ b/testpar/mpi-perf.c @@ -140,16 +140,14 @@ int main(int argc, char **argv) goto die_jar_jar_die; } - /* now repeat the seek and write operations the number of times + /* now repeat the write operations the number of times * specified on the command line */ for (j=0; j < opt_iter; j++) { - /* seek to an appropriate position depending on the iteration and - * rank of the current process */ + /* calculate the appropriate position depending on the iteration + * and rank of the current process */ seek_position = (j*iter_jump)+(mynod*opt_block); -/* MPI_File_seek(fh, seek_position, MPI_SEEK_SET);*/ - if (opt_correct) /* fill in buffer for iteration */ { for (i=mynod+j, check=buf; i