← Back to team overview

dolfin team mailing list archive

Re: [Branch ~dolfin-core/dolfin/main] Rev 4607: Try changing include order to please buildbot.

 


Johannes Ring wrote:
> This is also needed in dolfin/la/EpetraKrylovSolver.cpp.
> 
> http://fenics.org:8080/builders/dolfin-hardy-i386/builds/347/steps/dolfin%20build/logs/stdio
>

I've made a change, but it may not work since the Debian/Ubuntu Trilinos
package are built without MPI support. In any case, DOLFIN assumes that
Trilinos is built with MPI. Before making a new release, the Trilinos
SCons test will need to be updated.

Garth


> Johannes
> 
> On Sun, Mar 7, 2010 at 9:57 PM,  <noreply@xxxxxxxxxxxxx> wrote:
>> ------------------------------------------------------------
>> revno: 4607
>> committer: Garth N. Wells <gnw20@xxxxxxxxx>
>> branch nick: dolfin-all
>> timestamp: Sun 2010-03-07 20:53:48 +0000
>> message:
>>  Try changing include order to please buildbot.
>> modified:
>>  dolfin/la/TrilinosPreconditioner.cpp
>>
>>
>> --
>> lp:dolfin
>> https://code.launchpad.net/~dolfin-core/dolfin/main
>>
>> Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
>> To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription.
>>
>> === modified file 'dolfin/la/TrilinosPreconditioner.cpp'
>> --- dolfin/la/TrilinosPreconditioner.cpp        2010-03-06 10:53:15 +0000
>> +++ dolfin/la/TrilinosPreconditioner.cpp        2010-03-07 20:53:48 +0000
>> @@ -6,6 +6,7 @@
>>
>>  #ifdef HAS_TRILINOS
>>
>> +#include <dolfin/main/MPI.h>
>>  #include <boost/assign/list_of.hpp>
>>  #include <AztecOO.h>
>>  #include <Ifpack.h>
>>
>>
>>
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to     : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help   : https://help.launchpad.net/ListHelp



Follow ups

References