From: bangerth Date: Wed, 8 Aug 2012 15:09:39 +0000 (+0000) Subject: Make sure people read step-40 before step-32. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=398a642e38e12f808f572f156921bc6d756fb205;p=dealii-svn.git Make sure people read step-40 before step-32. git-svn-id: https://svn.dealii.org/trunk@25775 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/doc/intro.dox b/deal.II/examples/step-32/doc/intro.dox index f26e7ef41a..143e8f6bfb 100644 --- a/deal.II/examples/step-32/doc/intro.dox +++ b/deal.II/examples/step-32/doc/intro.dox @@ -655,6 +655,10 @@ processor potentially has enough memory to hold the entries of the combined solution vector locally. The goal is to run this code on hundreds or maybe even thousands of processors, at reasonable scalability. +@note Even though it has a larger number, step-40 comes logically before the +current program. You will probably want to look at step-40 before you try to +understand the what we do here. + MPI is a rather awkward interface to program with. It is a semi-object oriented set of functions, and while one uses it to send data around a network, one needs to explicitly describe the data types because the MPI