<div dir="ltr"><br><div class="gmail_extra">On Thu, Feb 21, 2013 at 1:06 PM, Geoffrey Irving <span dir="ltr"><<a href="mailto:irving@naml.us" target="_blank">irving@naml.us</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">What's the standard way of having debug and non-debug builds side by<br>
side in an instance of petsc-dev?  If I do<br>
<br>
    ./configure --with-shared-libraries=1<br>
--PETSC_DIR=/Users/irving/otherlab/petsc --download-ml=yes<br>
--with-mpi-dir=/usr/local --with-debugging=0<br>
<br>
it defaults to PETSC_ARCH=darwin10.6.0-cxx-debug, which is the same<br>
PETSC_ARCH as for --with-debugging=1.  I can manually change<br>
PETSC_ARCH, but it seems odd to have to do this.<br></blockquote><div> <br></div><div>I've always chosen my own PETSC_ARCHes (I have almost 50 of them at present). I normally do<br><br> ./configure PETSC_ARCH=foo --whatever-options<br>
<br></div><div>foo/conf/reconfigure-foo.py PETSC_ARCH=foo-opt --with-debugging=0<br></div></div></div></div>