Compiling PETSc with Visual Studio 2008
Farshid Mossaiby
mossaiby at yahoo.com
Thu Apr 24 16:15:46 CDT 2008
Thanks, Satish!
I will test it ASAP and report the result.
Regards,
Farshid Mossaiby
--- Satish Balay <balay at mcs.anl.gov> wrote:
> On Wed, 23 Apr 2008, Farshid Mossaiby wrote:
>
> > I built PETSc with this command line after
> installing
> > latest MPICH2:
> >
> > ./config/configure.py --with-cc='win32fe cl
> > --nodetect' --with-fc=0 --with-ar='win32fe lib
> > --nodetect' PETSC_ARCH=cygwin-c-debug-mpi
> --with-mpi=1
> > --with-mpi-dir=/cygdrive/c/Program\ Files/MPICH2/
> > --download-c-blas-lapack=../f2cblaslapack.tar.gz
> >
> > It compiles OK but stops after "make all test":
> >
> > ...
> > Completed building libraries
> > =========================================
> > Shared libraries disabled
> > Running test examples to verify correct
> installation
> >
> > ... and I have to press Ctrl-C to quit. Have I
> done
> > anything wrong?
>
> This MPI requires additional *settings* to run
> codes. I.e automated
> testing won't work. Try running manually.
>
> cd src/ksp/ksp/examples/tutorials
> make ex2
> mpiexec -n 2 ./ex2
>
>
> [mostlikely - mpiexec need to authenicate the
> windows way - before
> being able to launch a job]
>
> Satish
>
>
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
More information about the petsc-dev
mailing list