Commit bc89514f authored by Aggelos Giantsios's avatar Aggelos Giantsios

minor fix

parent a8092b6c
...@@ -46,7 +46,7 @@ for iwp in iwps: ...@@ -46,7 +46,7 @@ for iwp in iwps:
prcs = subprocess.Popen(cmd, shell=True) prcs = subprocess.Popen(cmd, shell=True)
time.sleep(2) time.sleep(2)
t1 = time.time() t1 = time.time()
cmd = "./orbit +RTS -N1 -RTS dist master %s %s %s %s %s > /dev/null" % (n, iwp, vsn, workers, master["host"], master["port"]) cmd = "./orbit +RTS -N1 -RTS dist master %s %s %s %s %s > /dev/null" % (iwp, vsn, workers, master["host"], master["port"])
p = subprocess.Popen(cmd, shell=True) p = subprocess.Popen(cmd, shell=True)
p.wait() p.wait()
t2 = time.time() t2 = time.time()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment