##// END OF EJS Templates
Merge pull request #1862 from minrk/bindkernel...
Merge pull request #1862 from minrk/bindkernel Minor bind_kernel improvements. * `bind_kernel()` on an already bound kernel is a no-op. * `%qtconsole` on an engine implies bind_kernel * add bind_kernel, and `%px %qtconsole` to docs

File last commit:

r6696:803d13d1
r7315:7e71399b merge
Show More
ipcluster.1
48 lines | 1.5 KiB | application/x-troff | GroffLexer
MinRK
manpage checkpoint
r4242 .TH IPCLUSTER 1 "July 15, 2011" "" ""
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .SH NAME
\fBipcluster \- IPython parallel computing cluster control tool
.SH SYNOPSIS
.nf
.fam C
Fernando Perez
Small updates to Debian man pages for 0.10....
r2099 \fBipcluster\fP {\fmpiexec,local,mpirun,pbs,ssh\fP} [\fIoptions\fP]
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .fam T
.fi
.SH DESCRIPTION
ipcluster is a control tool for IPython's parallel computing functions.
Fernando Perez
Small updates to Debian man pages for 0.10....
r2099
IPython cluster startup. This starts a controller and engines using various
Bradley M. Froehle
IPYTHON_DIR -> IPYTHONDIR in comments and documentation
r6696 approaches. Use the IPYTHONDIR environment variable to change your IPython
MinRK
manpage checkpoint
r4242 directory from the default of ~/.ipython or ~/.config/ipython. The log and security
Fernando Perez
Small updates to Debian man pages for 0.10....
r2099 subdirectories of your IPython directory will be used by this script for log
files and security files.
.SH POSITIONAL ARGUMENTS
MinRK
manpage checkpoint
r4242 The first positional argument should be one of: {start, stop, engines},
which are the available subcommands.
Fernando Perez
Small updates to Debian man pages for 0.10....
r2099
Julian Taylor
escape minus signs in manpages...
r5342 For detailed help on each, type "ipcluster CMD \-\-help". Briefly:
Fernando Perez
Small updates to Debian man pages for 0.10....
r2099
MinRK
manpage checkpoint
r4242 start start an IPython cluster
stop stop a running IPython cluster
engines add a number of engines to a running cluster
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .SH OPTIONS
.TP
.B
\-h, \-\-help
Fernando Perez
Small updates to Debian man pages for 0.10....
r2099 show help message and exit
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .SH EXAMPLE
Julian Taylor
escape minus signs in manpages...
r5342 ipcluster start \-\-n=4
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098
Fernando Perez
Small updates to Debian man pages for 0.10....
r2099 This command will start 4 IPython engines on the local computer.
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .SH SEE ALSO
Julian Taylor
manpage update...
r4275 .BR ipython(1),
.BR ipcontroller(1),
.BR ipengine(1)
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .br
.SH AUTHOR
\fBipcluster\fP is a tool that ships with IPython, created by
the IPython Development Team.
.PP
This manual page was written by Stephan Peijnik <debian@sp.or.at>,
Fernando Perez
Small updates to Debian man pages for 0.10....
r2099 for the Debian project (but may be used by others). Modified by Fernando Perez
<Fernando.Perez@berkeley.edu> for inclusion in IPython.