FYI ... Dan, can you give any additional comment about the DRMS-independent part of your implementation ? I would forward it to the Condor mailing list. Regards, Peter. -------- Original-Nachricht -------- Betreff: [Condor-users] DRMAA interface Datum: Wed, 27 Apr 2005 12:44:38 +0200 Von: Alleon, Guillaume <guillaume.alleon@eads.net> Antwort an: Condor-Users Mail List <condor-users@cs.wisc.edu> An: Condor-Users Mail List <condor-users@cs.wisc.edu> It turns out that the condor drmaa interface is a static library. We have an applicatioin that is a java application that we would like to interface to condor through the DRMAA interface. I was thinking to partly implement the Java DRMAA interface using libcondordrmaa but in order to do this I should have a shared library ? Any experience in that field ? Is there some plan to have a shared library at some point ? Yours Guillaume _______________________________________________ Condor-users mailing list Condor-users@cs.wisc.edu https://lists.cs.wisc.edu/mailman/listinfo/condor-users
I wrote a blog post about how to extract the SGE-independent part of the API. You can find it here: http://blogs.sun.com/roller/page/templedf/20050421#drmaa_without_grid_engine I also did some changes to the JNI portion of the Java language binding with the current release that should make it trivial to port. Everything you need is in the gridengine/source/classes directory of the Grid Engine source tree. gridengine/source/classes/src contains the JNI files. If you're not building with SGE, you'll need to monkey with the Makefile. Daniel Peter Troeger wrote:
FYI ...
Dan, can you give any additional comment about the DRMS-independent part of your implementation ? I would forward it to the Condor mailing list.
Regards, Peter.
-------- Original-Nachricht -------- Betreff: [Condor-users] DRMAA interface Datum: Wed, 27 Apr 2005 12:44:38 +0200 Von: Alleon, Guillaume <guillaume.alleon@eads.net> Antwort an: Condor-Users Mail List <condor-users@cs.wisc.edu> An: Condor-Users Mail List <condor-users@cs.wisc.edu>
It turns out that the condor drmaa interface is a static library. We have an applicatioin that is a java application that we would like to interface to condor through the DRMAA interface. I was thinking to partly implement the Java DRMAA interface using libcondordrmaa but in order to do this I should have a shared library ? Any experience in that field ? Is there some plan to have a shared library at some point ?
Yours Guillaume
_______________________________________________ Condor-users mailing list Condor-users@cs.wisc.edu https://lists.cs.wisc.edu/mailman/listinfo/condor-users
-- *************************************************** * Daniel Templeton ERGB01 x60220 * * Staff Engineer, Sun N1 Grid Engine * *************************************************** * "Roads? Where we're going we don't need roads." * * -Dr. Emmett Brown * * Back to the Future (1985) * ***************************************************
This problem also came up about the time I released Schedule::DRMAAc on the CPAN. I wanted to get it to work on Condor but could not due to the static library thing. I've been waiting to hear that they've turned it into a dynamic library so I could try again. I was supposed to reraise the issue with one of the developers after he returned from an internship but got sucked into my projects and knew I wouldn't find the time to do more on my module. ----- Original Message ----- From: "Peter Troeger" <peter.troeger@hpi.uni-potsdam.de> To: "DRMAA Working Group" <drmaa-wg@gridforum.org> Sent: Wednesday, April 27, 2005 4:32 AM Subject: [drmaa-wg] [Fwd: [Condor-users] DRMAA interface]
FYI ...
Dan, can you give any additional comment about the DRMS-independent part of your implementation ? I would forward it to the Condor mailing list.
Regards, Peter.
-------- Original-Nachricht -------- Betreff: [Condor-users] DRMAA interface Datum: Wed, 27 Apr 2005 12:44:38 +0200 Von: Alleon, Guillaume <guillaume.alleon@eads.net> Antwort an: Condor-Users Mail List <condor-users@cs.wisc.edu> An: Condor-Users Mail List <condor-users@cs.wisc.edu>
It turns out that the condor drmaa interface is a static library. We have an applicatioin that is a java application that we would like to interface to condor through the DRMAA interface. I was thinking to partly implement the Java DRMAA interface using libcondordrmaa but in order to do this I should have a shared library ? Any experience in that field ? Is there some plan to have a shared library at some point ?
Yours Guillaume
_______________________________________________ Condor-users mailing list Condor-users@cs.wisc.edu https://lists.cs.wisc.edu/mailman/listinfo/condor-users
participants (3)
-
Daniel Templeton -
Peter Troeger -
Tim Harsch