Re: [petsc-users] DMLabel Synchronize

2022-09-01 Thread Matthew Knepley
On Wed, Aug 31, 2022 at 9:30 PM Nicholas Arnold-Medabalimi < narno...@umich.edu> wrote: > Hi > > Thanks, this looks like what I need, but I don't seem to have it in my > release (3.17.4 from > https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.17.4.tar.gz). > I see it in the current repos

Re: [petsc-users] DMLabel Synchronize

2022-09-01 Thread Nicholas Arnold-Medabalimi
I've been trying to update from the snapshot to the main branch on the gitlab but I'm having one issue. This does not occur using the snapshot petsc mentioned previously. I use a PetscViewer to read in a file. The appended function is used to fast-forward to the locations in the file. Looking at

[petsc-users] compile warnings

2022-09-01 Thread Yuyun Yang
Hello team, I recently reconfigured PETSc on my Mac terminal, and running makefile gives me the following warnings. Will these affect running the code, and how do I get rid of these warnings? ld: warning: dylib (/Users/yuyunyang/petsc/arch-darwin-c-debug/lib/libscalapack.dylib) was built for newe

Re: [petsc-users] compile warnings

2022-09-01 Thread Jose E. Roman
Set this in your environment: export MACOSX_DEPLOYMENT_TARGET=11.6 Jose > El 2 sept 2022, a las 7:50, Yuyun Yang escribió: > > Hello team, > > I recently reconfigured PETSc on my Mac terminal, and running makefile gives > me the following warnings. Will these affect running the code, and how