summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-04-25 21:39:09 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-04-25 21:39:09 (GMT)
commit156bf14dbfe68dbda302b42dcd3b3a243b1ad092 (patch)
tree95d62bb5d9e418bed84d3b9eae8aad567da350c3 /test/tmisc.c
parentb11c892b4f57325ce7c18d8c67e42b08d338b8a7 (diff)
downloadhdf5-156bf14dbfe68dbda302b42dcd3b3a243b1ad092.zip
hdf5-156bf14dbfe68dbda302b42dcd3b3a243b1ad092.tar.gz
hdf5-156bf14dbfe68dbda302b42dcd3b3a243b1ad092.tar.bz2
[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:
Diffstat (limited to 'test/tmisc.c')
-rw-r--r--test/tmisc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tmisc.c b/test/tmisc.c
index 9d286b7..b14fb8e 100644
--- a/test/tmisc.c
+++ b/test/tmisc.c
@@ -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