Selaa lähdekoodia

Don't forget the numactl on the clients

Ian Goldberg 1 vuosi sitten
vanhempi
commit
87a8e1344a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 = ''