summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'perform/pio_perf.c')
-rw-r--r--perform/pio_perf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/perform/pio_perf.c b/perform/pio_perf.c
index cc86c83..0654378 100644
--- a/perform/pio_perf.c
+++ b/perform/pio_perf.c
@@ -1405,6 +1405,10 @@ usage(const char *prog)
printf("\n");
printf(" Example: --debug=2,r,t\n");
printf("\n");
+ printf(" Environment variables:\n");
+ printf(" HDF5_NOCLEANUP Do not remove data files if set [default remove]\n");
+ printf(" HDF5_MPI_INFO MPI INFO object key=value separated by ;\n");
+ printf(" HDF5_PARAPREFIX Paralllel data files prefix\n");
fflush(stdout);
}
}