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

BugID: 826

Bugfix for mpi parameterset.
parent 8289739c
No related branches found
No related tags found
No related merge requests found
......@@ -274,9 +274,9 @@ void ApplController::createParSubsets()
// LOG_TRACE_VAR_STR(basePS);
// [C] additional info from the AC itself
basePS.add(procPrefix+"._ACport",
basePS.replace(procPrefix+"._ACport",
itsBootParamSet->getString("AC.processportnr"));
basePS.add(procPrefix+"._ACnode", itsBootParamSet->getString("AC.node"));
basePS.replace(procPrefix+"._ACnode", itsBootParamSet->getString("AC.node"));
basePS.replace("_parsetPrefix", procPrefix+".");
prevProcName = procName;
}
......
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