drmaa-python icon indicating copy to clipboard operation
drmaa-python copied to clipboard

Python wrapper around the C DRMAA library.

Results 26 drmaa-python issues
Sort by recently updated
recently updated
newest added

is there a way to determine the number of used slots from the return value of `wait()`?

I'm using gridmap but the errors are (I'm pretty sure) related to something here. ``` /idiap/temp//programs/anaconda3/bin/python: /idiap/temp//programs/anaconda3/bin/python: cannot execute binary file find: '/tmp/.vbox-root-ipc': Permission denied find: '/tmp/systemd-private-b923f82753fe4a1985eea86cc7be13d6-colord.service-1enXie': Permission denied find:...

Hi there, I can't find the information from anywhere. Could anyone please provide an example code or probably update the documents to show users a way? I am using Son...

Hello, Could you think of a reason why drmaa-python and lsf-drmaa https://github.com/PlatformLSF/lsf-drmaa would segfault on RH 6.4 but not on opensuse 12.1? Trying some of the examples, I can see...

When testing the example2.py, I get a wrong message as follows: ![fk mr qg23 _9m0 n8 sa](https://user-images.githubusercontent.com/27886426/49620364-86e40c80-f9fb-11e8-8260-9d999e0fa3a1.png) I'm wondering if the default queue name is not suitable in my SEG....

When using drmaa with condor I find that aborted jobs often (always?) end up with an empty string in the rusage data structure causing `attr.split('=',1)` to crash. I'm not sure...

https://help.galaxyproject.org/t/drmaa-library-threads-and-munge-invalid-credential-format/

Hi, I have happily used drmaa-python for many years with our SGE cluster. Just recently a new cluster was installed, and this time it is configured to use MUNGE security....

Hello everyone I am trying to run some jobs on a SLURM cluster and I am running through this issue ``` drmaa.errors.DrmCommunicationException: code 2: unable to send message to qmaster...

Fixes https://github.com/pygridtools/drmaa-python/issues/69 Captures C's `stdout` and `stderr` and logs it instead. Useful if the DRMAA implementation prints log messages out that one would like to capture.