]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Amend comment related to making a local copy of Trilinos MPI vector. 5806/head
authorJean-Paul Pelteret <jppelteret@gmail.com>
Fri, 26 Jan 2018 07:29:28 +0000 (08:29 +0100)
committerJean-Paul Pelteret <jppelteret@gmail.com>
Fri, 26 Jan 2018 14:19:45 +0000 (15:19 +0100)
include/deal.II/lac/vector.h

index d777b56c488f23c4fc497e71beba856e8edffe91..02352d3ca0a654659eaea0ed49d94c4afc83d8cb 100644 (file)
@@ -196,8 +196,8 @@ public:
    * the same time. This means that unless you use a split MPI communicator
    * then it is not normally possible for only one or a subset of processes
    * to obtain a copy of a parallel vector while the other jobs do something
-   * else. This call will therefore result in a copy of the vector on all
-   * processors that share @p v.
+   * else. In other words, calling this function is a 'collective operation'
+   * that needs to be executed by all MPI processes that jointly share @p v.
    */
   explicit Vector (const TrilinosWrappers::MPI::Vector &v);
 #endif
@@ -386,8 +386,8 @@ public:
    * the same time. This means that unless you use a split MPI communicator
    * then it is not normally possible for only one or a subset of processes
    * to obtain a copy of a parallel vector while the other jobs do something
-   * else. This call will therefore result in a copy of the vector on all
-   * processors that share @p v.
+   * else. In other words, calling this function is a 'collective operation'
+   * that needs to be executed by all MPI processes that jointly share @p v.
    */
   Vector<Number> &
   operator= (const TrilinosWrappers::MPI::Vector &v);

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.