##// END OF EJS Templates
Catch clipboard exception in magic_paste and print error message
Catch clipboard exception in magic_paste and print error message

File last commit:

r4275:c5885646
r5367:205731ac
Show More
ipcluster.1
48 lines | 1.5 KiB | application/x-troff | GroffLexer
.TH IPCLUSTER 1 "July 15, 2011" "" ""
.SH NAME
\fBipcluster \- IPython parallel computing cluster control tool
.SH SYNOPSIS
.nf
.fam C
\fBipcluster\fP {\fmpiexec,local,mpirun,pbs,ssh\fP} [\fIoptions\fP]
.fam T
.fi
.SH DESCRIPTION
ipcluster is a control tool for IPython's parallel computing functions.
IPython cluster startup. This starts a controller and engines using various
approaches. Use the IPYTHON_DIR environment variable to change your IPython
directory from the default of ~/.ipython or ~/.config/ipython. The log and security
subdirectories of your IPython directory will be used by this script for log
files and security files.
.SH POSITIONAL ARGUMENTS
The first positional argument should be one of: {start, stop, engines},
which are the available subcommands.
For detailed help on each, type "ipcluster CMD --help". Briefly:
start start an IPython cluster
stop stop a running IPython cluster
engines add a number of engines to a running cluster
.SH OPTIONS
.TP
.B
\-h, \-\-help
show help message and exit
.SH EXAMPLE
ipcluster start --n=4
This command will start 4 IPython engines on the local computer.
.SH SEE ALSO
.BR ipython(1),
.BR ipcontroller(1),
.BR ipengine(1)
.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>,
for the Debian project (but may be used by others). Modified by Fernando Perez
<Fernando.Perez@berkeley.edu> for inclusion in IPython.