|
@@ -11,7 +11,7 @@ files = sys.argv[3:]
|
|
|
|
|
|
|
|
|
def do_compile_wrapper(filename):
|
|
|
- do_compile(address, filename, str(random.random()), filename, "CO")
|
|
|
+ do_compile(address, filename, str(random.random()), filename, "PO")
|
|
|
|
|
|
p = multiprocessing.Pool(multiprocessing.cpu_count())
|
|
|
p.map(do_compile_wrapper, files)
|