Merge pull request #2520 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit 'ae6467dee4932133a5fed4b1317c48c4376ccda9': Parallel Fortran tests now use the MPI module instead of including mpif.h.
This commit is contained in:
@@ -18,9 +18,10 @@
|
||||
|
||||
SUBROUTINE hyper(length,do_collective,do_chunk, mpi_size, mpi_rank, nerrors)
|
||||
USE HDF5
|
||||
USE MPI
|
||||
USE TH5_MISC
|
||||
|
||||
IMPLICIT NONE
|
||||
INCLUDE 'mpif.h'
|
||||
|
||||
INTEGER, INTENT(in) :: length ! array length
|
||||
LOGICAL, INTENT(in) :: do_collective ! use collective I/O
|
||||
|
||||
@@ -18,9 +18,10 @@
|
||||
|
||||
SUBROUTINE multiple_dset_write(length, do_collective, do_chunk, mpi_size, mpi_rank, nerrors)
|
||||
USE HDF5
|
||||
USE MPI
|
||||
USE TH5_MISC
|
||||
|
||||
IMPLICIT NONE
|
||||
INCLUDE 'mpif.h'
|
||||
|
||||
INTEGER, INTENT(in) :: length ! array length
|
||||
LOGICAL, INTENT(in) :: do_collective ! use collective I/O
|
||||
|
||||
Reference in New Issue
Block a user