On Wed, Nov 3, 2010 at 6:00 PM, Carl Ponder <CPonder at nvidia.com> wrote:
> *On 11/03/2010 05:43 PM, Satish Balay wrote:* > > Perhaps you pulled petsc-dev - but not BuildSystem - so they are out-of-sync? > > > Satish -- here are the commands I used: > > hg clone http://petsc.cs.iit.edu/petsc/petsc-dev > cd petsc-dev/config > hg clone http://petsc.cs.iit.edu/petsc/BuildSystem > cd .. > export PETSC_ARCH=arch-linux-gnu-c-debug > export PETSC_DIR=$PWD > ./configure --with-cc=mpicc --with-fc=mpif90 --download-f-blas-lapack=1 > --download-hdf5=1 --prefix=$PETSC_DIR/$PETSC_ARCH > make PETSC_DIR=$PWD PETSC_ARCH=arch-linux-gnu-c-debug all > > Note that while I pulled BuildSystem, I haven't taken any special steps to > install it, I just run the installation steps for petsc-dev in the parent > directory. > This is what I get from reading > > http://www.mcs.anl.gov/petsc/petsc-as/developers/index.html#Obtaining > > although I'm skipping the steps > > hg pull -u > ./$PETSC_ARCH/conf/reconfigure-$PETSC_ARCH.py > > Are these necessary, given that I've pulled the updated trees and run the > configure & make? > You are using terms imprecisely. By "pull", we mean hg pull -u not a clone. Pull updates the repository: http://mercurial.selenic.com/wiki/Tutorial Matt > Thanks, > > Carl Ponder > > ------------------------------ > This email message is for the sole use of the intended recipient(s) and > may contain confidential information. Any unauthorized review, use, > disclosure or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply email and destroy all copies > of the original message. > ------------------------------ > > -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20101103/8359acf0/attachment.html>
