##// END OF EJS Templates
fix references to old cl-args in parallel_process
MinRK -
Show More
@@ -405,7 +405,7 b' controller and engines from IPython.'
405
405
406 The order of the above operations may be important. You *must*
406 The order of the above operations may be important. You *must*
407 start the controller before the engines, unless you are reusing connection
407 start the controller before the engines, unless you are reusing connection
408 information (via `-r`), in which case ordering is not important.
408 information (via `--reuse`), in which case ordering is not important.
409
409
410 .. note::
410 .. note::
411
411
@@ -431,12 +431,12 b' can do this:'
431
431
432 * Put :file:`ipcontroller-engine.json` in the :file:`~/.ipython/profile_<name>/security`
432 * Put :file:`ipcontroller-engine.json` in the :file:`~/.ipython/profile_<name>/security`
433 directory on the engine's host, where it will be found automatically.
433 directory on the engine's host, where it will be found automatically.
434 * Call :command:`ipengine` with the ``--file=full_path_to_the_file``
434 * Call :command:`ipengine` with the ``file=full_path_to_the_file``
435 flag.
435 flag.
436
436
437 The ``--file`` flag works like this::
437 The ``file`` flag works like this::
438
438
439 $ ipengine --file=/path/to/my/ipcontroller-engine.json
439 $ ipengine file=/path/to/my/ipcontroller-engine.json
440
440
441 .. note::
441 .. note::
442
442
General Comments 0
You need to be logged in to leave comments. Login now