Steps of MpiJob are now functors which can be wrapped (using decorator pattern).
This commit is contained in:
parent
ff61676fb7
commit
6bb2ccfbd6
4 changed files with 158 additions and 50 deletions
|
|
@ -44,6 +44,10 @@ namespace eo
|
|||
void data( JobData* _d )
|
||||
{
|
||||
d = _d;
|
||||
if( wrapped )
|
||||
{
|
||||
wrapped->data( _d );
|
||||
}
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue