summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/ptest.f90
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-07-19 07:48:00 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-07-19 07:48:00 (GMT)
commit7d291d059da6287f769951c4854c566da0b93ce8 (patch)
tree399e35ea206e86a825fe5fd9069dc5ea7509d75b /fortran/testpar/ptest.f90
parent5a3147b660c4e37f6a5cb71f4884e7f7e43a8782 (diff)
downloadhdf5-7d291d059da6287f769951c4854c566da0b93ce8.zip
hdf5-7d291d059da6287f769951c4854c566da0b93ce8.tar.gz
hdf5-7d291d059da6287f769951c4854c566da0b93ce8.tar.bz2
Parallel Fortran tests now use the MPI module instead of including
mpif.h.
Diffstat (limited to 'fortran/testpar/ptest.f90')
-rw-r--r--fortran/testpar/ptest.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/ptest.f90 b/fortran/testpar/ptest.f90
index 14ac3b2..3b07f21 100644
--- a/fortran/testpar/ptest.f90
+++ b/fortran/testpar/ptest.f90
@@ -16,7 +16,7 @@
!
PROGRAM parallel_test
- USE hdf5
+ USE HDF5
USE MPI
USE TH5_MISC