Hi, I'm trying to maximize the way data is read from our filesystem, and mainly this means reading from several readers chunks of 1MiB. My problem is that sometime the data is not just one elementxnb cells, but may be 2, 3, or 10 elements. This means that I may not be able to properly read/write 1MiB if the data is stored as a (say) 2D array. Is there a way to read from this array as if it were a 1D array? Recomposing the data is not a problem for me as I has a mapping from the data id to its location on each process.
Cheers, Matthieu Brucher -- Information System Engineer, Ph.D. Blog: http://matt.eifelle.com LinkedIn: http://www.linkedin.com/in/matthieubrucher Music band: http://liliejay.com/ _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
