summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/thdf5.f90
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2000-10-30 21:03:18 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2000-10-30 21:03:18 (GMT)
commit76807a69853689cae7ce847a113da839db9a2fe8 (patch)
tree055b42daab4671464a8b460dcd647234fdf8eed8 /fortran/testpar/thdf5.f90
parentd26db0af91e1ea5c30d9bea820a36e9a50414bdd (diff)
downloadhdf5-76807a69853689cae7ce847a113da839db9a2fe8.zip
hdf5-76807a69853689cae7ce847a113da839db9a2fe8.tar.gz
hdf5-76807a69853689cae7ce847a113da839db9a2fe8.tar.bz2
[svn-r2753]
Purpose: Adding F90 || tests. Description: I created testpar directory with the following files ptesthdf5_fortran.f90 - F90 test driver program tcheck.f90 thdf5.f90 - handy subroutines to use with the tests thyperslab_wr.f90 - F90 test: collectively writes and reads hyperslabs to/from the dataset Solution: Platforms tested: Partially tested on modi4 (O2K)
Diffstat (limited to 'fortran/testpar/thdf5.f90')
-rw-r--r--fortran/testpar/thdf5.f9010
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