From 87b44f54bcee96ce66453efb1786798fdcc3dc26 Mon Sep 17 00:00:00 2001
From: Ruud Overeem <overeem@astron.nl>
Date: Thu, 3 May 2007 12:29:41 +0000
Subject: [PATCH] BugID: 826

---
 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 60162e90eb8..8be69aea804 100644
--- a/LCS/ACC/ACCbin/src/PR_MPI.cc
+++ b/LCS/ACC/ACCbin/src/PR_MPI.cc
@@ -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());
 	}
-- 
GitLab