diff options
Diffstat (limited to 'fortran/testpar')
-rw-r--r-- | fortran/testpar/ptesthdf5_fortran.f90 | 2 | ||||
-rw-r--r-- | fortran/testpar/thdf5.f90 | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/fortran/testpar/ptesthdf5_fortran.f90 b/fortran/testpar/ptesthdf5_fortran.f90 index 4a99e4c..c44008d 100644 --- a/fortran/testpar/ptesthdf5_fortran.f90 +++ b/fortran/testpar/ptesthdf5_fortran.f90 @@ -5,7 +5,7 @@ USE HDF5 ! This module contains all necessary modules USE THDF5 - USE MPI +! USE MPI IMPLICIT NONE INTEGER :: error ! Error flags 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 |