[StarCluster] Using DRMAA on StarCluster

MinRK benjaminrk at gmail.com
Sun Jul 29 20:13:49 EDT 2012


>From IPython's perspective, I would love to use a Python library, rather
than qsub via a subprocess to launch engines with SGE in ipcluster.

On Sun, Jul 29, 2012 at 4:56 PM, Chris Diehl <cpdiehl at gmail.com> wrote:

> Hi Justin,
>
> Should I be able to use DRMAA on a StarCluster instance to submit jobs
> from Python to the Grid Engine? It appears drmaa-python is installed.
> When I try to do an "import drmaa", I get the following response.
>
> root at master:/usr# python
> Python 2.7.2+ (default, Oct  4 2011, 20:06:09)
> [GCC 4.6.1] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import drmaa
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/usr/local/lib/python2.7/dist-packages/drmaa/__init__.py",
> line 41, in <module>
>     import drmaa.wrappers as _w
>   File "/usr/local/lib/python2.7/dist-packages/drmaa/wrappers.py",
> line 43, in <module>
>     raise RuntimeError(errmsg)
> RuntimeError: could not find drmaa library. Please specify its full
> path using the environment variable DRMAA_LIBRARY_PATH
> >>>
>
> The Python DRMAA library looked like a good way to submit and monitor
> jobs running in SGE from Python. So I'd like to get this up and
> running if possible.
>
> Any suggestions you have would be most appreciated!
>
> Chris
> _______________________________________________
> StarCluster mailing list
> StarCluster at mit.edu
> http://mailman.mit.edu/mailman/listinfo/starcluster
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/starcluster/attachments/20120729/5e1422e4/attachment.htm


More information about the StarCluster mailing list