On Wed, Nov 4, 2015 at 2:04 PM, tschroeder <tschroe...@daad-alumni.de>
wrote:

> Here it is.
>

OK, so one issue is that your PETSc was not found properly:

configure:29442: checking
/home/tobias/PETSc/petsc-3.6.2/lib/petsc/include/petscversion.h usability
configure:29442: mpicc -c   conftest.c >&5
conftest.c:143:75: fatal error:
/home/tobias/PETSc/petsc-3.6.2/lib/petsc/include/petscversion.h: No such
file or directory
 #include </home/tobias/PETSc/petsc-3.6.2/lib/petsc/include/petscversion.h>
                                                                           ^

it looks like your PETSC_DIR variable may not be set quite right.

This doesn't really explain the segfault you are seeing, but ensuring
libmesh finds PETSc -- and uses the same MPI that PETSc is using -- may end
up fixing the problem.

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

Reply via email to