Re: [petsc-users] PETSc Windows Installation

2022-10-31 Thread Satish Balay via petsc-users
> /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: cannot > find -lhwloc: No such file or directory > /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: cannot > find -levent_core: No such file or directory >

Re: [petsc-users] PETSc Windows Installation

2022-10-31 Thread Mohammad Ali Yaqteen
I am unable to attach the configure.log file. Hence. I have copied the following text after executing the command (less configure.log) in the cygwin64 Executing: uname -s stdout: CYGWIN_NT-10.0-19044 =

Re: [petsc-users] PETSc Windows Installation

2022-10-31 Thread Matthew Knepley
It is in the directory you executed configure in. Thanks, Matt On Mon, Oct 31, 2022 at 10:41 PM Mohammad Ali Yaqteen wrote: > From where can I get that? > > Ali > > -Original Message- > From: Satish Balay > Sent: Tuesday, November 1, 2022 11:36 AM > To: Mohammad Ali Yaqteen >

Re: [petsc-users] PETSc Windows Installation

2022-10-31 Thread Mohammad Ali Yaqteen
From where can I get that? Ali -Original Message- From: Satish Balay Sent: Tuesday, November 1, 2022 11:36 AM To: Mohammad Ali Yaqteen Cc: petsc-users Subject: RE: [petsc-users] PETSc Windows Installation you'll have to send configure.log for this failure Satish On Tue, 1 Nov

Re: [petsc-users] PETSc Windows Installation

2022-10-31 Thread Satish Balay via petsc-users
you'll have to send configure.log for this failure Satish On Tue, 1 Nov 2022, Mohammad Ali Yaqteen wrote: > I have checked the required Cygwin openmpi libraries and they are all > installed. When I run ./configure --with-cc=mpicc --with-cxx=mpicxx > --with-fc=mpif90, it returns: > > $

Re: [petsc-users] PETSc Windows Installation

2022-10-31 Thread Mohammad Ali Yaqteen
I have checked the required Cygwin openmpi libraries and they are all installed. When I run ./configure --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpif90, it returns: $ ./configure --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpif90

Re: [petsc-users] KSP on GPU

2022-10-31 Thread Barry Smith
Please send the full output when you run with the monitors I mentioned turned on. If one approach is converging and one is not then we should be able to see this in differences in the convergence output printed for the two runs getting further and further apart. Barry > On Oct 31, 2022,

Re: [petsc-users] PETSc Windows Installation

2022-10-31 Thread Satish Balay via petsc-users
BTW: If you have WSL2 on windows - it might be easier to build/use PETSc. Satish On Mon, 31 Oct 2022, Satish Balay via petsc-users wrote: > Make sure you have cygwin openmpi installed [and cywin blas/lapack] > > $ cygcheck -cd |grep openmpi > libopenmpi-devel 4.1.2-1 >

Re: [petsc-users] PETSc Windows Installation

2022-10-31 Thread Satish Balay via petsc-users
Make sure you have cygwin openmpi installed [and cywin blas/lapack] $ cygcheck -cd |grep openmpi libopenmpi-devel 4.1.2-1 libopenmpi40 4.1.2-1 libopenmpifh404.1.2-1 libopenmpiusef08_40 4.1.2-1 libopenmpiusetkr404.1.2-1 openmpi

Re: [petsc-users] KSP on GPU

2022-10-31 Thread Mark Adams
* You could try hypre or another preconditioner that you can afford, like LU or ASM, that works. * If this matrix is SPD, you want to use -fieldsplit_0_pc_gamg_esteig_ksp_type cg -fieldsplit_0_pc_gamg_esteig_ksp_max_it 10 These will give better eigen estimates, and that is important. The

Re: [petsc-users] PETSc Windows Installation

2022-10-31 Thread Matthew Knepley
On Mon, Oct 31, 2022 at 1:56 AM Mohammad Ali Yaqteen wrote: > Dear Satish > > When I configure PETSc with (./configure --with-cc=gcc --with-cxx=0 > --with-fc=0 --download-f2cblaslapack) it runs as I shared initially which > you said is not an issue anymore. But when I add (--download-scalapack