dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #14877
[HG DOLFIN] Restructure SLEPc pkg-config generator.
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 6803:55c0fe9d7161376545387d82729eb687f1738728
tag: tip
user: Johannes Ring <johannr@xxxxxxxxx>
date: Wed Aug 19 13:59:27 2009 +0200
files: scons/simula-scons/simula_scons/pkgconfiggenerators/slepc.py
description:
Restructure SLEPc pkg-config generator.
changeset: 6802:9099f83dd03231e18b746914886fb2b8dc880ef5
user: Johannes Ring <johannr@xxxxxxxxx>
date: Wed Aug 19 13:58:57 2009 +0200
files: SConstruct scons/simula-scons/simula_scons/pkgconfiggenerators/petsc.py
description:
Add withPetscArch option to build system.
changeset: 6801:d3897056b4c92df1a2decddb8481f01011468683
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):
....
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin