Skip to content

Commit

Permalink
adding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 24, 2024
1 parent 168642f commit 8611a73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fortran/testpar/ptest.F90
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ PROGRAM parallel_test

IF(mpi_rank==0) CALL write_test_header("COMPREHENSIVE PARALLEL FORTRAN TESTS")

ret_total_error = 0
CALL mpi_param_03(ret_total_error)
IF(mpi_rank==0) CALL write_test_status(ret_total_error, &
'Testing MPI communicator and info (F03)', total_error)

ret_total_error = 0
CALL mpi_param_08(ret_total_error)
IF(mpi_rank==0) CALL write_test_status(ret_total_error, &
'Testing MPI communicator and info (F08)', total_error)

!
! test write/read dataset by hyperslabs (contiguous/chunk) with independent/collective MPI I/O
!
Expand Down

0 comments on commit 8611a73

Please sign in to comment.