SkillAgentSearch skills...

Drmaa2

Python wrapper for drmaa2

Install / Use

/learn @adolgert/Drmaa2
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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?

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
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated6y ago
Forks0

Languages

Python

Security Score

55/100

Audited on Jul 18, 2019

No findings