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 ?
|
// Do we have to delete the store by ourselves ?
|
||||||
bool needToDeleteStore;
|
bool needToDeleteStore;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @example t-mpi-eval.cpp
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,8 @@ namespace eo
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @ingroup Parallel
|
* @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;
|
IsFinishedFunction< JobData >* _iff;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @example t-mpi-wrapper.cpp
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Class implementing the centralized job algorithm.
|
* @brief Class implementing the centralized job algorithm.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -375,6 +375,11 @@ namespace eo
|
||||||
// empty
|
// empty
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @example t-mpi-parallelApply.cpp
|
||||||
|
* @example t-mpi-multipleRoles.cpp
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# endif // __EO_PARALLEL_APPLY_H__
|
# endif // __EO_PARALLEL_APPLY_H__
|
||||||
|
|
|
||||||
Reference in a new issue