##// END OF EJS Templates
Ensure that no tests are attempted if numpy or rpy2 are not present....
Ensure that no tests are attempted if numpy or rpy2 are not present. This prevents both importing of the extension itself and running of the test suite.

File last commit:

r4242:1f01689d
r7224:ee268def
Show More
ipengine.1
42 lines | 1.0 KiB | application/x-troff | GroffLexer
MinRK
manpage checkpoint
r4242 .TH IPENGINE 1 "July 15, 2011" "" ""
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .SH NAME
\fBipengine \- IPython parallel computing engine control tool
.SH SYNOPSIS
.nf
.fam C
\fBipengine\fP [\fIoptions\fP]
.fam T
.fi
.SH DESCRIPTION
ipengine is a control tool for IPython's parallel computing functions.
.SH OPTIONS
.TP
.B
\-h, \-\-help
show this help message and exit
.TP
.B
MinRK
manpage checkpoint
r4242 \-\-profile=name
The name of the IPython configuration profile to use.
.TP
.B
\-\-file=URL_FILE
The JSON file containing the connection information of the controller.
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .TP
.B
\-\-mpi=MPI
How to enable MPI (mpi4py, pytrilions, or empty string to disable)
.TP
.B
\-l LOGFILE, \-\-logfile=LOGFILE
log file name (defaults to stdout)
.SH SEE ALSO
.BR ipython(1), ipcluster(1), ipcontroller(1)
.br
.SH AUTHOR
\fBipengine\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.