Re: [petsc-users] petsc build could not pass make check

2023-11-29 Thread Di Miao via petsc-users
Yes, it is caused by the .petscrc. Thank you for your help! Di -Original Message- From: Satish Balay Sent: Wednesday, November 29, 2023 11:41 AM To: Di Miao Cc: petsc-users@mcs.anl.gov Subject: Re: [petsc-users] petsc build could not pass make check Do you have a ~/.petscrc file

Re: [petsc-users] petsc build could not pass make check

2023-11-29 Thread Barry Smith
It appears you possibly have the environmental variable PETSC_OPTIONS set to -log_view or have a .petscrc file containing -log_view that is triggering the printing of the logging information. The logging information confuses the error checker in make check to make it think there may be

Re: [petsc-users] petsc build could not pass make check

2023-11-29 Thread Satish Balay via petsc-users
Do you have a ~/.petscrc file - with -log_view enabled? Satish On Wed, 29 Nov 2023, Di Miao via petsc-users wrote: > Hi, > > I tried to compile PETSc with the following configuration: > > ./configure --with-debugging=0 COPTFLAGS='-O3' CXXOPTFLAGS='-O3' > FOPTFLAGS='-O3' --with-clean=1 >