Hi John,

I tried with PETSC_DIR=/home/hpcsmec15767/sfw/petsc/3.17.5. I got the same
error as mentioned below
checking for built-in XDR support... yes
checking
/home/hpcsmec15767/sfw/petsc/3.17.5/linux-debug/include/petscversion.h
usability... no
checking
/home/hpcsmec15767/sfw/petsc/3.17.5/linux-debug/include/petscversion.h
presence... no
checking for
/home/hpcsmec15767/sfw/petsc/3.17.5/linux-debug/include/petscversion.h... no
checking /home/hpcsmec15767/sfw/petsc/3.17.5/include/petscversion.h
usability... no
checking /home/hpcsmec15767/sfw/petsc/3.17.5/include/petscversion.h
presence... no
checking for /home/hpcsmec15767/sfw/petsc/3.17.5/include/petscversion.h...
no
configure: error: *** PETSc was not found, but --enable-petsc-required was
specified.

This one I am trying in the hpc cluster. Few months ago, I tried to install
this IBAMR-0.13.0 open software with petsc 3.17.5 and libmesh 1.6.2 in our
local machine, the same error occurred though.
Right now I am using IBAMR-0.11.0 with petsc 3.13.4 and libmesh 1.6.2 and
it is working in our local machine. Does petsc 3.17.5 version compatible
with libmesh 1.6.2?

I am sharing the config.log file. Please find the attachment and do the
needful.

Thanks and regards
Srinivas

On Fri, Sep 1, 2023 at 12:43 AM John Peterson <jwpeter...@gmail.com> wrote:

> Unfortunately, there is no additional information in the log file beyond
>
> configure:4977: result: <<< Could not find a viable PETSc Makefile to
>> determine PETSC_CC_INCLUDES, etc. >>>
>
>
> which means that your PETSc installation is not how we expected it to be.
> Based on the args you passed to configure, I see that you set the following
>
> PETSC_DIR=/home/hpcsmec15767/sfw/petsc/3.17.5/linux-debug
> PETSC_ARCH=linux-debug
>
> In this case we expect to find the following two files:
> ${PETSC_DIR}/makefile
> ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/variables
>
> or the single file:
>
> ${PETSC_DIR}/lib/petsc/conf/variables
>
> Therefore, I think the issue is that your PETSC_DIR variable already
> includes the PETSC_ARCH in it? I would try again setting
>
> PETSC_DIR=/home/hpcsmec15767/sfw/petsc/3.17.5
>
> instead.
>
> --
> John
>

-- 
**Disclaimer:*
This message was sent from Vellore Institute of Technology.  
The contents of this email may contain legally protected confidential or 
privileged information of “Vellore Institute of Technology”.  If you are 
not the intended recipient, you should not disseminate, distribute or copy 
this e-mail. Please notify the sender immediately and destroy all copies of 
this message and any attachments. If you have received this email in error, 
please promptly notify the sender by reply email and delete the original 
email and any backup copies without reading them.*

_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to