From d6f340c9bf5aaf2e61150c18a1f7b6bb86bc746c Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 10 Sep 2001 23:01:11 -0500 Subject: [svn-r4433] Purpose: Bug fix. Description: The default file name used is /foo/test.out that usually is not legal. Changed it to /tmp/test.out. Platforms tested: eirene (parallel). --- perform/mpi-perf.c | 2 +- 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; -- cgit v0.12