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 an error in the output when there is not.

    The tests ran fine.

   Barry


> On Nov 29, 2023, at 2:37 PM, Di Miao via petsc-users 
> <petsc-users@mcs.anl.gov> wrote:
> 
> Hi,
>  
> I tried to compile PETSc with the following configuration:
>  
> ./configure --with-debugging=0 COPTFLAGS='-O3' CXXOPTFLAGS='-O3' 
> FOPTFLAGS='-O3' --with-clean=1 
> --with-make-exec=/SCRATCH/dimiao/test_space/installed/make/bin/make 
> --with-cmake-exec=/SCRATCH/dimiao/test_space/cmake-3.27.9-linux-x86_64/bin/cmake
>  --prefix=/SCRATCH/dimiao/test_space/installed/petsc_opt_mpi 
> --with-mpi-dir=/SCRATCH/dimiao/test_space/installed/mpich 
> PETSC_ARCH=petsc_opt_mpi 
> --with-blaslapack-dir=/SCRATCH/dimiao/oneapi/mkl/latest 
> --with-mkl_pardiso-dir=/SCRATCH/dimiao/oneapi/mkl/latest --with-x=0
>  
> I got three errors:
> Possible error running C/C++ src/snes/tutorials/ex19 with 1 MPI process
> Possible error running C/C++ src/snes/tutorials/ex19 with 2 MPI processes
> Possible error running Fortran example src/snes/tutorials/ex5f with 1 MPI 
> process
>  
> Below each error messages are nothing PETSc’s performance summary.
>  
> I have attached make.log, configure.log and the message from make 
> check(make_check.log). Could you please give me some guidance on how to fix 
> this issue?
>  
> Thank you,
> Di
>  
>  
> <configure.log><make.log><make_check.log>

Reply via email to