parallel assembly

Asked by jhameed2@illinois.edu

Hello,

My understanding is that dolfin allow experimental parallel assembly. Is there more information, on whats experimental about it, any caveats etc?

Thanks,
-Jehanzeb

Question information

Language:
English Edit question
Status:
Solved
For:
DOLFIN Edit question
Assignee:
No assignee Edit question
Solved by:
jhameed2@illinois.edu
Solved:
Last query:
Last reply:
Revision history for this message
Garth Wells (garth-wells) said :
#1

On 09/07/10 21:05, <email address hidden> wrote:
> New question #117187 on DOLFIN:
> https://answers.launchpad.net/dolfin/+question/117187
>
> Hello,
>
> My understanding is that dolfin allow experimental parallel assembly.
> Is there more information, on whats experimental about it, any
> caveats etc?
>

It should just 'work'. In the vast majority of cases you don't need to
worry about it when writing your own solver. If you try to do something
which is not yet supported, it should return an error.

To run a program, just use

    mpirun -np numproc . . . . .

Garth

> Thanks, -Jehanzeb
>

Revision history for this message
jhameed2@illinois.edu (jhameed2) said :
#2

Thanks.