<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi to install PETSc without the debugging version, what value of PETSC_ARCH should I give? Or is this automatically decided by PETSc  during the configure sterp?</blockquote>

<div><br></div><div>Anything you like to distinguish the different arches. PETSC_ARCH is just a unique label so that you can install multiple versions of PETSc without duplicating the entire source tree.</div><div><br></div>

<div>For example,</div><div><br></div><div>$ ls $PETSC_DIR</div><div>...</div><div>darwin10.5.0-cxx-debug</div><div>darwin10.5.0-sieve-debug</div><div>darwin10.5.0-cxx-intel</div><div>darwin10.5.0-sieve-intel</div><div>...</div>

<div><br></div><div>are four different installs (arches) I have with the name of each PETSC_ARCH reminding me what the difference is between them.</div><div><br></div><div>Sean</div></div>