Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365254

Summary: Grid Engine support for LML
Product: [Tools] PTP Reporter: Jeffrey Overbey <com-eclipse-dot-org>
Component: RMAssignee: Jeffrey Overbey <com-eclipse-dot-org>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: jalameda
Version: 6.0   
Target Milestone: 5.0.5   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 365330    
Attachments:
Description Flags
Git patch com-eclipse-dot-org: iplog+

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!