summaryrefslogtreecommitdiffstats
path: root/examples/runDemo6.2
diff options
context:
space:
mode:
authorRuth Aydt <aydt@hdfgroup.org>2013-12-16 18:29:08 (GMT)
committerRuth Aydt <aydt@hdfgroup.org>2013-12-16 18:29:08 (GMT)
commit50704b41afe819cb712762041b0774f6568cdf11 (patch)
tree59299b32ef9c077b83fee3722c431a31cedd315d /examples/runDemo6.2
parentb710320c3d09c8537a0e0f04ec3fe14bccb7d36c (diff)
downloadhdf5-50704b41afe819cb712762041b0774f6568cdf11.zip
hdf5-50704b41afe819cb712762041b0774f6568cdf11.tar.gz
hdf5-50704b41afe819cb712762041b0774f6568cdf11.tar.bz2
[svn-r24583] remove -i option (initialize 2D dataset /DC) now that iod returns 0's when cells
are read that haven't previously been written (but that are within the dataset's space boundaries.
Diffstat (limited to 'examples/runDemo6.2')
-rwxr-xr-xexamples/runDemo6.22
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/runDemo6.2 b/examples/runDemo6.2
index 28f0d90..8329a4d 100755
--- a/examples/runDemo6.2
+++ b/examples/runDemo6.2
@@ -1,4 +1,4 @@
-mpiexec -n 2 ./h5ff_client_M6.2_demo -v -i >& output
+mpiexec -n 2 ./h5ff_client_M6.2_demo -v >& output
grep M6.2 output > demooutput
sed s/^.*M6/M6/ < demooutput > demooutput1
mv demooutput1 demooutput