diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-06-06 19:30:28 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-06-06 19:30:28 (GMT) |
commit | 648e70e863202e6a58b3e34cc9e236fbde647af6 (patch) | |
tree | baad982210a9094f49f9770d02d873b4c4c88888 /fortran/testpar | |
parent | 6953bd708249f92a544520d880ab627f25a1a1d5 (diff) | |
download | hdf5-648e70e863202e6a58b3e34cc9e236fbde647af6.zip hdf5-648e70e863202e6a58b3e34cc9e236fbde647af6.tar.gz hdf5-648e70e863202e6a58b3e34cc9e236fbde647af6.tar.bz2 |
[svn-r6987] Purpose:
Improvement
Description:
CHanged test dataset dimension sizes to (120, 240) so that
it can be tested with nprocs equal to 1, 2, 3, 4, 5, 6, 8, ...
Less restrictive than before.
Platforms tested:
only in CU since this is a pretty trivial change.
Misc. update:
Diffstat (limited to 'fortran/testpar')
-rw-r--r-- | fortran/testpar/thdf5.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/testpar/thdf5.f90 b/fortran/testpar/thdf5.f90 index abb5797..7aa46f5 100644 --- a/fortran/testpar/thdf5.f90 +++ b/fortran/testpar/thdf5.f90 @@ -20,7 +20,7 @@ ! Dataset dimensions - INTEGER, PARAMETER :: DIM1 = 64, & - DIM2 = 128 + INTEGER, PARAMETER :: DIM1 = 120, & + DIM2 = 240 END MODULE THDF5 |