1 (edited by thuongnm 22-11-2010 19:24:20)

Topic: install POOFEM!

Hi BP!
Yesterday I started installing poofem with guide from this topic:
http://www.oofem.org/forum/viewtopic.php?id=193
I've already installed successfully openmpi-1.4.3, petsc-3.1-p6, and ParMetis-3.1.1. I also ran successfully the command:
./configure OOFEM_TARGET=poofem-release CXXFLAGS=-02 --enable-poofem --with-MPIDIR=/home/thuongnm/program/openmpi-1.4.3/ --enable-petsc --with-PETSCDIR=/home/thuongnm/program/petsc-3.1-p6/ --with-PETSCARCH=linux-gnu-cxx-debug --enable-parmetis --with-PARMETISDIR=/home/thuongnm/program/ParMetis-3.1.1/
to configure oofem.
However, when I compiled the target poofem-release, I got error like Xuejian had.  But there is something different between the content of the error. Thus, I don't know how to fix it! here is the make.log file:

2

Re: install POOFEM!

Hi,
from the log, I see the following:

/home/thuongnm/program/oofem-1.9/src/oofemlib/petsccontext.h:41:22: error: petscksp.h: No such file or directory

this means that the petsc directory or petsc arch are not set correctly. It is quite interesting, as the configure script checks for the presence of petscksp.h, so it should report a problem. Are you sure, that configure script has finished without errors? Could you attach the configure log as well?

Borek

Re: install POOFEM!

Hi BP!
here is my config.log