From e42f6002a4d83cc8d68dfe01859742df8ac56560 Mon Sep 17 00:00:00 2001 From: Bernard Secher Date: Thu, 25 Aug 2016 10:47:39 +0200 Subject: [PATCH] add comment --- bin/killSalome.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/killSalome.py b/bin/killSalome.py index 67dc9278d..2ea384b63 100755 --- a/bin/killSalome.py +++ b/bin/killSalome.py @@ -92,6 +92,7 @@ def killAllPorts(): pass pass pass + # kill ompi-server needed for MPI containers coupling cmd = "ps -fea | grep '%s' | grep 'ompi-server' | grep -v 'grep' | awk '{print $2}'" % user prc = commands.getoutput(cmd) for field in prc.split(): @@ -101,6 +102,7 @@ def killAllPorts(): pass pass pass + # delete uri files needed by ompi-server cmd = "rm -f " + os.environ['HOME'] + "/.urifile_*" os.system(cmd) pass -- 2.39.2