Help on installation of PETSC+prometheus on Cygwin
Satish Balay
balay at mcs.anl.gov
Tue Feb 21 10:21:54 CST 2006
These external packages are not tested on windows.
>>
/home/feap/Library/petsc-2.3.1-p5/externalpackages/ParMetis/cygwin-c-real-opt/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
>
>
More information about the petsc-users
mailing list