Просмотр исходного кода

Don't forget the numactl on the clients

Ian Goldberg 1 год назад
Родитель
Сommit
87a8e1344a
1 измененных файлов с 2 добавлено и 2 удалено
  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 = ''