summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/hyper.f90
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-12 20:45:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-12 20:45:22 (GMT)
commit415647d63a0783a566402d98baad2b65677ab812 (patch)
treeaaeb7234705bc5c8197e4f17e83ff8603479c05d /fortran/testpar/hyper.f90
parent5b441f84c9a09d216a018c34eb488c241db0a060 (diff)
downloadhdf5-415647d63a0783a566402d98baad2b65677ab812.zip
hdf5-415647d63a0783a566402d98baad2b65677ab812.tar.gz
hdf5-415647d63a0783a566402d98baad2b65677ab812.tar.bz2
Whitespace cleanup
Diffstat (limited to 'fortran/testpar/hyper.f90')
-rw-r--r--fortran/testpar/hyper.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/testpar/hyper.f90 b/fortran/testpar/hyper.f90
index c07636f..605d69b 100644
--- a/fortran/testpar/hyper.f90
+++ b/fortran/testpar/hyper.f90
@@ -135,7 +135,7 @@ SUBROUTINE hyper(length,do_collective,do_chunk, mpi_size, mpi_rank, nerrors)
! Collective metadata READ API calling requirement
CALL h5pset_all_coll_metadata_ops_f(fapl_id, is_coll_true, hdferror)
CALL check("h5pset_all_coll_metadata_ops_f", hdferror, nerrors)
-
+
CALL h5fcreate_f(filename, H5F_ACC_TRUNC_F, file_id, hdferror, access_prp = fapl_id)
CALL check("h5fcreate_f", hdferror, nerrors)
@@ -144,7 +144,7 @@ SUBROUTINE hyper(length,do_collective,do_chunk, mpi_size, mpi_rank, nerrors)
CALL check("h5pclose_f", hdferror, nerrors)
CALL h5fget_access_plist_f(file_id, fapl_id, hdferror)
CALL check("h5fget_access_plist_f", hdferror, nerrors)
-
+
! verify settings for file access properties
! Collective metadata writes