← Back to team overview

dolfin team mailing list archive

Re: [HG] Add test file for parallel assembly. Results appear OK for 2D Poisson equation.

 



DOLFIN wrote:
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.

changeset:   2478:8aeea68fcf1ca3dc758c9fb417d5da35bd1de922
tag:         tip
user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date:        Fri Dec 01 15:41:19 2006 +0100
files:       src/test/passembly/Makefile src/test/passembly/main.cpp
description:
Add test file for parallel assembly. Results appear OK for 2D Poisson equation.


To run the test, you need to add the path to the ParMETIS header files and libraries manually in src/test/passembly/Makefile, and compile DOLFIN with PETSc enabled.

Then to assemble using 4 processes, do

mpirun -np 4 ./dolfin_parallel-test

You can use however many processes you want.

Garth


References