]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add documentation about 64bit indices.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 12 Jun 2013 19:58:45 +0000 (19:58 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 12 Jun 2013 19:58:45 +0000 (19:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@29812 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/readme.html

index e80ebdac835a1af1f00d4d339c1c5b66cb4cb468..74ba479fdbc6dcf7111da92c8b0a6bbde6a7f283 100644 (file)
           <code>-DDEAL_II_COMPONENT_PARAMETER_GUI=ON</code>. Beware of the
           fact that <code>parameter_gui</code> needs development packages for Qt.
        </p>
+
+      <li>
+  <p>
+    <i>64bit indices</i>: By default, deal.II use unsigned int (32bit)
+    indices. This limits the number of unknowns to approximately four
+    billions. If larger problem must be solved, pass the
+    <code>-DDEAL_II_WITH_64BIT_INDICES=ON</code> argument to
+    <code>cmake</code>. To use this option with PETSc, PESTc must be compiled
+    with the option <code>--with-64-bit-indices</code>. To use this option
+    with Trilinos, Trilinos 11.2 or later is needed (there is a bug in
+    Trilinos 11.0 that prevent the use of 64bit indices).
+  </p>
+
     </ul>
 
 

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.