]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Well a global sed was a bit too much :)
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Feb 2013 00:56:57 +0000 (00:56 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Feb 2013 00:56:57 +0000 (00:56 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28635 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/3.4.0-vs-4.0.0.html
deal.II/doc/news/6.1.0-vs-6.2.0.h

index b208e71bf770649304f4eba8dc2c7b14ab8b873d..23fde020fa7e2d772d5d2b1b1e986fd84ebb11d3 100644 (file)
@@ -162,18 +162,18 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
 
   <li> <p> 
        Changed: Previously, we just set the preprocessor variable
-       <code>DEAL_II_WITH_THREADS</code>, when <code>--with-multithreading</code> was
+       <code>DEAL_II_USE_MT</code>, when <code>--with-multithreading</code> was
        given as argument to <code>./configure</code>. Tests in the code
-       therefore looked like <code>#ifdef DEAL_II_WITH_THREADS</code>. This has been
+       therefore looked like <code>#ifdef DEAL_II_USE_MT</code>. This has been
        changed so that the variable is always defined, but its value is now
        equal to <code>1</code> 
        when multithreading was requested, and zero otherwise. The reason for
-       this is that you can now write <code>if (DEAL_II_WITH_THREADS && ...)</code>
+       this is that you can now write <code>if (DEAL_II_USE_MT && ...)</code>
        conditions, and need not interleave if-else clauses from regular code
        and the preprocessor, if conditions involve both the state of this
        preprocessor variable and the run-time state of your program. However,
        this change requires that all appearances of <code>#ifdef
-       DEAL_II_WITH_THREADS</code> be changed to <code>#if DEAL_II_WITH_THREADS ==
+       DEAL_II_USE_MT</code> be changed to <code>#if DEAL_II_USE_MT ==
        1</code>, since the variable is now defined unconditionally.
        <br>
        (WB 2002/11/14)
index 844a442565cc983130f52248a8f76c316f55833f..6de0c2aaa6301608d4e0f37ad206cd2f768fb012 100644 (file)
@@ -536,7 +536,7 @@ inconvenience this causes.
   <li>
   <p>
   New: If the compiler allows to do <code>\#include @<mpi.h@></code>, then
-  the preprocessor flag <code>DEAL_II_WITH_MPI</code> is now set in
+  the preprocessor flag <code>DEAL_II_COMPILER_SUPPORTS_MPI</code> is now set in
   <code>base/include/base/config.h</code>. This also fixes a problem in
   <code>base/include/base/utilities.h</code> if a compiler capable of
   including <code>mpi.h</code> was used but not PETSc.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.