|
@@ -23,7 +23,7 @@ CLIENTS = "./clients"
|
|
|
# Client thread allocation
|
|
|
prefix = "numactl -C36-39,76-79 "
|
|
|
|
|
|
-def launch(config, cmd, threads, ip_start, lgfile):
|
|
|
+def launch(config, cmd, threads, lgfile):
|
|
|
cmdline = ''
|
|
|
cmdline += prefix + CLIENTS + " -t " + str(threads) + ""
|
|
|
|
|
@@ -98,4 +98,4 @@ if __name__ == "__main__":
|
|
|
# Now add a trailing newline
|
|
|
config += "\n"
|
|
|
|
|
|
- launch(config, args.cmd, args.t, args.q, args.l)
|
|
|
+ launch(config, args.cmd, args.t, args.l)
|