summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/ptest.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/testpar/ptest.f90')
-rw-r--r--fortran/testpar/ptest.f9011
1 files changed, 11 insertions, 0 deletions
diff --git a/fortran/testpar/ptest.f90 b/fortran/testpar/ptest.f90
index 21948795..e844256 100644
--- a/fortran/testpar/ptest.f90
+++ b/fortran/testpar/ptest.f90
@@ -83,6 +83,17 @@ do_chunk = .true.
call hyper(lenght,do_collective,do_chunk,nerrors)
!//////////////////////////////////////////////////////////
+! test write/read several datasets (independent MPI I/O)
+!//////////////////////////////////////////////////////////
+
+if (mpi_rank == 0) write(*,*) 'Writing/reading several datasets (contiguous layout, independent MPI I/O)'
+
+do_collective = .false.
+do_chunk = .false.
+call multiple_dset_write(lenght,do_collective,do_chunk,nerrors)
+
+
+!//////////////////////////////////////////////////////////
! close HDF5 interface
!//////////////////////////////////////////////////////////