dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #14876
[HG DOLFIN] Add a 'mpi_jit_decorator' function which generalizes the paralell jit
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 6801:d3897056b4c92df1a2decddb8481f01011468683
tag: tip
user: "Johan Hake <hake@xxxxxxxxx>"
date: Wed Aug 19 13:41:45 2009 +0200
files: site-packages/dolfin/compile_extension_module.py site-packages/dolfin/jit.py
description:
Add a "mpi_jit_decorator" function which generalizes the paralell jit
compilation algorithm.
It utilize a nice feature in Python: decorators
To apply it to a jit_compiler just import the decorator and decorate
your jit function:
@mpi_jit_decorator
def some_jit_compiler(some):
....
changeset: 6800:2dc2719112892bcc48fa70c4622872a0cc251243
user: Johannes Ring <johannr@xxxxxxxxx>
date: Wed Aug 19 13:31:10 2009 +0200
files: test/memory/test.py
description:
Remove reaction demo when running Valgrind (buildbot times out).
changeset: 6799:60d081f9053d3db8215f9150914b1d79af03b83b
user: "Johan Hake <hake@xxxxxxxxx>"
date: Wed Aug 19 13:11:37 2009 +0200
files: dolfin/main/MPI.cpp
description:
Fixed unimplemented dolfin::MPI::barrier()
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin
Follow ups