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

BugID: 826

Bug fix: stopping MPI with stopMPI iso stopbgl.
parent 33defc01
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ PR_MPI::PR_MPI(const string& aHostName, ...@@ -78,7 +78,7 @@ PR_MPI::PR_MPI(const string& aHostName,
aExecutable.c_str(), aExecutable.c_str(),
aParamFile.c_str(), aParamFile.c_str(),
nodes.size()); nodes.size());
itsStopCmd = formatString("./stopBGL.sh %s", itsStopCmd = formatString("./stopMPI.sh %s",
aJobName.c_str()); aJobName.c_str());
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment