eoMpi API is simpler and allows to have multiple roles for a given node.
This commit is contained in:
parent
d0a00a5216
commit
122d0debf0
5 changed files with 111 additions and 158 deletions
|
|
@ -11,8 +11,8 @@ class ParallelApply : public MpiJob< EOT >
|
|||
{
|
||||
public:
|
||||
|
||||
ParallelApply( eoUF<EOT&, void> & _proc, std::vector<EOT>& _pop ) :
|
||||
MpiJob<EOT>( _pop ),
|
||||
ParallelApply( eoUF<EOT&, void> & _proc, std::vector<EOT>& _pop, AssignmentAlgorithm & algo ) :
|
||||
MpiJob<EOT>( _pop, algo ),
|
||||
func( _proc )
|
||||
{
|
||||
// empty
|
||||
|
|
|
|||
Reference in a new issue