> On Sun, Feb 22, 2009 at 6:17 PM, <enjoywm at cs.wm.edu> wrote: > >> > >> > Try replacing --with-parmetis-dir= ... with the option >> > '--download-parmetis' >> > >> > Hong >> > >> > On Sun, 22 Feb 2009, enjoywm at cs.wm.edu wrote: >> > >> >> Hi, >> >> I have installed ParMetis and use the following commands, >> >> /petsc-3.0.0-p3>./config/configure.py >> >> --with-parmetis-dir=/home/scratch/ParMetis-3.1.1 >> >> The error is >> >> UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for >> >> details): >> >> >> --------------------------------------------------------------------------------------- >> >> --with-parmetis-dir=/home/scratch/yixun/ParMetis-3.1.1 did not work >> >> >> >> >> >> Thanks. >> >> >> > >> I tried it and after make all I can find libparmetis.a and libmetis.a in >> petsc-3.0.0-p3/linux-gnu-c-debug/lib . >> However when I make test,computer stopped here and no any response. > > > 1) With any configuration question, Always always always send > configure.log > and make_*.log. Without them, we have no idea what you did. > > 2) Since that is large, we recommend you use > petsc-maint at mcs.anl.govinstead. > > 3) My guess is that you have an MPI run configuration problem. Can you run > any examples? > > cd src/ksp/ksp/examples/tutorials > make ex2 > ./ex2 > $PETSC_DIR/$PETSC_ARCH/bin/mpiexec -n 2 ./ex2 > > Matt > > >> >> Thanks. >> > -- > 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 >
Thanks. After restart it works now.
