<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>gridengine.info : Tag drmaa, everything about drmaa</title>
    <link>http://gridengine.info/tag/drmaa.rss</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>tracking Grid Engine news, bugs, howtos and best practices</description>
    <item>
      <title>Java DRMAA binding via JavaScript</title>
      <description>&lt;p&gt;
&lt;pre&gt;
%  jrunscript -cp $SGE_ROOT/lib/drmaa.jar -f drmaa.js

Job 2 submitted
Job 2 has ended
Job terminated abnormally
%
&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;Richard Hierlmeier seems to have joined the ranks of Sun Bloggers and has a facinating post up documenting how he used the javascript engine that ships with Java 6 to bind to drmaa.jar. &lt;/p&gt;

&lt;p&gt;The post is here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.sun.com/rhierlmeier/entry/java_drmaa_binding_with_javascript"&gt;http://blogs.sun.com/rhierlmeier/entry/java_drmaa_binding_with_javascript&lt;/a&gt;&lt;/p&gt;


</description>
      <pubDate>Wed, 28 May 2008 11:27:59 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:7b7c3b3b-42f5-4c03-9846-7601a1182574</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/05/28/java-drmaa-binding-via-javascript#comments</comments>
      <category>Application Integration</category>
      <category>DRMAA</category>
      <category>java</category>
      <link>http://gridengine.info/2008/05/28/java-drmaa-binding-via-javascript</link>
    </item>
    <item>
      <title>DRMAA tutorial for Python users</title>
      <description>&lt;p align="center"&gt;&lt;img src="http://gridengine.info/files/SGE-DRMAA-Python-tutorial-1.png" border="0"/&gt;&lt;/p&gt;
&lt;p&gt;Cheng Soon Ong &lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=dev&amp;msgNo=3375"&gt;mentions&lt;/a&gt; on the developer mailing list:&lt;br/&gt;
&lt;blockquote&gt;
&lt;em&gt;I've been playing around with python and sge, and translated the  
drmaa tutorial at &lt;a href="http://gridengine.sunsource.net/project/gridengine/howto/drmaa.html"&gt;http://gridengine.sunsource.net/project/gridengine/howto/drmaa.html&lt;/a&gt; to a python version. Look at sge_tutorial.rst in the attached archive.&lt;/em&gt;
&lt;/blockquote&gt;
&lt;/p&gt;
&lt;p&gt;The newly translated tutorial will likely find a home on &lt;a href="http://gridengine.sunsource.net"&gt;gridengine.sunsource.net&lt;/a&gt; soon but in the mean time you can:&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=dev&amp;msgNo=3375"&gt;Read the original mailing list post&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=dev&amp;msgNo=3376"&gt;Read the follow-up post containing a patch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://gridengine.sunsource.net/servlets/GetAttachment?list=dev&amp;msgId=66936&amp;attachId=2"&gt;Download the tutorial files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;


</description>
      <pubDate>Tue, 04 Mar 2008 11:50:12 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:920e4152-db4a-412a-b84a-25e18cc2de0d</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/03/04/drmaa-tutorial-for-python-users#comments</comments>
      <category>DRMAA</category>
      <category>python</category>
      <link>http://gridengine.info/2008/03/04/drmaa-tutorial-for-python-users</link>
    </item>
    <item>
      <title>DRMAA memory leak found &amp; fixed </title>
      <description>&lt;p&gt;Most casual SGE users and admins probably find little cause to monitor the Grid Engine&lt;a href="http://gridengine.sunsource.net/servlets/SummarizeList?listName=dev"&gt; developer mailing list&lt;/a&gt;. A nice little success story has played out on the list recently with a user assisting the SGE dev team in quickly discovering, isolating and fixing a memory leak that has been in the codebase since the DRMAA 1.0 API release. &lt;/p&gt;
&lt;p&gt;A user posted &lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=dev&amp;msgNo=3322"&gt;this message&lt;/a&gt; to the developer list, showing what appears to be a memory leak in in &lt;code&gt;drmaa_run_job()&lt;/code&gt;. Andreas then replied asking if it was possible for the user to recreate the issue while running under the &lt;a href="http://valgrind.org/"&gt;valgrind&lt;/a&gt; instrumentation framework. 
&lt;/p&gt;
&lt;p&gt;In this &lt;a href="http://gridengine.sunsource.net/servlets/BrowseList?list=dev&amp;by=thread&amp;from=28262"&gt;follow-up thread&lt;/a&gt;, the user-provided valgrind data allowed Andreas to pinpoint the problem, file &lt;a href="http://gridengine.sunsource.net/issues/show_bug.cgi?id=2497"&gt;Issue #2497&lt;/a&gt; with the bug tracking database and then post a preliminary &lt;a href="http://gridengine.sunsource.net/nonav/issues/showattachment.cgi/149/2497.diff"&gt;patch&lt;/a&gt; that fixes the problem.
&lt;/p&gt;
&lt;p&gt;The patch still needs to undergo code review before it makes it officially into the Grid Engine codebase. Overall this is a nice little success story where a user was able to go the extra mile (by instrumenting under valgrind) in order to provide the developers &lt;strong&gt;&lt;em&gt;exactly&lt;/em&gt;&lt;/strong&gt; what they needed to quickly identify and fix things.&lt;/p&gt;
&lt;p&gt; Kudos to James &amp; Andreas. 
&lt;/p&gt;

</description>
      <pubDate>Tue, 19 Feb 2008 13:31:49 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:45d85274-dc5c-477b-aed2-3f96778b3aa5</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/02/19/drmaa-memory-leak-found-fixed#comments</comments>
      <category>MailList Bits</category>
      <category>News</category>
      <category>DRMAA</category>
      <link>http://gridengine.info/2008/02/19/drmaa-memory-leak-found-fixed</link>
    </item>
    <item>
      <title>Open Grid Forum (OGF22) Meeting Discount</title>
      <description>&lt;p&gt;
The 22nd Open Grid Forum -- OGF22&lt;br/&gt;
Hyatt Regency Cambridge&lt;br/&gt;
Cambridge, MA USA&lt;br/&gt;
February 25-28, 2008&lt;br/&gt;
Website: &lt;a href="http://www.ogf.org/OGF22/"&gt;http://www.ogf.org/OGF22/&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;Coworker Chris Dwan and I will be attending this event and one of us will likely end up speaking.  Both of us are known to be somewhat cynical of the "big G" Grid Computing world so we'll be bringing our industry-centric views and bias towards practical solutions into the forum.
&lt;/p&gt;
&lt;p&gt; (&lt;em&gt;I swear, when you speak to some of these "big G grid" supercomputing or academic folks you get the sense that they think that everyone has 100 million in government funding and a petabyte-scale single namespace storage solution to apply to the problems at hand...&lt;/em&gt;.) &lt;/p&gt;
&lt;p&gt;Among the other attendees that I know about, &lt;a href="http://www.platform.com/newsroom/newsroom/press-releases/2007/christopher-smith-of-platform-computing-elected"&gt;Chris Smith&lt;/a&gt; from Platform Computing will also be there -- he handles Platform's involvement with standards bodies and is another person on my "smart people that I learn a lot from" list. Should be an interesting event.
&lt;/p&gt;
&lt;p&gt;And finally, some discount registration offers for readers of this blog:
&lt;ul&gt;
&lt;li&gt;"Buy one 1 pass and get a 2nd for free"&lt;/li&gt;
&lt;li&gt;"$150 discount off the purchase off the full day pass"&lt;/li&gt;
&lt;/ul&gt;
Use the code: &lt;code&gt;pharma&lt;/code&gt; when registering to get the special prices.
&lt;/p&gt;


</description>
      <pubDate>Thu, 14 Feb 2008 18:27:14 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:e3d22e7b-48c9-41d5-a866-0951c75658fd</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2008/02/14/open-grid-forum-ogf22-meeting-discount#comments</comments>
      <category>News</category>
      <category>Resource Allocation</category>
      <category>OGF</category>
      <category>OGF22</category>
      <category>DRMAA</category>
      <link>http://gridengine.info/2008/02/14/open-grid-forum-ogf22-meeting-discount</link>
    </item>
    <item>
      <title>Calling DRM-specific features via DRMAA</title>
      <description>&lt;p&gt;
DanT has an interesting blog post up where he talks about two different methods getting down into invoking product-specific DRM features when using &lt;a href="http://www.drmaa.org"&gt;DRMAA&lt;/a&gt; clients. The article is a result of a SGE mailing list thread where someone found themselves wanting to invoke SGE-specific abilities that are not explicitly part of the DRMAA spec. Dan talks about the two main ways to go about doing this. &lt;/p&gt;
&lt;p&gt;
The full post is here:&lt;br/&gt;
&lt;a href="http://blogs.sun.com/templedf/entry/using_drm_specific_functionality_via"&gt;http://blogs.sun.com/templedf/entry/using_drm_specific_functionality_via
&lt;/a&gt;&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;
On a related note, the "Writing Grid Enabled Applications" lab that Dan presented at JavaOne is now available online. You will have to &lt;a href="http://developers.sun.com/global/join_sdn.html"&gt;register&lt;/a&gt; at the Sun Developer Network in order to view the video or download the materials. A nice walkthrough of DRMAA usage and the API. &lt;/p&gt;
&lt;p&gt;
&lt;a href="http://developers.sun.com/learning/javaoneonline/j1lab.jsp?lab=LAB-7240&amp;amp;yr=2007&amp;amp;track=5"&gt;&lt;img src="http://gridengine.info/files/DRMAA-lab.png"/&gt;&lt;/a&gt;
&lt;/p&gt;

</description>
      <pubDate>Tue, 10 Jul 2007 22:27:19 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:978af5fc-76b5-41eb-a858-9624f35f4411</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2007/07/10/calling-drm-specific-features-via-drmaa#comments</comments>
      <category>DRMAA</category>
      <link>http://gridengine.info/2007/07/10/calling-drm-specific-features-via-drmaa</link>
    </item>
    <item>
      <title>DRMAA, ARCo &amp; boolean expressions</title>
      <description>&lt;p&gt;
There have been lots of interesting &lt;a href="http://wiki.gridengine.info/wiki/index.php"&gt;Wiki&lt;/a&gt; work and CVS commits over the past week or so, some highlights:
&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;DRMAA 1.0 Java Bindings&lt;/b&gt;&lt;br/&gt;
&lt;/p&gt;&lt;p&gt;
Grid Engine CVS for the 6.1 release has been updated with Java bindings for DRMAA 1.0 support. People interested in Java language bindings for &lt;a href="http://www.drmaa.org/"&gt;DRMAA&lt;/a&gt; have a very short time &lt;a href="http://www.ogf.org/pipermail/drmaa-wg/2007-January/000637.html"&gt;to review the 1.0 specifications&lt;/a&gt; and provide feedback.  (via &lt;a href="http://blogs.sun.com/templedf/entry/last_chance_for_comments"&gt;DanT's blog&lt;/a&gt;) 
&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;{draft} ARCo Howto's for MySQL and Oracle 10g committed to CVS &lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
No formal announcement has been made regarding these documents so beware that they are drafts subject to change. The documents likely refer to versions of the Analysis and Reporting Console (ARCo) that will only be available in the upcoming SGE 6.1 snapshot and beta releases. That said though ...&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://gridengine.sunsource.net/source/browse/gridengine/www/howto/arco/arco_mysql.txt?view=markup"&gt;ARCo and MySQL Howto&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href="http://gridengine.sunsource.net/source/browse/*checkout*/gridengine/www/howto/arco/arco-oracle10g.html"&gt;ARCo and Oracle 10g Howto&lt;/a&gt; | (&lt;a href="http://gridengine.sunsource.net/source/browse/gridengine/www/howto/arco/arco-oracle10g.html?view=markup"&gt;CVS Head&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;


&lt;p&gt;
&lt;b&gt;Boolean Expression Support - Implementation Details&lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
A very detailed wiki page has been created to document the specifics of the new more flexible host and string resource expressions that will be supported in both the next point release of Grid Engine (6.0u10) and the upcoming 6.1snapshot2 releases:&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://wiki.gridengine.info/wiki/index.php/EvaluationExpressionSupport"&gt;http://wiki.gridengine.info/wiki/index.php/EvaluationExpressionSupport
&lt;/a&gt;
&lt;/p&gt;


</description>
      <pubDate>Wed, 24 Jan 2007 14:37:44 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:1cf7b1c9-dae0-48b5-ab36-0a1ab6e64262</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2007/01/24/drmaa-arco-boolean-expressions#comments</comments>
      <category>DRMAA</category>
      <category>ARCO</category>
      <category>evaluationExpression</category>
      <link>http://gridengine.info/2007/01/24/drmaa-arco-boolean-expressions</link>
    </item>
    <item>
      <title>DRMAA bindings for Ruby</title>
      <description>&lt;p&gt;
&lt;br/&gt;
&lt;b&gt;Update: 13 June 2006&lt;/b&gt;&lt;br/&gt;
Andreas has started a formal Ruby-DRMAA project:
&lt;blockquote&gt;
&lt;i&gt;
&amp;#8230;the DL based Ruby wrapper for shared DRMAA C bindings now has it&amp;#8217;s own home page and CVS repository under&lt;br/&gt;
&lt;br/&gt;
   &lt;a href="http://drmaa4ruby.sunsource.net/"&gt;http://drmaa4ruby.sunsource.net/&lt;/a&gt;
&lt;/i&gt;
&lt;/blockquote&gt;
&lt;/p&gt;

&lt;p&gt;
Andreas &lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=users&amp;amp;msgNo=16080"&gt;writes&lt;/a&gt;:
&lt;blockquote&gt;&lt;pre&gt;
  &lt;a href="http://gridengine.sunsource.net/files/documents/7/89/drmaa_ruby.tar.gz"&gt;http://gridengine.sunsource.net/files/documents/7/89/drmaa_ruby.tar.gz&lt;/a&gt;

my first version of a DRMAA binding for Ruby. Thanks to Ruby/DL it was
not necessary to use SWIG. Open issues are

  * assumes DRMAA 0.95 instead of DRMAA 1.0
  * memory leak due to JobTemplate destructor not yet functioning
  * a number of functions are not yet supported (drmaa_ps_job(),
    drmaa_control(), ...)
&lt;/pre&gt;&lt;/blockquote&gt;
&lt;/p&gt;
&lt;p&gt;
In related news, it appears that people are using and &lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=users&amp;amp;msgNo=16081"&gt;beginning to extend&lt;/a&gt; the Ruby-based SGE log-file analysis script &lt;a href="http://gridengine.info/articles/2006/05/26/new-sge-accounting-log-analysis-script-committed"&gt;mentioned previously&lt;/a&gt; on this site. 
&lt;/p&gt;


</description>
      <pubDate>Thu, 08 Jun 2006 14:34:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:fef383d9-0c0a-4d27-b913-6c389805b922</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2006/06/08/drmaa-bindings-for-ruby#comments</comments>
      <category>Application Integration</category>
      <category>MailList Bits</category>
      <category>Ruby</category>
      <category>DRMAA</category>
      <link>http://gridengine.info/2006/06/08/drmaa-bindings-for-ruby</link>
    </item>
    <item>
      <title>OpenDSP announcement: Web services access to SGE via DRMAA</title>
      <description>&lt;p&gt;
&lt;a href="http://gridengine.sunsource.net/servlets/ReadMsg?list=announce&amp;amp;msgNo=61"&gt;Interesting announcement&lt;/a&gt; on the mailing lists today regarding &lt;a href="http://sourceforge.net/projects/opendsp"&gt;http://sourceforge.net/projects/opendsp&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;From the website:&lt;br/&gt;
&lt;blockquote&gt;&lt;em&gt;
"OpenDSP is an open architecture implementation of SOAP Web Service multi-user access and policy-based job control using &lt;a href="http://www.drmaa.org/"&gt;DRMAA&lt;/a&gt; (Distributed Resource Management Application API) routines supported by various distributed resource management systems."
&lt;/em&gt;&lt;/blockquote&gt;
&lt;p&gt;
For version v0.1 RC1 the feature list is pretty interesting. Hopefully I'll have time to experiment with this a bit.
&lt;/p&gt;


</description>
      <pubDate>Thu, 11 May 2006 10:25:02 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:958671aa-7945-4f7e-9fae-5cb024d18b42</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2006/05/11/opendsp-announcement-web-services-access-to-sge-via-drmaa#comments</comments>
      <category>Application Integration</category>
      <category>External Tools &amp; Apps</category>
      <category>DRMAA</category>
      <category>SOAP</category>
      <category>Webservice</category>
      <link>http://gridengine.info/2006/05/11/opendsp-announcement-web-services-access-to-sge-via-drmaa</link>
    </item>
    <item>
      <title>DRMAA session restarts coming in Grid Engine 6.0u8</title>
      <description>
&lt;p&gt;A common feature request of &lt;a href="http://www.drmaa.org/"&gt;DRMAA users&lt;/a&gt; is the ability to reopen an existing session -- something that the current version does not allow. &lt;/p&gt;

&lt;p&gt;&lt;a href="http://blogs.sun.com/roller/page/templedf"&gt;DanT&lt;/a&gt; has committed code offering session reopening features for the DRMAA Java and C bindings. It should be available with the release of Grid Engine 6.0u8. &lt;/p&gt;

&lt;p&gt;The full details (including important info on versions and limitations) can be found here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.sun.com/roller/page/templedf?entry=good_drmaa_news"&gt;http://blogs.sun.com/roller/page/templedf?entry=good_drmaa_news&lt;/a&gt;&lt;/p&gt;


</description>
      <pubDate>Thu, 02 Mar 2006 09:57:36 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:d4d3f0ed-b899-42ee-b9ab-3a9c1ce8aa78</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2006/03/02/drmaa-session-restarts-coming-in-grid-engine-6-0u8#comments</comments>
      <category>Application Integration</category>
      <category>DRMAA</category>
      <link>http://gridengine.info/2006/03/02/drmaa-session-restarts-coming-in-grid-engine-6-0u8</link>
    </item>
    <item>
      <title>DRMAA picks up Python language bindings</title>
      <description>
Complimenting the &lt;a href="http://search.cpan.org/~tharsch/Schedule-DRMAAc-0.81/Schedule_DRMAAc.pod"&gt;DRMAA Perl binding&lt;/a&gt; from Tim Harsch is a new &lt;a href="http://gridengine.sunsource.net/servlets/ProjectDocumentList?folderID=15&amp;amp;expandFolder=15&amp;amp;folderID=15"&gt;DRMAA Python module&lt;/a&gt; by Enrico Sirola. This has been discussed on the lists (&lt;a href="http://gridengine.sunsource.net/servlets/BrowseList?list=users&amp;amp;by=thread&amp;amp;from=5769"&gt;1&lt;/a&gt;, &lt;a href="http://gridengine.sunsource.net/servlets/BrowseList?list=users&amp;amp;by=thread&amp;amp;from=5906"&gt;2&lt;/a&gt;) and in a &lt;a href="http://blogs.sun.com/roller/page/templedf?entry=python_binding_for_drmaa"&gt;post on Dan's blog&lt;/a&gt;.

</description>
      <pubDate>Thu, 27 Oct 2005 13:05:03 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:fda526cf-0623-4b32-9c49-24005b387f1a</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2005/10/27/drmaa-picks-up-python-language-bindings#comments</comments>
      <category>Usage</category>
      <category>Application Integration</category>
      <category>DRMAA</category>
      <link>http://gridengine.info/2005/10/27/drmaa-picks-up-python-language-bindings</link>
    </item>
    <item>
      <title>DanT writes about DRMAA</title>
      <description>&lt;p&gt;Fresh from his move back to the USA, Dan has posted a couple of &lt;a href="http://blogs.sun.com/roller/page/templedf/Weblog?catname=%2FGrid"&gt;Sun blog entries&lt;/a&gt; on &lt;a href="http://www.drmaa.org/"&gt;DRMAA&lt;/a&gt; and Grid Engine. DRMAA is a &lt;a href="http://www.ggf.org/"&gt;GGF&lt;/a&gt; API specification for "&lt;i&gt;the submission and control of jobs to one or more Distributed Resource Management (DRM) systems&lt;/i&gt;". It is currently well supported with Grid Engine 6 and it seems that folks are busy with getting other systems to support DRMAA 1.0 &lt;/p&gt;&lt;p&gt;The first of two recent DRMAA posts is titled "&lt;a href="http://blogs.sun.com/roller/page/templedf?entry=porting_the_drmaa_java_language"&gt;Porting the DRMAA Java Language Binding&lt;/a&gt;":&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;b&gt;Dan says:&lt;/b&gt;&lt;i&gt;"There's a been quite a bit of talk on various aliases (and over private email) recently about what's required to port the Grid Engine DRMAA JavaTM language binding to another DRM. Since that is an interesting topic, I figured I'd assemble all of the answers here for easy reference...(&lt;a href="http://blogs.sun.com/roller/page/templedf?entry=porting_the_drmaa_java_language"&gt;more&lt;/a&gt;) "&lt;/i&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The second entry is titled "&lt;a href="http://blogs.sun.com/roller/page/templedf?entry=running_job_scripts_with_drmaa"&gt;Running Job Scripts With DRMAA&lt;/a&gt;", this topic has been popping up quite a bit on the Grid Engine lists recently (&lt;a href="http://gridengine.sunsource.net/servlets/BrowseList?list=dev&amp;by=thread&amp;from=5827"&gt;1&lt;/a&gt;, &lt;a href="http://gridengine.sunsource.net/servlets/BrowseList?list=dev&amp;by=thread&amp;from=5752"&gt;2&lt;/a&gt;):

&lt;blockquote&gt;&lt;p&gt;&lt;b&gt;Dan says:&lt;/b&gt;&lt;i&gt;DRMAA is intended as a general purpose API, which means it has to assume as little as possible about the jobs it runs. Grid Engine recognizes two broad classes of jobs: scripts and binaries. A script is a text file that is to be run by a shell and which may have embedded SGE options in it. (Lines starting with #$ are parsed by Grid Engine at job submission time for embedded options. See the man page for more info.) A binary is anything else. The user controls whether a job is treated as a binary or a script with the -b (for binary) qsub option. The Grid Engine default is to assume that all jobs are scripts.&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;DRMAA, however, makes a different assumption. The minimum assumption that DRMAA can make is that jobs are opaque and cannot be parsed, i.e. that all jobs are binary. This assumption is exactly the opposite of the one Grid Engine makes. Because jobs aren't assumed to be scripts, there are a few extra steps required to running scripts through DRMAA...(&lt;a href="http://blogs.sun.com/roller/page/templedf?entry=running_job_scripts_with_drmaa"&gt;more&lt;/a&gt;)&lt;/i&gt;&lt;/p&gt;&lt;/blockquote&gt;

</description>
      <pubDate>Tue, 25 Oct 2005 19:33:40 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:9e4dbf6d-e53d-436b-8742-03eb6a2aad2a</guid>
      <author>dag@sonsorol.org (chris)</author>
      <comments>http://gridengine.info/2005/10/25/dant-writes-about-drmaa#comments</comments>
      <category>Usage</category>
      <category>Application Integration</category>
      <category>DRMAA</category>
      <link>http://gridengine.info/2005/10/25/dant-writes-about-drmaa</link>
    </item>
  </channel>
</rss>
