dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17640
Re: [Fwd: Re: Build problem]
On Tue, Feb 16, 2010 at 04:08:34PM +0100, Andre Massing wrote:
Message-ID: <4B7AB4B6.6060109@xxxxxxxxx>
Date: Tue, 16 Feb 2010 16:07:34 +0100
From: Andre Massing <massing@xxxxxxxxx>
User-Agent: Thunderbird 2.0.0.23 (X11/20090817)
MIME-Version: 1.0
To: Anders Logg <logg@xxxxxxxxx>
Subject: Re: [Dolfin] Build problem
References: <20100216141110.GG9293@olorin> <20100216150221.GL9293@olorin>
In-Reply-To: <20100216150221.GL9293@olorin>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
>
>
>
> Anders Logg wrote:
> >On Tue, Feb 16, 2010 at 03:11:10PM +0100, Anders Logg wrote:
> >>I've just rebuilt PETSc and DOLFIN and I still see the following error:
> >>
> >> ImportError:
> >> /home/logg/scratch/lib/fenics-dev/lib/libdolfin.so.0: undefined
> >> symbol: _Z14PCHYPRESetTypeP5_p_PCPKc
> >>
> >> # c++filt _Z14PCHYPRESetTypeP5_p_PCPKc
> >> PCHYPRESetType(_p_PC*, char const*)
> >>
> >>Any idea where this comes from? It wasn't there a couple of days back.
> >
> >The following lines look very suspicious in PETScKrylovSolver. According
> >to 'bzr annotate', they were added by Andre. Is this a left-over from
> >debugging?
>
> Hmm, that is very strange. I don't know why I should have
> touched/introduced that macro at all, nothing connected to mesh
> functionality.
ok. I've removed it now. Let's see if it helps.
I won't dig too deep into where those lines came from. Chances are
I'll dig up myself as the culprit.
--
Anders
> >
> >--> #ifndef PETSC_HAVE_HYPRE
> >--> #define PETSC_HAVE_HYPRE 1
> >--> #endif
> >
> > #if PETSC_HAVE_HYPRE
> > PCSetType(pc, PCHYPRE);
> > PCHYPRESetType(pc, "boomeramg");
> > PCSetFromOptions(pc);
> > ...
> >
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help : https://help.launchpad.net/ListHelp
Attachment:
signature.asc
Description: Digital signature
References