mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r6757]
Purpose: Bug fix Description: on Cray T90IEEE compact storage test (in test_misc8) fails since dataset dimensions are too big; dataset will not fit into the message header. Solution: Reduced dimension sizes from 100 to 50. Platforms tested: h5committested on arabica and mod4; verbena failed because of the F90 license problem. I tested on verbena by hand and C only; Cray T90IEEE Misc. update:
This commit is contained in:
parent
b11c892b4f
commit
156bf14dbf
@ -134,8 +134,8 @@ typedef struct
|
||||
#define MISC8_DSETNAME9 "Dataset9"
|
||||
#define MISC8_DSETNAME10 "Dataset10"
|
||||
#define MISC8_RANK 2
|
||||
#define MISC8_DIM0 100
|
||||
#define MISC8_DIM1 100
|
||||
#define MISC8_DIM0 50
|
||||
#define MISC8_DIM1 50
|
||||
#define MISC8_CHUNK_DIM0 10
|
||||
#define MISC8_CHUNK_DIM1 10
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user