Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341611 - Enhancement: Displaying LML data (batch system monitoring) extension
Summary: Enhancement: Displaying LML data (batch system monitoring) extension
Status: CLOSED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RM (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Greg Watson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 336939
Blocks: 342545 342547
  Show dependency tree
 
Reported: 2011-04-01 08:31 EDT by Claudia Knobloch CLA
Modified: 2011-04-12 08:16 EDT (History)
1 user (show)

See Also:


Attachments
Patch-file containing the difference between the attached code of Bug 336939 and the code I lately worked on. (481.54 KB, text/plain)
2011-04-01 08:31 EDT, Claudia Knobloch CLA
g.watson: iplog+
Details
Patch-file containing the difference between the attached code of Bug 336939 and the code I lately worked on (511.60 KB, text/plain)
2011-04-07 04:45 EDT, Claudia Knobloch CLA
g.watson: iplog+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Claudia Knobloch CLA 2011-04-01 08:31:03 EDT
Created attachment 192350 [details]
Patch-file containing the difference between the attached code of Bug 336939 and the code I lately worked on.

This is a new functionality for the PTP project. This is a stand-alone version
which needs local stored LML files and displays 
* tables containing lists of running and waiting jobs
* a graphical representation of the remote system (nodedisplay)

One of the first version I attached to the Bug 336939. In the meantime there have been a lot of changes in the code, for example the nodedisplay is now working. Partly the code was written by one of my colleagues (Carsten Karbach).


So for the parts written by me, I give the following statements:

1) I authored 100% of the content I am contributing
2) I have the rights to contribute the content to Eclipse
3) I agree to contribute the content under the EPL.

This statements will also be given by Carsten Karbach in a following comment to this bug.
Comment 1 Carsten Karbach CLA 2011-04-01 09:09:08 EDT
So for the parts written by me, I give the following statements:

1) I authored 100% of the content I am contributing
2) I have the rights to contribute the content to Eclipse
3) I agree to contribute the content under the EPL.
Comment 2 Greg Watson CLA 2011-04-04 11:43:17 EDT
Hi Claudia, do you have a sample XML file you're using for testing? Could you attach to this bug? Thanks!
Comment 3 Claudia Knobloch CLA 2011-04-06 09:23:35 EDT
Examples for testing the code can be found at http://llview.zam.kfa-juelich.de/LML/OnlineDocumentation/realexample.html .
Comment 4 Claudia Knobloch CLA 2011-04-07 04:45:27 EDT
Created attachment 192705 [details]
Patch-file containing the difference between the attached code of Bug 336939 and the code I lately worked on
Comment 5 Greg Watson CLA 2011-04-11 09:12:35 EDT
Committed. Thanks!