*******************************
*  Output of h5ex_d_chunk   *
*******************************

Original Data:
  Columns 1 through 6

           1           1           1           1           1           1
           1           1           1           1           1           1
           1           1           1           1           1           1
           1           1           1           1           1           1
           1           1           1           1           1           1
           1           1           1           1           1           1

  Columns 7 through 8

           1           1
           1           1
           1           1
           1           1
           1           1
           1           1


Storage layout for DS1 is: H5D_CHUNKED

Data as written to disk by hyberslabs:
  Columns 1 through 6

           0           1           0           0           1           0
           1           1           0           1           1           0
           0           0           0           0           0           0
           0           1           0           0           1           0
           1           1           0           1           1           0
           0           0           0           0           0           0

  Columns 7 through 8

           0           1
           1           1
           0           0
           0           1
           1           1
           0           0


Data as read from disk by hyperslab:
  Columns 1 through 6

           0           1           0           0           0           0
           0           1           0           1           0           0
           0           0           0           0           0           0
           0           0           0           0           0           0
           0           1           0           1           0           0
           0           0           0           0           0           0

  Columns 7 through 8

           0           1
           1           1
           0           0
           0           0
           1           1
           0           0




*******************************
*  Output of h5dump           *
*******************************

HDF5 "h5ex_d_chunk.h5" {
GROUP "/" {
   DATASET "DS1" {
      DATATYPE  H5T_STD_I32LE
      DATASPACE  SIMPLE { ( 8, 6 ) / ( 8, 6 ) }
      DATA {
      (0,0): 0, 1, 0, 0, 1, 0,
      (1,0): 1, 1, 0, 1, 1, 0,
      (2,0): 0, 0, 0, 0, 0, 0,
      (3,0): 0, 1, 0, 0, 1, 0,
      (4,0): 1, 1, 0, 1, 1, 0,
      (5,0): 0, 0, 0, 0, 0, 0,
      (6,0): 0, 1, 0, 0, 1, 0,
      (7,0): 1, 1, 0, 1, 1, 0
      }
   }
}
}