From: maier Date: Tue, 18 Sep 2012 10:12:17 +0000 (+0000) Subject: Update todo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff582b0d4f1e1695c7bd9aa28fc75a56f420334;p=dealii-svn.git Update todo git-svn-id: https://svn.dealii.org/branches/branch_cmake@26470 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake-TODO b/deal.II/cmake-TODO index 204241aea4..4a4054d660 100644 --- a/deal.II/cmake-TODO +++ b/deal.II/cmake-TODO @@ -1,4 +1,4 @@ -Next steps: +TODO: * The original decision to have a dedicated p4est/FAST and p4est/DEBUG structure is a bit unfortunate and therefor replaced by a FindP4EST @@ -6,18 +6,22 @@ Next steps: libp4est_debug.so or libp4est.g.so and treats this as debug library. TODO: Update the p4est-setup.sh script... -* Add the compiler dependent CFLAGS and CXXFLAGS magic. - -* Add Bug tests - -* HDF5 +* trilinos build with mpi support includes an mpi.h header. This is a + problem because we -I the full include path of trilinos (and trilinos + does -by default- not install their headers in a subdirectory.) + So instead of including the system header with #include we + include the broken trilinos header and fail badly during compilation. -* PETSC +* Check whether p4est mpi support matches the deal.II mpi support. -* MUMPS - -* SLEPC +* Add the compiler dependent CFLAGS and CXXFLAGS magic. -* HSL ??? +* Add the Bug tests -* TECPLOT ??? +* The following features have to be written: + * HDF5 + * PETSC + * MUMPS + * SLEPC + * HSL + * TECPLOT