ComputationalRadiationPhysics / libSplash

libSplash - Simple Parallel file output Library for Accumulating Simulation data using Hdf5
GNU Lesser General Public License v3.0
15 stars 15 forks source link

Little/Big endianess wrong #245

Open Flamefire opened 8 years ago

Flamefire commented 8 years ago

HDF5 can convert data in an endianess aware way. But currently the datatype stored in the file is always used, which will lead to wrong results in cases where the endianess on file and on machine are different.

Related to #244 as this will be solved, when using CollectionTypes consistently.