[petsc-users] value of PETSC_ARCH

Sean Farley sean at mcs.anl.gov
Fri Feb 18 11:09:44 CST 2011


>
> 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?


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.

For example,

$ ls $PETSC_DIR
...
darwin10.5.0-cxx-debug
darwin10.5.0-sieve-debug
darwin10.5.0-cxx-intel
darwin10.5.0-sieve-intel
...

are four different installs (arches) I have with the name of each PETSC_ARCH
reminding me what the difference is between them.

Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110218/7cddaef7/attachment.htm>


More information about the petsc-users mailing list