diff options
Diffstat (limited to 'fortran/testpar/thdf5.f90')
-rw-r--r-- | fortran/testpar/thdf5.f90 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/testpar/thdf5.f90 b/fortran/testpar/thdf5.f90 index 9552df8..0d38f88 100644 --- a/fortran/testpar/thdf5.f90 +++ b/fortran/testpar/thdf5.f90 @@ -1,6 +1,7 @@ MODULE THDF5 USE HDF5 - USE MPI + include 'mpif.h' +! USE MPI ! Dataset dimensions |