dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #24575
Re: Fwd: [Branch ~dolfin-core/dolfin/wells] Rev 6282: Merge Boost MPI code.
On 9/28/11 1:48 PM, Johannes Ring wrote:
> On Tue, Sep 27, 2011 at 9:25 AM, Johannes Ring <johannr@xxxxxxxxx> wrote:
>> On Tue, Sep 27, 2011 at 9:19 AM, Garth N. Wells <gnw20@xxxxxxxxx> wrote:
>>> This change will break the buildbots until Boost is updated on the buildbots.
>>
>> Yes, I'm working on this now (two fixed, two to go).
>
> The buildbots has been upgraded with Boost.MPI, however, there are
> problems on mac-osx and linux64-exp. I have built Boost 1.47 like this
> (modified boost.package from Dorsal):
>
> ./bootstrap.sh --prefix=${INSTALL_PATH}
> echo "using mpi ;" > user-config.jam
> ./bjam --with-program_options \
> --with-filesystem \
> --with-serialization \
> --with-thread \
> --with-iostreams \
> --with-system \
> --with-mpi \
> --user-config=user-config.jam \
> install
>
> The mac-osx buildbot fails because of some undefined symbols. See the
> buildbot page for details:
>
> http://www.fenicsproject.org:8080/builders/dolfin-mac-osx/builds/1863/steps/dolfin%20build/logs/stdio
And I see the following error on my machine. I use boost.mpi from macports:
http://home.simula.no/~harish/files/tmp/dolfin-compile-error.txt
Harish
References