소스 검색

Don't forget the numactl on the clients

Ian Goldberg 1 년 전
부모
커밋
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 = ''