← Back to team overview

dolfin team mailing list archive

Re: dolfin program in parallel

 

DOLFIN does not yet run in parallel. The linear algebra is parallel
but the assembly is not. We need to rework our mesh library before we
can do that.

It won't be done by next week but we will fix it in the not so distant
future.

/Anders


On Tue, May 02, 2006 at 11:12:48AM +0000, Alexander Jarosch wrote:
> Hello everybody.
> 
> I was just wondering on how to run a dolfin program im parallel and 
> which solver to use. I'll do a Stokes problem.
> 
> # mpirun -np 4 foo
> 
> seems not to do the job.
> 
> thanks for any comments,
> 
> Alex
> 
> -- 
> Alexander H. Jarosch
> 
> Jarðvísindastofnun Háskólans
> Institute of Earth Sciences, University of Iceland
> Náttúrufræðahús, Askja
> Building of Natural Sciences, Askja
> Sturlugata 7
> IS - 101 Reykjavík
> Iceland
> 
> Tel.: +354 525 4906
> http://raunvis.hi.is/~jarosch/
> 
> 
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev



References