]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a note.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Aug 2012 18:06:00 +0000 (18:06 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Aug 2012 18:06:00 +0000 (18:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@26103 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-17/doc/results.dox

index 1fdc303d36923e6f8141846a9a1875faf76e26cb..3c01f39891a898f1c8297d941896a4a5fafcc0b9 100644 (file)
@@ -9,7 +9,10 @@ have different calling syntaxes - on my system, I have to use the command
 <code>bsub</code> with a whole host of options to run a job in parallel - so
 that the exact command line syntax varies. If you have found out how to run a
 job on your system, you should get output like this for a job on 8 processors,
-and with a few more refinement cycles than in the code above:
+and with a few more refinement cycles than in the code above (these
+results were generated in 2004 with older versions of deal.II and a
+version of METIS that generated different partitionings; consequently,
+the numbers you get today are slightly different):
 @code
 Cycle 0:
    Number of active cells:       64
@@ -90,12 +93,12 @@ cycle 14, and 14 minutes including the second to last step. I lost the timing
 information for the last step, though, but you get the idea. All this is if
 the debug flag in the Makefile was changed to "off", i.e. "optimized", and
 with the generation of graphical output switched off for the reasons stated in
-the program comments above. The biggest 2d computations we did had roughly 7.1 
+the program comments above. The biggest 2d computations we did had roughly 7.1
 million unknowns, and were done on 32 processes. It took about 40 minutes.
 Not surprisingly, the limiting factor for how far one can go is how much memory
-one has, since every process has to hold the entire mesh and DoFHandler objects, 
+one has, since every process has to hold the entire mesh and DoFHandler objects,
 although matrices and vectors are split up. For the 7.1M computation, the memory
-consumption was about 600 bytes per unknown, which is not bad, but one has to 
+consumption was about 600 bytes per unknown, which is not bad, but one has to
 consider that this is for every unknown, whether we store the matrix and vector
 entries locally or not.
 
@@ -195,7 +198,7 @@ Cycle 6:
 
 The last step, going up to 1.5 million unknowns, takes about 55 minutes with
 16 processes on 8 dual-processor machines (of the kind available in 2003). The
-graphical output generated by 
+graphical output generated by
 this job is rather large (cycle 5 already prints around 82 MB of GMV data), so
 we contend ourselves with showing output from cycle 4:
 

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.