summaryrefslogtreecommitdiffstats
path: root/testpar/t_2Gio.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-13 14:20:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-13 14:20:04 (GMT)
commit3e628120ceee554636eda775269b4f0ca914c140 (patch)
treeeade4013722654698ab2380605bbb0371f13b7da /testpar/t_2Gio.c
parent2c78a1930b11ef10aa92d3cdeb8486d2ede1b33b (diff)
downloadhdf5-3e628120ceee554636eda775269b4f0ca914c140.zip
hdf5-3e628120ceee554636eda775269b4f0ca914c140.tar.gz
hdf5-3e628120ceee554636eda775269b4f0ca914c140.tar.bz2
Whitespace changes
Diffstat (limited to 'testpar/t_2Gio.c')
-rw-r--r--testpar/t_2Gio.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c
index 6b9aaeb..41ecf86 100644
--- a/testpar/t_2Gio.c
+++ b/testpar/t_2Gio.c
@@ -506,17 +506,17 @@ dataset_vrfy(hsize_t start[], hsize_t count[], hsize_t stride[], hsize_t block[]
* with 2 MPI ranks and with $HDF5TestExpress == 0
* i.e. Exhaustive test run is allowed. Otherwise
* the test is skipped.
- *
+ *
* Thanks to l.ferraro@cineca.it for the following test::
*
- * This is a simple test case to reproduce a problem
- * occurring on LUSTRE filesystem with the creation
- * of a 4GB dataset using chunking with parallel HDF5.
- * The test works correctly if disabling chunking or
- * when the bytes assigned to each process is less
- * that 4GB. if equal or more, either hangs or results
- * in a PMPI_Waitall error.
- *
+ * This is a simple test case to reproduce a problem
+ * occurring on LUSTRE filesystem with the creation
+ * of a 4GB dataset using chunking with parallel HDF5.
+ * The test works correctly if disabling chunking or
+ * when the bytes assigned to each process is less
+ * that 4GB. if equal or more, either hangs or results
+ * in a PMPI_Waitall error.
+ *
* $> mpirun -genv I_MPI_EXTRA_FILESYSTEM on
* -genv I_MPI_EXTRA_FILESYSTEM_LIST gpfs
* -n 1 ./h5_mpi_big_dataset.x 1024 1024 1024
@@ -572,7 +572,7 @@ static int MpioTest2G( MPI_Comm comm, int mpi_rank )
*/
file_id = H5Fcreate(H5FILE_NAME, H5F_ACC_TRUNC, H5P_DEFAULT, plist_id);
VRFY((file_id >= 0), "H5Fcreate succeeded");
-
+
H5Pclose(plist_id);
/*
@@ -4918,7 +4918,7 @@ main(int argc, char **argv)
/* Display testing information */
if (MAINPROCESS)
TestInfo(argv[0]);
-
+
/* setup file access property list */
fapl = H5Pcreate (H5P_FILE_ACCESS);
H5Pset_fapl_mpio(fapl, test_comm, MPI_INFO_NULL);