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

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

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

[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