##// END OF EJS Templates
let parallelpi example be used with up to 20 engines
MinRK -
Show More
@@ -24,7 +24,7 b' from timeit import default_timer as clock'
24 24
25 25 # Files with digits of pi (10m digits each)
26 26 filestring = 'pi200m.ascii.%(i)02dof20'
27 files = [filestring % {'i':i} for i in range(1,16)]
27 files = [filestring % {'i':i} for i in range(1,21)]
28 28
29 29 # Connect to the IPython cluster
30 30 c = Client()
General Comments 0
You need to be logged in to leave comments. Login now