Drmaa2
Python wrapper for drmaa2
Install / Use
/learn @adolgert/Drmaa2README
DRMAA2 for Python
Drew Dolgert, IHME, adolgert@uw.edu
This repository is a test of the C interface to the Dynamic Resource Management Application API (DRMAA) version 2 on the cluster. There is a Python library which wraps the DRMAA v1 interface, but we have the DRMAA2 interface installed, so this checks out some of the features.
What is DRMAA2?
-
Open Grid Forum document GFD.194.pdf
-
On the cluster, man pages:
man -M $SGE_ROOT/man drmaa2_open_jsession
Requirements
- Tested only on Python 3.5, 3.6 so far.
- Needs an installation of DRMAA2 to run. (Univa Grid Engine, for instance)
- No non-default Python libraries used.
- Can build docs with Sphinx.
- Can run tests with pytest.
Building Docs:
git clone https://adolgert@stash.ihme.washington.edu/scm/~adolgert/drmaa2.git
cd drmaa2/docs
make html
firefox _build/html/index.html
