Skip to main content

a python DRMAA library

Project description

Build status https://img.shields.io/coveralls/pygridtools/drmaa-python/stable.svg PyPI downloads Latest version on PyPI License

Distributed Resource Management Application API (DRMAA) bindings for Python. For more information read the docs.

If you simply want to run Python functions on a DRMAA-compatible grid, use GridMap.

Requirements

  • Python 2.6+

  • A DRMAA-compatible cluster (e.g., Grid Engine)

Installation

To use the DRMAA Python library, you need to install it via pip:

pip install drmaa

and then setup any environment variables that are necessary for your particular DRM system. For SGE, this means SGE_ROOT and SGE_CELL, which should be set as follows:

export SGE_ROOT=/path/to/gridengine
export SGE_CELL=default

where /path/to/gridengine/ is replaced with the actual path to your Grid Engine installation, and default is replaced with your installation’s actual cell. The path is typically /var/lib/gridengine.

You will also need access to the libdrmaa.so.1.0 C library, which can often be installed as part of the libdrmaa-dev package on most Unixes. Once you have installed that, you may need to tell DRMAA Python where it is installed by setting the DRMAA_LIBRARY_PATH environment variable, if it is not installed in a location that Python usually looks for libraries.

export DRMAA_LIBRARY_PATH=/usr/lib/libdrmaa.so.1.0

Acknowledgments

Thank you to StatPro and Educational Testing Service for funding the development of DRMAA Python.

Changelog

See GitHub releases.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drmaa-0.7.7.tar.gz (30.2 kB view details)

Uploaded Source

Built Distribution

drmaa-0.7.7-py2.py3-none-any.whl (20.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file drmaa-0.7.7.tar.gz.

File metadata

  • Download URL: drmaa-0.7.7.tar.gz
  • Upload date:
  • Size: 30.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for drmaa-0.7.7.tar.gz
Algorithm Hash digest
SHA256 7d42c20f8e42e7716adbfba39a63d7a3f2245af77aabf53544abcced71ccf877
MD5 2a252032b9b1b49b7f93bc38b987f6df
BLAKE2b-256 d703d9b87785054bca066fde2d97162e1668dad8bc67d6a5ee40d64e0db9037d

See more details on using hashes here.

File details

Details for the file drmaa-0.7.7-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for drmaa-0.7.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 02ffb8a59dcc86cd86fda6b6e84e507791552671f8d68698159040008f4e34d6
MD5 f2c7f2185b6bbf7d2b22f0067342edeb
BLAKE2b-256 fa344a8184bb7ca9380652e12794b8452492a7b0985bcbaf56ff3eb9f23f101c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page