|
@@ -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
|