Scheduling libraries for DRMAAtic @BioCompUP, wrapping the drmaa-python library and adding the implementations
for Slurm and SGE.
pip install DRMAAtic-libThis will also pull the drmaa-python library. You can see the latest version of the library here.
- Slurm or SGE installed
libslurm-devlibrary for Slurm orgridengine-devfor SGE, both downloadable with aptlibdrmaaC bindings for Slurm or SGE- slurm-drmaa for Slurm
drmaa-pythonpython library
Set the env variables for the drmaa-python library. With PyCharm you can set this env variables in the run configuration.
export SGE_ROOT=/path/to/gridengine
export SGE_CELL=defaultSet the path to the libdrmaa library C binding
export DRMAA_LIBRARY_PATH=/usr/lib/slurm-drmaa/libdrmaa.so