From f240450b3d9722d4286182f0e7b90d0eb5c3fb24 2011-07-28 06:11:31 From: MinRK Date: 2011-07-28 06:11:31 Subject: [PATCH] fix typo in ipcluster help --- diff --git a/IPython/parallel/apps/ipclusterapp.py b/IPython/parallel/apps/ipclusterapp.py index 7b556fe..bf5d1e8 100755 --- a/IPython/parallel/apps/ipclusterapp.py +++ b/IPython/parallel/apps/ipclusterapp.py @@ -63,7 +63,7 @@ This command automates the startup of these processes using a wide range of startup methods (SSH, local processes, PBS, mpiexec, Windows HPC Server 2008). To start a cluster with 4 engines on your local host simply do 'ipcluster start --n=4'. For more complex usage -you will typically do 'ipython create mycluster --parallel', then edit +you will typically do 'ipython profile create mycluster --parallel', then edit configuration files, followed by 'ipcluster start --profile=mycluster --n=4'. """