Skip to content

Commit

Permalink
Restore NX x NY to 100 x 2000; Increase H5D_TEMP_BUF_SIZE
Browse files Browse the repository at this point in the history
Test all cases including set_buf.
  • Loading branch information
vchoi-hdfgroup committed Sep 14, 2023
1 parent 5998ea7 commit f296341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/H5Dprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
#endif /* H5_HAVE_INSTRUMENTED_LIBRARY */

/* Default temporary buffer size */
#define H5D_TEMP_BUF_SIZE (1024 * 1024)
#define H5D_TEMP_BUF_SIZE (1024 * 2048)

/* Default I/O vector size */
#define H5D_IO_VECTOR_SIZE 1024
Expand Down
4 changes: 2 additions & 2 deletions test/cmpd_dset.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ typedef struct {
long long r, s, t;
} stype4;

#define NX 50U
#define NY 100U
#define NX 100U
#define NY 2000U
#define PACK_NMEMBS 100

static void initialize_stype1(unsigned char *buf, size_t num);
Expand Down

0 comments on commit f296341

Please sign in to comment.