<div class="gmail_quote">On Thu, Dec 2, 2010 at 21:00, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>The configure.log is moved to $PETSC_DIR/$PETSC_ARCH/conf/ so that</div><div>multiple builds do not overwrite it.</div></blockquote></div><br><div>Matt, I think a better way to do this is to write the file itself to the subdirectory and then symlink it from $PETSC_DIR (the best way would be when configure.py exits, even if via an exception).  The point is to make manipulation of $PETSC_DIR/configure.log atomic since multiple configure processes may be running at once (note that configure often takes significantly more time than compilation since the latter is parallel).</div>
<div><br></div><div>Jed</div>