From 0843a99f5e1560e18db876d7bc8b5527bc28d147 Mon Sep 17 00:00:00 2001 From: Ruud Overeem <overeem@astron.nl> Date: Thu, 3 May 2007 11:58:51 +0000 Subject: [PATCH] BugID: 826 Bug fix: stopping MPI with stopMPI iso stopbgl. --- LCS/ACC/ACCbin/src/PR_MPI.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCS/ACC/ACCbin/src/PR_MPI.cc b/LCS/ACC/ACCbin/src/PR_MPI.cc index e1b01c2acfd..60162e90eb8 100644 --- a/LCS/ACC/ACCbin/src/PR_MPI.cc +++ b/LCS/ACC/ACCbin/src/PR_MPI.cc @@ -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()); } } -- GitLab