diff options
Diffstat (limited to 'fortran/testpar/thdf5.f90')
-rw-r--r-- | fortran/testpar/thdf5.f90 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fortran/testpar/thdf5.f90 b/fortran/testpar/thdf5.f90 new file mode 100644 index 0000000..9552df8 --- /dev/null +++ b/fortran/testpar/thdf5.f90 @@ -0,0 +1,10 @@ + MODULE THDF5 + USE HDF5 + USE MPI + +! Dataset dimensions + + INTEGER, PARAMETER :: DIM1 = 64, & + DIM2 = 128 + + END MODULE THDF5 |