diff --git a/LCS/ACC/ACCbin/src/PR_MPI.cc b/LCS/ACC/ACCbin/src/PR_MPI.cc
index 60162e90eb82bb9db508a0263d29f9241065dd13..8be69aea80410c096d05c79f7c8cd9b0e3e5d74a 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());
 	}