diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2014-04-07 13:49:00 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2014-04-07 13:49:00 (GMT) |
commit | c455fdc4f166430e6660f85ef754e6ef2794aee0 (patch) | |
tree | 6955cb7951fac14a0fdc22d8ea7be3cae6a7b908 /fortran/testpar/hyper.f90 | |
parent | 607634a69b0e3282292de140758fca6dc1d6e2bf (diff) | |
download | hdf5-c455fdc4f166430e6660f85ef754e6ef2794aee0.zip hdf5-c455fdc4f166430e6660f85ef754e6ef2794aee0.tar.gz hdf5-c455fdc4f166430e6660f85ef754e6ef2794aee0.tar.bz2 |
[svn-r24974] Maintenance: Fixed daily tests parallel tests compilation failures
Platforms tested: jam
Diffstat (limited to 'fortran/testpar/hyper.f90')
-rw-r--r-- | fortran/testpar/hyper.f90 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/testpar/hyper.f90 b/fortran/testpar/hyper.f90 index 1a580ca..a2e2e07 100644 --- a/fortran/testpar/hyper.f90 +++ b/fortran/testpar/hyper.f90 @@ -19,7 +19,8 @@ !////////////////////////////////////////////////////////// SUBROUTINE hyper(length,do_collective,do_chunk, mpi_size, mpi_rank, nerrors) - USE hdf5 + USE HDF5 + USE TH5_MISC IMPLICIT NONE INCLUDE 'mpif.h' |