##// END OF EJS Templates
update SGEEngineSet to use SGE job arrays...
update SGEEngineSet to use SGE job arrays SGE job arrays allow one job id to be associated with a set of processes on an SGE cluster. modified SGEEngineSet to be a subclass PBSEngineSet ipcluster will now generate a default SGE job script if --sge-script is not provided. most folks should ignore the --sge-script option unless they know they need it. if --sge-script is passed, check that the script exists and that the user has defined a "#$ -t" setting within the script. if not, add the setting for them by copying the script to a temp file and launching the job array using the modified temp file. ipengines terminate cleanly now when the ipcluster command exits. i think we still need to handle furl files when engines are assigned to different hosts via SGE. without using ssh or nfs, the only other way is to put the contents of the furl in the job script before submission but this is less secure. need to discuss this.
Justin Riley -
r2675:225cd966
Show More
Name Size Modified Last Commit Author
IPython
docs
sandbox
scripts
setupext
test
tools
.bzrignore Loading ...
.checkeol Loading ...
.hgignore Loading ...
COPYING.txt Loading ...
MANIFEST.in Loading ...
README.txt Loading ...
ipython.py Loading ...
setup.py Loading ...
setupbase.py Loading ...
setupegg.py Loading ...

==============
IPython README
==============

Overview
========

Welcome to IPython. Our documentation can be found in the docs/source
subdirectory. We also have ``.html`` and ``.pdf`` versions of this
documentation available on the IPython `website <http://ipython.scipy.org>`_.

Dependencies and supported Python versions
==========================================

For full details, see the installation section of the manual. The basic parts
of IPython only need the Python standard library, but much of its more advanced
functionality requires extra packages.

Officially, IPython requires Python version 2.5 or 2.6. We have *not* yet
started to port IPython to Python 3.0.

.. warning::

IPython 0.10 has only been well tested with Python 2.5 and 2.6. Parts of
it may work with Python 2.4, but we do not officially support Python 2.4
anymore. If you need to use 2.4, you can still run IPython 0.9.