summaryrefslogtreecommitdiffstats
path: root/examples/h5ff_client_dset.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-05-02 20:33:36 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-05-02 20:33:36 (GMT)
commit5e172835bbcedfc9897f3dd653c0a49e52c2cd52 (patch)
treeda1da0444213ccc2511e3de0638f3f42657373d1 /examples/h5ff_client_dset.c
parent646bdfd0fbdd6446a817475803cb15aa67fb53fe (diff)
downloadhdf5-5e172835bbcedfc9897f3dd653c0a49e52c2cd52.zip
hdf5-5e172835bbcedfc9897f3dd653c0a49e52c2cd52.tar.gz
hdf5-5e172835bbcedfc9897f3dd653c0a49e52c2cd52.tar.bz2
[svn-r25150] Add coresident support:
- need to set H5ENV_CORESIDENT to 1 to use that mode - still doing memcpy for raw data now.
Diffstat (limited to 'examples/h5ff_client_dset.c')
-rw-r--r--examples/h5ff_client_dset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5ff_client_dset.c b/examples/h5ff_client_dset.c
index 9e5f847..3b1e427 100644
--- a/examples/h5ff_client_dset.c
+++ b/examples/h5ff_client_dset.c
@@ -139,7 +139,7 @@ int main(int argc, char **argv) {
version = 1;
rid1 = H5RCacquire(file_id, &version, H5P_DEFAULT, H5_EVENT_STACK_NULL);
}
- MPI_Bcast( &version, 1, MPI_UINT64_T, 0, MPI_COMM_WORLD );
+ MPI_Bcast(&version, 1, MPI_UINT64_T, 0, MPI_COMM_WORLD);
assert(1 == version);
if (my_rank != 0)
rid1 = H5RCcreate(file_id, version);