Re: [petsc-users] Regarding the status of MatSolve on GPUs

2022-10-06 Thread Junchao Zhang
Hi, Sajid, I will have a look to see what is wrong. Thanks. --Junchao Zhang On Thu, Oct 6, 2022 at 2:32 PM Sajid Ali wrote: > Hi PETSc-developers, > > Does PETSc currently provide (either native or third party support) for > MatSolve that can be performed entirely on a GPU given a

[petsc-users] Regarding the status of MatSolve on GPUs

2022-10-06 Thread Sajid Ali
Hi PETSc-developers, Does PETSc currently provide (either native or third party support) for MatSolve that can be performed entirely on a GPU given a factored matrix? i.e. a direct solver that would store the factors L and U on the device and use the GPU to solve the linear system. It does not

Re: [petsc-users] PetscLogView produces nan's instead of timing data when using GPUs

2022-10-06 Thread Sajid Ali
Hi Barry, Thanks for the explanation. On Wed, Oct 5, 2022 at 4:11 PM Barry Smith wrote: > > It prints Nan to indicate that the time for that event is not known > accurately. But the times for the larger events that contain these events > are known. So for example the time for KSPSolve is

Re: [petsc-users] clarification on extreme eigenvalues from KSPComputeEigenvalues

2022-10-06 Thread feng wang
Hi Mark, Thanks for your help! It clears many of my doubts. Thanks, Feng From: Mark Adams Sent: 05 October 2022 15:05 To: feng wang Cc: petsc-users@mcs.anl.gov Subject: Re: [petsc-users] clarification on extreme eigenvalues from KSPComputeEigenvalues On

[petsc-users] R: R: How to use Intel OneApi mpi wrappers on Linux

2022-10-06 Thread Paolo Lampitella
Hi Eric, With the previous Intel version I was able to configure without mpi wrappers without problems. Using the suggestion by Mark (CFLAGS, FFLAGS, CXXFLAGS) I managed to also use the mpi wrappers. Unfortunately, as you seem to have noticed, things break down on Hypre and that loopopt. I

Re: [petsc-users] Vector field ordering question

2022-10-06 Thread Matthew Knepley
On Thu, Oct 6, 2022 at 6:47 AM Gong Yujie wrote: > Dear development team, > > I'm trying to write a code to deal with a multi-field problem. Currently I > find that the vector ordering for the field is (a1,a2,a3,b1,b2,b3), here > assume a1,a2,a3 belongs to one field and bs for another field.

Re: [petsc-users] How to show the x window for cmd `make -f ./gmakefile test ...`?

2022-10-06 Thread Zongze Yang
Thanks! Matthew Knepley 于2022年10月6日周四 16:19写道: > On Thu, Oct 6, 2022 at 9:16 AM Zongze Yang wrote: > >> Hi, everyone, >> >> I am trying to run some test cases with x window, but the x window never >> showed up with command `make -f ./gmakefile test ...`. It seems a default >> option `-nox` is

Re: [petsc-users] How to show the x window for cmd `make -f ./gmakefile test ...`?

2022-10-06 Thread Matthew Knepley
On Thu, Oct 6, 2022 at 9:16 AM Zongze Yang wrote: > Hi, everyone, > > I am trying to run some test cases with x window, but the x window never > showed up with command `make -f ./gmakefile test ...`. It seems a default > option `-nox` is set. How to disable this option for `make test`? > Yes,

[petsc-users] How to show the x window for cmd `make -f ./gmakefile test ...`?

2022-10-06 Thread Zongze Yang
Hi, everyone, I am trying to run some test cases with x window, but the x window never showed up with command `make -f ./gmakefile test ...`. It seems a default option `-nox` is set. How to disable this option for `make test`? An example is shown below: ``` z2yang@ws6:~/repos/petsc$