diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-02-16 17:17:49 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-02-16 17:17:49 (GMT) |
commit | b28b5fade93c4e72e045469481cde81c01f956cf (patch) | |
tree | 74924f2540b51fb3ca0bc9507b88c6aa015d6a8a /fortran/testpar/mdset.f90 | |
parent | 74fbb9e32794c315bf14a7c29c42c25a6ca2f5f3 (diff) | |
download | hdf5-b28b5fade93c4e72e045469481cde81c01f956cf.zip hdf5-b28b5fade93c4e72e045469481cde81c01f956cf.tar.gz hdf5-b28b5fade93c4e72e045469481cde81c01f956cf.tar.bz2 |
[svn-r26188] Merged autotools fixes into the trunk:
HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095
Diffstat (limited to 'fortran/testpar/mdset.f90')
-rw-r--r-- | fortran/testpar/mdset.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/mdset.f90 b/fortran/testpar/mdset.f90 index 7fe431b..f24c862 100644 --- a/fortran/testpar/mdset.f90 +++ b/fortran/testpar/mdset.f90 @@ -21,8 +21,8 @@ SUBROUTINE multiple_dset_write(length, do_collective, do_chunk, mpi_size, mpi_rank, nerrors) USE HDF5 USE TH5_MISC + USE mpi IMPLICIT NONE - INCLUDE 'mpif.h' INTEGER, INTENT(in) :: length ! array length LOGICAL, INTENT(in) :: do_collective ! use collective I/O |