The MTL4 linear algebra backend by Dag has been added. At this stage, to enable the MTL4 backend you need to set (for bash)
export CXXFLAGS='-I/path/to/mtl4 -DHAS_MTL4=1' Perhaps simula-scons could add a test for MTL4 based on the user setting MTL4_DIR? Garth 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: 4451:159cc501482bb19e353eab6132e60b229d73034b > tag: tip > user: "Garth N. Wells <[EMAIL PROTECTED]>" > date: Fri Jul 18 11:06:13 2008 +0100 > files: SConstruct dolfin/la/DefaultFactory.cpp dolfin/la/mtl4.h > description: > Undo change to SConstruct. > > > changeset: 4450:53587ab5c0dae38430001c512e07fd9e85427eca > user: Dag Lindbo <[EMAIL PROTECTED]> > date: Fri Jul 18 11:31:52 2008 +0200 > files: SConstruct dolfin/la/DefaultFactory.cpp > dolfin/la/MTL4Factory.cpp dolfin/la/MTL4Factory.h dolfin/la/MTL4Matrix.cpp > dolfin/la/MTL4Matrix.h dolfin/la/MTL4SparsityPattern.cpp > dolfin/la/MTL4SparsityPattern.h dolfin/la/MTL4Vector.cpp > dolfin/la/MTL4Vector.h dolfin/la/dolfin_la.h dolfin/la/mtl4.h > sandbox/mtl4/backend_test/Poisson.form sandbox/mtl4/backend_test/Poisson.h > sandbox/mtl4/backend_test/Poisson.py sandbox/mtl4/backend_test/SConstruct > sandbox/mtl4/backend_test/main.cpp > description: > added minimal MTL4 backend > > > changeset: 4449:cd69865f5877812963fe26504e0b12cad5dbfa9c > parent: 4448:c25ed72888c4e409eca833f98e744926ef57f6c4 > parent: 4447:f5903a9b7c21f55f6996265d50cb8b4a98fa9f42 > user: "Garth N. Wells <[EMAIL PROTECTED]>" > date: Fri Jul 18 00:11:57 2008 +0100 > files: > description: > merge. > > ---------------------------------------------------------------------- > For more details, visit http://www.fenics.org/hg/dolfin > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
