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

Barry Smith bsmith at petsc.dev
Wed Nov 29 13:43:27 CST 2023


   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 at 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>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20231129/a3ff5d9b/attachment.html>


More information about the petsc-users mailing list