Added doxygen links to examples on MPI classes
This commit is contained in:
parent
b92f17fce5
commit
fb75279012
3 changed files with 15 additions and 1 deletions
|
|
@ -217,6 +217,10 @@ class eoParallelPopLoopEval : public eoPopEvalFunc<EOT>
|
|||
// Do we have to delete the store by ourselves ?
|
||||
bool needToDeleteStore;
|
||||
};
|
||||
|
||||
/**
|
||||
* @example t-mpi-eval.cpp
|
||||
*/
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@ namespace eo
|
|||
{
|
||||
/**
|
||||
* @ingroup Parallel
|
||||
* @defgroup MPI Message Passing Interface parallelization
|
||||
* @defgroup MPI Message Passing Interface
|
||||
* @brief See namespace eo::mpi to have all explanations about this module.
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
@ -507,6 +508,10 @@ namespace eo
|
|||
IsFinishedFunction< JobData >* _iff;
|
||||
};
|
||||
|
||||
/**
|
||||
* @example t-mpi-wrapper.cpp
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Class implementing the centralized job algorithm.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -375,6 +375,11 @@ namespace eo
|
|||
// empty
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* @example t-mpi-parallelApply.cpp
|
||||
* @example t-mpi-multipleRoles.cpp
|
||||
*/
|
||||
}
|
||||
}
|
||||
# endif // __EO_PARALLEL_APPLY_H__
|
||||
|
|
|
|||
Reference in a new issue