<div dir="ltr">If it is possible to generate the index files as post-processing step, then I would prefer that, as it reduces the time the simulation spends waiting for I/O. We could add it e.g. to Simfactory&#39;s cleanup step to have it happen automatically.<div>
<br></div><div style>How well-documented are the index files? If they are generated by default, then there should be a section in CarpetIOHDF5&#39;s thorn guide (or in the Visit reader&#39;s documentation) describing why they are a good idea, and what information they contain, and how they can be used to speed up input.</div>
<div style><br></div><div style>-erik</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 27, 2013 at 2:41 PM, Roland Haas <span dir="ltr">&lt;<a href="mailto:roland.haas@physics.gatech.edu" target="_blank">roland.haas@physics.gatech.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
<div class="im"><br>
&gt; Would somebody object to making CarpetIOHDF5::output_index = &quot;yes&quot; the<br>
&gt; default? (It is currently &quot;no&quot;.)<br>
&gt;<br>
&gt; It should not hurt to create these small files. (Or, does it?)<br>
</div>It creates files which in itself might be bad. Creating files can be an<br>
issue on some file systems where creating files is slow (or there might<br>
be limit on the number of files, that apparently on some clusters<br>
[admittedly I know of no Cactus users there] can be as low as 1e6 files<br>
*total*).<br>
<br>
Also currently there is a bug/mis-feature in that output_index writes<br>
indices for both data and checkpoint files. The later probably should<br>
have a separate switch since index files are less useful there.<br>
<br>
If the issue is that we currently have no method for users to create<br>
index files for existing HDF5 files once eg they find that visualization<br>
is slow, then for that I have a modified version of hdf5_merge (or was<br>
it hdf5_extract... anyway one of them) where I simply commented out the<br>
final H5Dwrite and which generates perfectly fine index files (of the<br>
&quot;new&quot; format that do not have the extra attribute with just that change<br>
or &quot;old&quot; ones with the attribute with the obvious changes [that are also<br>
in]). It&#39;s of course a bit of a hack since the tools were not originally<br>
meant to do that.<br>
<br>
Yours,<br>
Roland<br>
<span class="HOEnZb"><font color="#888888"><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>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Erik Schnetter &lt;<a href="mailto:schnetter@cct.lsu.edu" target="_blank">schnetter@cct.lsu.edu</a>&gt;<br><a href="http://www.perimeterinstitute.ca/personal/eschnetter/" target="_blank">http://www.perimeterinstitute.ca/personal/eschnetter/</a>
</div>