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
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ PR_MPI::PR_MPI(const string& aHostName,
aExecutable.c_str(),
aParamFile.c_str(),
nodes.size());
itsStopCmd = formatString("./stopBGL.sh %s",
itsStopCmd = formatString("./stopMPI.sh %s",
aJobName.c_str());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment