X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FCommInterface.cxx;h=948f099d88a77ce5254c3d40825da44f4f66ff8d;hb=a649e2f4672108114616af73a874e078cb41b272;hp=dcdfd5486d2b37a0239bc335a6896c7cf70f3e5b;hpb=659f8c67d0348350e12fde38fe8c4de1ff95dffe;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/CommInterface.cxx b/src/ParaMEDMEM/CommInterface.cxx index dcdfd5486..948f099d8 100644 --- a/src/ParaMEDMEM/CommInterface.cxx +++ b/src/ParaMEDMEM/CommInterface.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -21,14 +21,17 @@ namespace ParaMEDMEM { - /*! \defgroup comm_interface CommInterface - Class \a CommInterface is the gateway to the MPI library. + /*! \anchor CommInterface-det + \class CommInterface + + The class \a CommInterface is the gateway to the MPI library. + It is a helper class that gathers the calls to the MPI - library that are made in the ParaMEDMEM library. This gathering + library that are made in the %ParaMEDMEM library. This gathering allows easier gathering of information about the communication in the library. - It is typically called after the MPI_Init() call in a program. It is afterwards passed as a parameter to the constructors of ParaMEDMEM objects so that they access the MPI library via the CommInterface. + It is typically called after the MPI_Init() call in a program. It is afterwards passed as a parameter to the constructors of %ParaMEDMEM objects so that they access the MPI library via the CommInterface. As an example, the following code excerpt initializes a processor group made of the zero processor.