ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 40 forks source link

bp2h5 conversion of data where each process has a different size #116

Closed pnorbert closed 7 years ago

pnorbert commented 7 years ago

Atoms table cannot be converted to HDF5 because bp2h5 assumes that each process' writeblock is the same size. It simply uses adios_inq_var_byid() to get the size, which function returns the size of the first block.

pnorbert commented 7 years ago

We developed a specific tool for this app because if did not fit into a generic tool like bp2h5.