summaryrefslogtreecommitdiffstats
path: root/perform/sio_perf.c
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2008-08-29 21:33:14 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2008-08-29 21:33:14 (GMT)
commit489e339019b276fb6b80ac81db74f9e52b2c062e (patch)
tree29fa339c6b47ce5c004d37c90d28b7e1d63f1ff3 /perform/sio_perf.c
parentc78dc8defa003eb2fe95dcae6fe115443cdcbffc (diff)
downloadhdf5-489e339019b276fb6b80ac81db74f9e52b2c062e.zip
hdf5-489e339019b276fb6b80ac81db74f9e52b2c062e.tar.gz
hdf5-489e339019b276fb6b80ac81db74f9e52b2c062e.tar.bz2
[svn-r15563] Added support for serial prefix HDF5_PREFIX.
Tested on kagiso, smirom, and linew.
Diffstat (limited to 'perform/sio_perf.c')
-rw-r--r--perform/sio_perf.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/perform/sio_perf.c b/perform/sio_perf.c
index a83e4ab..389d6f0 100644
--- a/perform/sio_perf.c
+++ b/perform/sio_perf.c
@@ -919,6 +919,14 @@ report_parameters(struct options *opts)
HDfprintf(output, "direct\n");
}
}
+
+ {
+ char *prefix = getenv("HDF5_PREFIX");
+
+ HDfprintf(output, "Env HDF5_PREFIX=%s\n",
+ (prefix ? prefix : "not set"));
+ }
+
HDfprintf(output, "==== End of Parameters ====\n");
HDfprintf(output, "\n");
}
@@ -1408,6 +1416,7 @@ usage(const char *prog)
printf("\n");
printf(" Environment variables:\n");
printf(" HDF5_NOCLEANUP Do not remove data files if set [default remove]\n");
+ printf(" HDF5_PREFIX Data file prefix\n");
printf("\n");
fflush(stdout);
}