Przeglądaj źródła

Don't forget the numactl on the clients

Ian Goldberg 1 rok temu
rodzic
commit
87a8e1344a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Client/clientlaunch

+ 2 - 2
Client/clientlaunch

@@ -21,8 +21,8 @@ PUBKEYS = "./../App/pubkeys.yaml"
 CLIENTS = "./clients"
 
 # Client thread allocation
-#prefix = "numactl -C36-39,76-79 "
-prefix = ""
+prefix = "numactl -C36-39,76-79 "
+#prefix = ""
 
 def launch(config, cmd, threads, lgfile):
     cmdline = ''