Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Satish Balay via petsc-dev
Fande, You can use the hash for this - i.e 477e44bbb558b1357d86363677accbb4bcdfaabc in moose builds/CI - and see if that works Satish On Tue, 19 Jul 2022, Satish Balay via petsc-dev wrote: > Created MR with your patch to release > https://gitlab.com/petsc/petsc/-/merge_requests/5447 > >

Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Satish Balay via petsc-dev
Created MR with your patch to release https://gitlab.com/petsc/petsc/-/merge_requests/5447 Can merge this into release-3.16 as-well. Satish On Tue, 19 Jul 2022, Satish Balay via petsc-dev wrote: > Ok - this issue persists in main branch > > reproducible [on M1 mac] with: > > ./configure

Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Satish Balay via petsc-dev
Ok - this issue persists in main branch reproducible [on M1 mac] with: ./configure --with-mpi=0 --download-fblaslapack --with-debugging=no Satish On Tue, 19 Jul 2022, Barry Smith wrote: > >Urgg, I was sure we saw it recently and "fixed" it but searches on my > machine and googling don't

Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Barry Smith
Urgg, I was sure we saw it recently and "fixed" it but searches on my machine and googling don't find any particular place where we fixed it so I must be imagining things. Barry > On Jul 19, 2022, at 2:22 PM, Satish Balay wrote: > > Barry, > > Which commit in 3.17 fixed this? > >

Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Satish Balay via petsc-dev
On Tue, 19 Jul 2022, Fande Kong wrote: > On Tue, Jul 19, 2022 at 12:22 PM Satish Balay wrote: > > > Barry, > > > > Which commit in 3.17 fixed this? > > > > Fande, > > > > If I add a patch to branch "release-3.16" - would that get used? [as there > > won't be any new 3.16 tarballs] > > > > Yes,

[petsc-dev] searching for petsc4py on petsc.org/main finds nothing

2022-07-19 Thread Barry Smith
Is there a way to pull the petsc4py documentation in so that it gets searched? Or at least provide links down into the petsc4py documentation?

Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Fande Kong
On Tue, Jul 19, 2022 at 12:22 PM Satish Balay wrote: > Barry, > > Which commit in 3.17 fixed this? > > Fande, > > If I add a patch to branch "release-3.16" - would that get used? [as there > won't be any new 3.16 tarballs] > Yes, we can use it. We treat PETSc as a submodule in MOOSE. We can

Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Satish Balay via petsc-dev
>>> Strumpack requires the LAPACK routine dlapmr(), the current Lapack libraries ['liblapack.a', 'libblas.a'] does not have it Try using --download-fblaslapack=1 option <<< Ok - so strumpack can't use vecLb Satish On Tue, 19 Jul 2022, Satish Balay via petsc-dev wrote: > > Executing:

Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Satish Balay via petsc-dev
Executing: mpicc --version stdout: clang version 12.0.1 Target: arm64-apple-darwin20.0.0 Thread model: posix InstalledDir: /Users/kongf/mambaforge3/envs/moose-mpich/bin << Ah yes - Moose doesn't use xcode compilers [or libraries..] Does download-openblas also fail? Satish On Tue, 19

Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Satish Balay via petsc-dev
Barry, Which commit in 3.17 fixed this? Fande, If I add a patch to branch "release-3.16" - would that get used? [as there won't be any new 3.16 tarballs] BTW: Any particular reason to use fblaslapack - instead of [default] veclib on Mac? Satish On Tue, 19 Jul 2022, Fande Kong wrote: > Hi

Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Fande Kong
Hi Barry, It would be nice if we could get this patch to PETSc-3.16. We will upgrade to PETSc-3.17 for sure but it will take a while Fande On Tue, Jul 19, 2022 at 11:59 AM Barry Smith wrote: > > I think we have a fix for this in the 3.17 release. Perhaps Satish could > stick this line into

Re: [petsc-dev] ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame

2022-07-19 Thread Barry Smith
I think we have a fix for this in the 3.17 release. Perhaps Satish could stick this line into the 3.16 release/tag for its users? Barry > On Jul 19, 2022, at 1:48 PM, Fande Kong wrote: > > Hi PETSc team, > > We had trouble when compiling fblaslapack on Apple M1. We could get around