summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/mdset.f90
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-07-29 21:13:24 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-07-29 21:13:24 (GMT)
commitd169391529f253a9903b8e6cacf38c59ceefab07 (patch)
treef8cb20ad68db5a9c8448bf6d0442e5ad4766a71d /fortran/testpar/mdset.f90
parentf97e11e7635a0cd8728d4604ca5dceb3925ba44c (diff)
parent7d291d059da6287f769951c4854c566da0b93ce8 (diff)
downloadhdf5-d169391529f253a9903b8e6cacf38c59ceefab07.zip
hdf5-d169391529f253a9903b8e6cacf38c59ceefab07.tar.gz
hdf5-d169391529f253a9903b8e6cacf38c59ceefab07.tar.bz2
Merge pull request #1808 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gnu-flags-work to develop
* commit '7d291d059da6287f769951c4854c566da0b93ce8': Parallel Fortran tests now use the MPI module instead of including mpif.h. First stab at gfortran versions. Tested on gfortran 7-9 so far. Moved the -std=f2008 option to gfortran 9 for now. Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
Diffstat (limited to 'fortran/testpar/mdset.f90')
-rw-r--r--fortran/testpar/mdset.f903
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/testpar/mdset.f90 b/fortran/testpar/mdset.f90
index 70d2939..3de61c3 100644
--- a/fortran/testpar/mdset.f90
+++ b/fortran/testpar/mdset.f90
@@ -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