Pārlūkot izejas kodu

Don't forget the numactl on the clients

Ian Goldberg 1 gadu atpakaļ
vecāks
revīzija
87a8e1344a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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 = ''