Commit 7a8a32ab authored by Aggelos Giantsios's avatar Aggelos Giantsios

Reorder the configurations

parent 4d691332
...@@ -31,9 +31,10 @@ print_all("Master @ %s" % master) ...@@ -31,9 +31,10 @@ print_all("Master @ %s" % master)
print_all("Slaves @ %s" % slaves) print_all("Slaves @ %s" % slaves)
print_all("======================================================================") print_all("======================================================================")
for n in range(2, len(slaves)+1, 2):
for iwp in iwps: for iwp in iwps:
for vsn in versions: for vsn in versions:
for n in range(2, len(slaves)+1, 2):
for core in cores: for core in cores:
for rep in range(reps): for rep in range(reps):
workers = workersPerCore * core workers = workersPerCore * core
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment