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