Commit 3d0426e9 authored by Paul's avatar Paul
Browse files

Format

parent e9702a10
...@@ -104,7 +104,8 @@ def precompile(x): ...@@ -104,7 +104,8 @@ def precompile(x):
def precompile_log(f, n): def precompile_log(f, n):
solutions = ((config, name, i) for config, name in parse_log(f) for i in range(n)) solutions = ((config, name, i) for config, name in parse_log(f)
for i in range(n))
with multiprocessing.Pool(24) as p: with multiprocessing.Pool(24) as p:
list(p.imap(precompile, solutions)) list(p.imap(precompile, solutions))
......
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