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.F905
1 files changed, 5 insertions, 0 deletions
diff --git a/fortran/testpar/ptest.F90 b/fortran/testpar/ptest.F90
index 2974933..b754e29 100644
--- a/fortran/testpar/ptest.F90
+++ b/fortran/testpar/ptest.F90
@@ -55,6 +55,9 @@ PROGRAM parallel_test
! initialize the HDF5 fortran interface
!
CALL h5open_f(hdferror)
+
+ IF(mpi_rank==0) CALL write_test_header("COMPREHENSIVE PARALLEL FORTRAN TESTS")
+
!
! test write/read dataset by hyperslabs (contiguous/chunk) with independent/collective MPI I/O
!
@@ -94,6 +97,8 @@ PROGRAM parallel_test
CALL MPI_ALLREDUCE(total_error, sum, 1, MPI_INTEGER, MPI_SUM, MPI_COMM_WORLD, mpierror)
+ IF(mpi_rank==0) CALL write_test_footer()
+
!
! close MPI
!