[Users] merging of chunked hdf5 data

Hee Il Kim heeilkim at gmail.com
Tue Feb 1 10:26:40 CST 2011


Thanks Roland,

It works. No problem with Visit any more.

Yours,

Hee Il

2011/2/2 Roland Haas <roland.haas at physics.gatech.edu>

> Did you perhaps try the following (or similar)?
>
> hdf5_merge gxx.file_0.h5 gxx.file_1.h5 gxx.h5
>
> That will not work since hdf5_merge does not adjust the field IOProcs in
> the files which tells the VisIt reader how many files to look for.
> What works is eg.
>
> hdf5_merge restart1/gxx.file_0.h5 restart2/gxx.file_0.h5
> combined/gxx.file_0.h5
>
> Instead you can use
>
> hdf5_slicer --match '.*' --out3d-cube gxx.file_0.h5 gxx.file_1.h5 gxx.h5
>
> from carpetiohdf5. Neither one does any merging of patches, they simply
> copy datasets from one file to he other.
>
> Yours,
> Roland
>
> --
> My email is as private as my paper mail. I therefore support encrypting
> and signing email messages. Get my PGP key from http://keys.gnupg.net.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/users/attachments/20110202/71dd9912/attachment.html 


More information about the Users mailing list