Is there a DRMAA Java library that works with Torque/PBS?

Posted by dondondon on Stack Overflow See other posts from Stack Overflow or by dondondon
Published on 2010-04-26T16:51:13Z Indexed on 2010/04/26 16:53 UTC
Read the original article Hit count: 301

Filed under:
|
|
|
|

Does anybody know a Java implementation of the DRMAA-API that is known to work with PBS/Torque cluster software?

The background behind this: I would like to submit jobs to a newly set-up linux cluster from java using a DRMAA compliant API. The cluster is managed by PBS/Torque. Torque includes PBS DRMAA 1.0 library for Torque/PBS that contains a DRMA-C binding and provides in libdrmaa.so and .a binaries. I know that Sun grid engine includes a drmaa.jar providing a Java-DRMAA API. In fact I opted to use SGE but it was decided to try PBS first.

The theory behind that decision was:
'DRMAA is a standard and therefore a Java API needs only a standards compliant drmaa-c binding.' However, I couldn't find such 'general DRMAA-C-java API' and now assume that this assumption is wrong and that the Java libraries are engine specific.

Are we stuck here? Any comments appreciated.

© Stack Overflow or respective owner

Related posts about torque

Related posts about pbs