Преглед на файлове

Fix up the comment at the top of run_experiments.py

Ian Goldberg преди 1 година
родител
ревизия
009724fc81
променени са 1 файла, в които са добавени 6 реда и са изтрити 7 реда
  1. 6 7
      run_experiments.py

+ 6 - 7
run_experiments.py

@@ -1,13 +1,12 @@
 #!/usr/bin/python3
 
 '''
-  NOTE: This script is tailored for sizzle!
-  Hence it does server thread allocation assuming 2 40-core processors.
-  Currently assumes 8 threads (C72-79)  are set aside for client simulator
-
-  Run generate manifest with the maximum number of servers you are going to use
-  and generate the keys for this before running experiments
-  (Run ./App/getpubkeys to generate keys for the servers)
+  NOTE: This script is tailored for a machine with 2 40-core processors.
+  Currently assumes 8 threads (C36-39,76-79) are set aside for client
+  simulator; change this by setting "prefix" in Client/clientlaunch and
+  the -t option to clientlaunch below.
+  Similarly, the use of cores C0-35,40-75 for the TEEMS servers can be
+  changed in the gen_manifest.py program.
 '''
 
 import subprocess