Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365254 - Grid Engine support for LML
Summary: Grid Engine support for LML
Status: CLOSED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RM (show other bugs)
Version: 6.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 5.0.5   Edit
Assignee: Jeffrey Overbey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 365330
  Show dependency tree
 
Reported: 2011-11-30 17:59 EST by Jeffrey Overbey CLA
Modified: 2012-01-23 11:17 EST (History)
1 user (show)

See Also:


Attachments
Git patch (32.38 KB, patch)
2011-11-30 17:59 EST, Jeffrey Overbey CLA
com-eclipse-dot-org: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Overbey CLA 2011-11-30 17:59:51 EST
Created attachment 207766 [details]
Git patch

The attached patch adds support for Sun/Oracle Grid Engine to LML.  It modifies LML_da_driver.pl and adds a new GridEngine subdirectory to the org.eclipse.ptp.rm.lml.da project containing the driver scripts.  (I will supply an example configurable resource manager in a separate bug.)

The driver scripts use XML output from "qstat  -u '*' -s prsz -r -xml" to obtain job information and "qhost -j -xml" to obtain node information.  The Perl scripts were tested with Perl 5.8.8 and require the XML::Parser module to be present.


For the purposes of IP review...

(a) Portions of the contributed files are based on existing content in PTP's existing org.eclipse.ptp.rm.lml.da project, as indicated in the copyright headers for the relevant files.  I retained the existing copyright statement and modified it to indicate the nature of my modifications.  Otherwise, I wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others.

(b) I have the right to contribute the code to Eclipse.

(c) I have included the EPL license header in all source files.
Comment 1 Greg Watson CLA 2012-01-10 15:25:29 EST
The patch no longer applies due to changes in the code. Can you update it to apply to the current version? Thanks!
Comment 2 Jeffrey Overbey CLA 2012-01-10 15:41:14 EST
Will do.
Comment 3 Jeffrey Overbey CLA 2012-01-12 20:03:59 EST
Per today's scalability call, this has been committed; I just need to confirm that the committed version works as expected...
Comment 4 Jeffrey Overbey CLA 2012-01-23 11:17:56 EST
Wolfgang committed this to ptp_5_0 and master branch as part of Bug 368356.  Closing as fixed.

Thanks!