mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
parent
6953bd7082
commit
648e70e863
@ -20,7 +20,7 @@
|
||||
|
||||
! Dataset dimensions
|
||||
|
||||
INTEGER, PARAMETER :: DIM1 = 64, &
|
||||
DIM2 = 128
|
||||
INTEGER, PARAMETER :: DIM1 = 120, &
|
||||
DIM2 = 240
|
||||
|
||||
END MODULE THDF5
|
||||
|
Loading…
Reference in New Issue
Block a user