ipcluster

Langue: en

Autres versions - même langue

Version: 263204 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

ipcluster - IPython parallel computing cluster control tool  

SYNOPSIS

 ipcluster [options]
 

DESCRIPTION

ipcluster is a control tool for IPython's parallel computing functions.

OPTIONS

-h, --help
show this help message and exit
--controller-port=CONTROLLERPORT
the TCP port the controller is listening on
--controller-ip=CONTROLLERIP
the TCP IP address of the controller
-n, --num=N
the number of engines to start
--engine-port=ENGINEPORT
the TCP port the controller will listen on for engine connections
--mpi=MPI
use mpi with package: for instance --mpi=mpi4py
-l LOGFILE, --logfile=LOGFILE
log file name
-f CLUSTERFILE, --cluster-file=CLUSTERFILE
file describing a remote cluster

EXAMPLE

ipcluster -n 4

This command will start 4 IPython engines.

SEE ALSO

ipython(1),ipcontroller(1),ipengine(1)

AUTHOR

ipcluster is a tool that ships with IPython, created by the IPython Development Team.

This manual page was written by Stephan Peijnik <debian@sp.or.at>, for the Debian project (but may be used by others).