Added doxygen links to examples on MPI classes

This commit is contained in:
Benjamin Bouvier 2012-07-16 15:08:53 +02:00
commit fb75279012
3 changed files with 15 additions and 1 deletions

View file

@ -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
/////////////////////////////////////////////////////////////

View file

@ -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.
*

View file

@ -375,6 +375,11 @@ namespace eo
// empty
}
};
/**
* @example t-mpi-parallelApply.cpp
* @example t-mpi-multipleRoles.cpp
*/
}
}
# endif // __EO_PARALLEL_APPLY_H__