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

BugID: 826

parent 0843a99f
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ PR_MPI::PR_MPI(const string& aHostName,
aExecutable.c_str(),
aParamFile.c_str(),
nodes.size());
itsStopCmd = formatString("ssh %s \"( cd /opt/lofar/bin ; ./stopBGL.sh %s ) \"",
itsStopCmd = formatString("ssh %s \"( cd /opt/lofar/bin ; ./stopMPI.sh %s ) \"",
aHostName.c_str(),
aJobName.c_str());
}
......
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