git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@823 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4e1a4a03d8
commit
239b181bc7
16 changed files with 352 additions and 57 deletions
|
|
@ -63,6 +63,8 @@ extern int getNodeRank ();
|
|||
|
||||
extern int getNumberOfNodes ();
|
||||
|
||||
extern void wakeUpCommunicator ();
|
||||
|
||||
|
||||
Runner :: Runner () {
|
||||
|
||||
|
|
@ -188,6 +190,8 @@ void unpackTerminationOfRunner () {
|
|||
stopReactiveThreads ();
|
||||
printDebugMessage ("Reactive threads stopped!");
|
||||
}
|
||||
|
||||
wakeUpCommunicator ();
|
||||
}
|
||||
|
||||
void initRunnersEnv () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue