Re: [petsc-users] DMLabel Synchronize

2022-08-31 Thread Nicholas Arnold-Medabalimi
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 repository, though. Is the 3.17.4 tarball just missing it, or will it be added in the next release? Than

Re: [petsc-users] Problem about optimized version

2022-08-31 Thread Barry Smith
Please send configure.log and make.log to petsc-ma...@mcs.anl.gov (too large for petsc-users) Did you use the exact same configure options for the optimized and debugger versions of PETSc except for the option --with-debugging=no ? The "is processed by tw

Re: [petsc-users] Problem about optimized version

2022-08-31 Thread Matthew Knepley
On Wed, Aug 31, 2022 at 9:40 AM wangxq2020--- via petsc-users < petsc-users@mcs.anl.gov> wrote: > Hi > I run the program on the debuged version of PETSC successfuly. Then I want > using the optimized version. And configure by ./configure > --with-debugging=no --with-packages-download-dir=~/package

Re: [petsc-users] Problem about optimized version

2022-08-31 Thread Blaise Bourdin
Hi, Are you sure that you are using the same version of petsc in your batch script? Can you echo $PETSC_DIR and $PETSC_ARCH? Also, it looks like you are using my hydraulic fracturing code VPFHF. That's great and I am glad to see that somebody is continuing to use it. We have not tou

[petsc-users] Problem about optimized version

2022-08-31 Thread wangxq2020--- via petsc-users
Hi I run the program on the debuged version of PETSC successfuly. Then I want using the optimized version. And configure by ./configure --with-debugging=no --with-packages-download-dir=~/packages_dir --with-mpich-dir="/public3/soft/mpich/mpich-3.4.2". Then I installed the Hypre package by ./con

Re: [petsc-users] DMLabel Synchronize

2022-08-31 Thread Matthew Knepley
On Tue, Aug 30, 2022 at 6:37 PM Nicholas Arnold-Medabalimi < narno...@umich.edu> wrote: > Hi > > Thanks for all the help. I'm looking to tag several cells based on metrics > occurring at run time. In addition to the metric-defined cells I also want > to label the surrounding cells. This is no prob