1IPCONTROLLER(1)                                                IPCONTROLLER(1)
2
3
4

NAME

6       ipcontroller - IPython parallel computing controller control tool
7

SYNOPSIS

9       ipengine [options]
10

DESCRIPTION

12       ipcontroller  is  a control tool for IPython's parallel computing func‐
13       tions.
14

OPTIONS

16       -h, --help
17              show this help message and exit
18
19       --client-ip=CLIENT_IP
20              the IP address or hostname the controller  will  listen  on  for
21              client connections
22
23       --client-port=CLIENT_PORT
24              the port the controller will listen on for client connections
25
26       --client-location=CLIENT_LOCATION
27              hostname or ip for clients to connect to
28
29       -x     turn off all client security
30
31       --client-cert-file=CLIENT_CERT_FILE
32              file to store the client SSL certificate
33
34       --task-furl-file=TASK_FURL_FILE
35              file to store the FURL for task clients to connect with
36
37       --multiengine-furl-file=MULTIENGINE_FURL_FILE
38              file to store the FURL for multiengine clients to connect with
39
40       --engine-ip=ENGINE_IP
41              the  IP  address  or  hostname the controller will listen on for
42              engine connections
43
44       --engine-port=ENGINE_PORT
45              the port the controller will listen on for engine connections
46
47       --engine-location=ENGINE_LOCATION
48              the IP address or hostname for engine to connect to
49
50       -y     turn off all engine security
51
52       --engine-cert-file=ENGINE_CERT_FILE
53              file to store the engine SSL certificate
54
55       --engine-furl-file=ENGINE_FURL_FILE
56              file to store the FURL for engines to connect with
57
58       -l LOGFILE, --logfile=LOGFILE
59              log file name (default is stdout)
60
61       -r     try to reuse all furl files
62

SEE ALSO

64       ipython(1),ipcluster(1),ipengine(1)
65

AUTHOR

67       ipcontroller is a tool that ships with IPython, created by the  IPython
68       Development Team.
69
70       This  manual page was written by Stephan Peijnik <debian@sp.or.at>, for
71       the Debian project (but may be used by others).  Modified  by  Fernando
72       Perez <Fernando.Perez@berkeley.edu> for inclusion in IPython.
73
74
75
76                               October 29, 2008                IPCONTROLLER(1)
Impressum