summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-06-20 03:44:20 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-06-20 03:44:20 (GMT)
commit4e184b81a232187ae6f21daf783c35f0bc6dacc1 (patch)
tree14048c1dc5ddf23d4993e16f7f31ff44987df7f3 /perform/pio_perf.c
parentb1514ea26de7e262a8b010129687dd18b55fa6b1 (diff)
downloadhdf5-4e184b81a232187ae6f21daf783c35f0bc6dacc1.zip
hdf5-4e184b81a232187ae6f21daf783c35f0bc6dacc1.tar.gz
hdf5-4e184b81a232187ae6f21daf783c35f0bc6dacc1.tar.bz2
[svn-r5686] Purpose:
sync with v1.4 of usage messages. Platforms tested: eirene pp.
Diffstat (limited to 'perform/pio_perf.c')
-rw-r--r--perform/pio_perf.c25
1 files changed, 16 insertions, 9 deletions
diff --git a/perform/pio_perf.c b/perform/pio_perf.c
index 661821a..b2ee607 100644
--- a/perform/pio_perf.c
+++ b/perform/pio_perf.c
@@ -1,9 +1,16 @@
-/*
- * Copyright (C) 2001, 2002
- * National Center for Supercomputing Applications
- * All rights reserved.
- *
- */
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by the Board of Trustees of the University of Illinois. *
+ * All rights reserved. *
+ * *
+ * This file is part of HDF5. The full HDF5 copyright notice, including *
+ * terms governing use, modification, and redistribution, is contained in *
+ * the files COPYING and Copyright.html. COPYING can be found at the root *
+ * of the source code distribution tree; Copyright.html can be found at the *
+ * root level of an installed copy of the electronic HDF5 document set and *
+ * is linked from the top-level documents page. It can also be found at *
+ * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have *
+ * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
* Parallel HDF5 Performance Testing Code
@@ -969,10 +976,9 @@ print_io_api(long io_types)
static void
report_parameters(struct options *opts)
{
- int rank;
-
- MPI_Comm_rank(pio_comm_g, &rank);
+ int rank = comm_world_rank_g;
+ print_version("HDF5 Library"); /* print library version */
HDfprintf(output, "rank %d: ==== Parameters ====\n", rank);
HDfprintf(output, "rank %d: IO API=", rank);
@@ -1288,6 +1294,7 @@ usage(const char *prog)
printf(" -b, --binary The elusive binary option\n");
#endif /* 0 */
printf(" -B S, --block-size=S Interleaved block size\n");
+ printf(" [not implemented yet]\n");
printf(" [default: 0 no interleaved IO]\n");
printf(" -c, --chunk Create HDF5 datasets chunked [default: off]\n");
printf(" -d N, --num-dsets=N Number of datasets per file [default:1]\n");