Re: [petsc-users] MatSetValues() can't work right

2024-03-18 Thread Barry Smith
> On Mar 18, 2024, at 9:41 PM, Waltz Jan wrote: > > Thank you for your response. > However, even after reading the Notes in > https://urldefense.us/v3/__https://petsc.org/release/manualpages/DM/DMCreateMatrix/__;!!G_uCfscf7eWS!fTO1ShsqXrxcXKmKrn7uXjX68PlSaKv4RBgRvwP9BUQpeowdAqyQyxq3cSp_3H231u

Re: [petsc-users] Install PETSc with option `--with-shared-libraries=1` failed on MacOS

2024-03-18 Thread Satish Balay via petsc-users
On Mon, 18 Mar 2024, Pierre Jolivet wrote: > > And here we go: > https://urldefense.us/v3/__https://gitlab.com/petsc/petsc/-/jobs/6420606887__;!!G_uCfscf7eWS!alfBlmyFQ5JJUYKxxFdETav6xjHOl5W54BPrmJEyXdSakVXnj8eYIRZdknOI-FK4uiaPdL4zSdJlD2zrcw$ > > 20 minutes in, and still in the dm_* tests with

Re: [petsc-users] Install PETSc with option `--with-shared-libraries=1` failed on MacOS

2024-03-18 Thread Pierre Jolivet
> On 18 Mar 2024, at 7:59 PM, Satish Balay via petsc-users > wrote: > > On Mon, 18 Mar 2024, Satish Balay via petsc-users wrote: > >> On Mon, 18 Mar 2024, Pierre Jolivet wrote: >> >>> >>> On 18 Mar 2024, at 5:13 PM, Satish Balay via petsc-users wrote: Ah - the compil

Re: [petsc-users] Install PETSc with option `--with-shared-libraries=1` failed on MacOS

2024-03-18 Thread Satish Balay via petsc-users
On Mon, 18 Mar 2024, Satish Balay via petsc-users wrote: > On Mon, 18 Mar 2024, Pierre Jolivet wrote: > > > > > > > > On 18 Mar 2024, at 5:13 PM, Satish Balay via petsc-users > > > wrote: > > > > > > Ah - the compiler did flag code bugs. > > > > > >> (current version is 0.3.26 but we can’t

Re: [petsc-users] Install PETSc with option `--with-shared-libraries=1` failed on MacOS

2024-03-18 Thread Satish Balay via petsc-users
On Mon, 18 Mar 2024, Pierre Jolivet wrote: > > > > On 18 Mar 2024, at 5:13 PM, Satish Balay via petsc-users > > wrote: > > > > Ah - the compiler did flag code bugs. > > > >> (current version is 0.3.26 but we can’t update because there is a huge > >> performance regression which makes the pi

Re: [petsc-users] Install PETSc with option `--with-shared-libraries=1` failed on MacOS

2024-03-18 Thread Pierre Jolivet
> On 18 Mar 2024, at 5:13 PM, Satish Balay via petsc-users > wrote: > > Ah - the compiler did flag code bugs. > >> (current version is 0.3.26 but we can’t update because there is a huge >> performance regression which makes the pipeline timeout) > > maybe we should retry - updating to the l

Re: [petsc-users] Install PETSc with option `--with-shared-libraries=1` failed on MacOS

2024-03-18 Thread Satish Balay via petsc-users
Ah - the compiler did flag code bugs. > (current version is 0.3.26 but we can’t update because there is a huge > performance regression which makes the pipeline timeout) maybe we should retry - updating to the latest snapshot and see if this issue persists. Satish On Mon, 18 Mar 2024, Zongze

Re: [petsc-users] MatSetValues() can't work right

2024-03-18 Thread Barry Smith
The output is correct (only confusing). For PETSc DMDA by default viewing a parallel matrix converts it to the "natural" ordering instead of the PETSc parallel ordering. See the Notes in https://urldefense.us/v3/__https://petsc.org/release/manualpages/DM/DMCreateMatrix/__;!!G_uCfscf7eWS!

Re: [petsc-users] Using PetscPartitioner on WINDOWS

2024-03-18 Thread Barry Smith
Please switch to the latest PETSc version, it supports Metis and Parmetis on Windows. Barry > On Mar 17, 2024, at 11:57 PM, 程奔 <202321009...@mail.scut.edu.cn> wrote: > > This Message Is From an External Sender > This message came from outside your organization. > Hello, > > Recently I try