Show More
@@ -5,7 +5,7 b' The two files plotting_frontend.py and plotting_backend.py go together.' | |||
|
5 | 5 | To run this example, first start the IPython controller and 4 |
|
6 | 6 | engines:: |
|
7 | 7 | |
|
8 |
ipcluster |
|
|
8 | ipcluster start -n 4 | |
|
9 | 9 | |
|
10 | 10 | Then start ipython in pylab mode:: |
|
11 | 11 |
@@ -6,7 +6,7 b' are basically just a time.sleep(t), where t is a random number between' | |||
|
6 | 6 | two limits that can be configured at the command line. To run |
|
7 | 7 | the script there must first be an IPython controller and engines running:: |
|
8 | 8 | |
|
9 |
ipcluster |
|
|
9 | ipcluster start -n 16 | |
|
10 | 10 | |
|
11 | 11 | A good test to run with 16 engines is:: |
|
12 | 12 |
General Comments 0
You need to be logged in to leave comments.
Login now