Skip to content
Snippets Groups Projects
Commit c517a80e authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 826

BGL processes don't connect to the ApplController so don't expect incomming
connections from them.
parent ffc30a0d
No related branches found
No related tags found
No related merge requests found
......@@ -377,6 +377,8 @@ void ApplController::createParSubsets()
fileName,
nrProcs));
writeParSubset(basePS, procName, fileName);
// BGL processes do not connect to the ApplController.
itsNrOfProcs -= nrProcs ? nrProcs : 1;
}
} // for processes
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment