summaryrefslogtreecommitdiffstats
path: root/perform/mpi-perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'perform/mpi-perf.c')
-rw-r--r--perform/mpi-perf.c2
1 files changed, 1 insertions, 1 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;