Satish: Thank you very much for the help. Right now it works on cygwin shell after removing the three lines.
Letian -----Original Message----- From: owner-petsc-users at mcs.anl.gov [mailto:[email protected]] On Behalf Of Satish Balay Sent: Tuesday, February 21, 2006 11:22 AM To: petsc-users at mcs.anl.gov Subject: Re: Help on installation of PETSC+prometheus on Cygwin These external packages are not tested on windows. >> /home/feap/Library/petsc-2.3.1-p5/externalpackages/ParMetis/cygwin-c-real-op t/include/parmetis.h:20:1: warning: "__cdecl" redefined >> You could try removing the following code from /home/feap/Library/petsc-2.3.1-p5/externalpackages/ParMetis/parmetis.h and see if it helps #ifndef _MSC_VER #define __cdecl #endif However I'll recommend using linux instead [due to all the external package requirements] Satish On Tue, 21 Feb 2006, Letian Wang wrote: > Hello, > > > > I had problems to install PETSc-2.3.1-p5 and Prometheus on my notebook under > Cygwin environment. Here are the options I used: > > > > --with-blas-lapack-dir=$PETSC_DIR/externalpackages/fblaslapack/$PETSC_ARCH > > --with-debugging=0 > > --with-mpi-dir=$HOME/mpich2-install > > --download-parmetis=1 > > --download-prometheus=1 > > --download-spooles=1 > > --download-hypre=1 > > > > I could download Parmetis and it seemed the compiling was ok because I saw > files libparmetis.a and libmetis.a. However, PETSc complains the downloaded > Parmetis cannot be used. Attached is the configure.log file. > > > > Any helps are greatly appreciated. Thanks. > > > > Letian Wang > >
