<div class="gmail_quote">On Mon, Mar 14, 2011 at 22:19, Blaise Bourdin <span dir="ltr"><<a href="mailto:bourdin@lsu.edu">bourdin@lsu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
To me, "easier to manipulate from other languages" is already a huge improvement. I have folders with 100's of computations corresponding to different sets of parameters. I need an easier way to import these simulation parameters in scripts.</blockquote>
</div><br><div>What do you want to do with the parameters? Would petscplot (<a href="https://github.com/jedbrown/petscplot">https://github.com/jedbrown/petscplot</a>) already do what you want? It does a full parse of -log_summary so it gives you all the options available in Python (of course it also slurps in the convergence history and timing results for the purpose of plotting, e.g.: <a href="https://github.com/jedbrown/petscplot/wiki/PETSc-Plot">https://github.com/jedbrown/petscplot/wiki/PETSc-Plot</a>).</div>