Thanks Roland,<br><br>It works. No problem with Visit any more. <br><br>Yours,<br><br>Hee Il<br><br><div class="gmail_quote">2011/2/2 Roland Haas <span dir="ltr">&lt;<a href="mailto:roland.haas@physics.gatech.edu">roland.haas@physics.gatech.edu</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">Did you perhaps try the following (or similar)?<br>
<br>
hdf5_merge gxx.file_0.h5 gxx.file_1.h5 gxx.h5<br>
<br>
That will not work since hdf5_merge does not adjust the field IOProcs in<br>
the files which tells the VisIt reader how many files to look for.<br>
What works is eg.<br>
<br>
hdf5_merge restart1/gxx.file_0.h5 restart2/gxx.file_0.h5<br>
combined/gxx.file_0.h5<br>
<br>
Instead you can use<br>
<br>
hdf5_slicer --match &#39;.*&#39; --out3d-cube gxx.file_0.h5 gxx.file_1.h5 gxx.h5<br>
<br>
from carpetiohdf5. Neither one does any merging of patches, they simply<br>
copy datasets from one file to he other.<br>
<br>
Yours,<br>
Roland<br>
<br>
-- <br>
My email is as private as my paper mail. I therefore support encrypting<br>
and signing email messages. Get my PGP key from <a href="http://keys.gnupg.net" target="_blank">http://keys.gnupg.net</a>.<br><br>
</div></div></blockquote></div>