Skip to content

Commit

Permalink
Change NX x NY to 50x100; test all conditions including set_buf
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup committed Sep 14, 2023
1 parent 50b7483 commit 5998ea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 100U
#define NY 2000U
#define NX 50U
#define NY 100U
#define PACK_NMEMBS 100

static void initialize_stype1(unsigned char *buf, size_t num);
Expand Down Expand Up @@ -871,7 +871,7 @@ test_compounds_selection_io(void)
for (set_fillvalue = FALSE; set_fillvalue <= TRUE; set_fillvalue++) {
for (select_io = FALSE; select_io <= TRUE; select_io++) {
for (mwbuf = FALSE; mwbuf <= TRUE; mwbuf++) {
for (set_buf = TRUE; set_buf <= TRUE; set_buf++) {
for (set_buf = FALSE; set_buf <= TRUE; set_buf++) {

if ((dxpl = H5Pcreate(H5P_DATASET_XFER)) < 0)
goto error;
Expand Down

0 comments on commit 5998ea7

Please sign in to comment.