From ee31f04a39fee4934d615f05d24350a6fa1c9a02 Mon Sep 17 00:00:00 2001
From: Ruud Overeem <overeem@astron.nl>
Date: Mon, 14 May 2007 14:37:41 +0000
Subject: [PATCH] BugID: 826 Changed stop (local) command

---
 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 9c7bed32a45..3207410ee55 100644
--- a/LCS/ACC/ACCbin/src/PR_MPI.cc
+++ b/LCS/ACC/ACCbin/src/PR_MPI.cc
@@ -79,7 +79,7 @@ PR_MPI::PR_MPI(const string&			aHostName,
 									aParamFile.c_str(),
 									nodes.size());
 		itsStopCmd  = formatString("./stopMPI.sh %s", 
-									aJobName.c_str());
+									aExecutable.c_str());
 	}
 }
 
-- 
GitLab