diff options
-rw-r--r-- | perform/mpi-perf.c | 2 | ||||
-rw-r--r-- | perform/perf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perform/mpi-perf.c b/perform/mpi-perf.c index bf7c5be..c21ca44 100644 --- a/perform/mpi-perf.c +++ b/perform/mpi-perf.c @@ -56,7 +56,7 @@ int opt_iter = 1; int opt_stripe = -1; int opt_correct = 0; int amode = O_RDWR | O_CREAT; -char opt_file[256] = "/foo/test.out\0"; +char opt_file[256] = "/tmp/test.out\0"; char opt_pvfstab[256] = "notset\0"; int opt_pvfstab_set = 0; diff --git a/perform/perf.c b/perform/perf.c index a4a0678..b029059 100644 --- a/perform/perf.c +++ b/perform/perf.c @@ -61,7 +61,7 @@ int opt_iter = 1; int opt_stripe = -1; int opt_correct = 0; int amode = O_RDWR | O_CREAT; -char opt_file[256] = "/foo/test.out\0"; +char opt_file[256] = "/tmp/test.out\0"; char opt_pvfstab[256] = "notset\0"; int opt_pvfstab_set = 0; |