dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #06744
[HG DOLFIN] Work on getting DOLFIN running with PETSc.
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 3744:fbadc9e00e20400dcd8de6445f8b2f1e627095d9
tag: tip
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Wed Mar 19 12:39:11 2008 +0000
files: demo/pde/poisson/cpp/SConstruct dolfin/SConscript scons/simula-scons/simula_scons/Customize.py scons/simula-scons/simula_scons/__init__.py scons/simula-scons/simula_scons/pkgconfig.py scons/simula-scons/simula_scons/pkgconfiggenerators/petsc.py scons/simula-scons/simula_scons/pkgconfiggenerators/slepc.py
description:
Work on getting DOLFIN running with PETSc.
I've created somethibng called 'linkOpts' and added this to LINKFLAGS by doing
modEnv.Append(LINKFLAGS=linkOpts)
in dolfin/SConstruct. The cpp Poisson demo runs if you do 'scons' in demo/pde/poisson/cpp. Plotting is broken and I haven't tested pyDOLFIN yet.
Hopefully the SCons experts can help clean it all up.
changeset: 3743:e8694f2bd74f49d029b3b3bc1e711c5ea128641f
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Wed Mar 19 12:02:08 2008 +0000
files: scons/simula-scons/simula_scons/pkgconfiggenerators/slepc.py
description:
Fix bug in slepc.py.
changeset: 3742:0b1f60890cd8fca2af48dfb37d66897ea32c99f1
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Wed Mar 19 11:53:47 2008 +0000
files: scons/simula-scons/simula_scons/pkgconfiggenerators/petsc.py scons/simula-scons/simula_scons/pkgconfiggenerators/slepc.py
description:
Create entry 'linkeropts' in .pc files for PETSc and SLEPc.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin
Follow ups