[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:
This commit is contained in:
Albert Cheng 2003-06-06 14:30:28 -05:00
parent 6953bd7082
commit 648e70e863

View File

@ -20,7 +20,7 @@
! Dataset dimensions ! Dataset dimensions
INTEGER, PARAMETER :: DIM1 = 64, & INTEGER, PARAMETER :: DIM1 = 120, &
DIM2 = 128 DIM2 = 240
END MODULE THDF5 END MODULE THDF5