Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Trace View of the g-Eclipse project

I assume that the next question would be: Where is that CVS repository?
Here is the answer:

  :extssh:anoncvs@xxxxxxxxxx:/cvs/fzk/geclipse (SSH, but no password)

and then have a look in directory geclipse/development - there you'll find all 
the plugins that were mentioned by Thomas.

And yes: To be able to move that code to the Eclipse Foundation repositories 
we have to go through the standard IP process with CQ etc.

Regards, Markus



On Monday 23 June 2008, Beth Tibbitts wrote:
> Thomas,
> Sorry for the delay in responding; I was at a review meeting all last week.
> How much of this pre-reqs running on your grid infrastructure? Hopefully it
> can also be of use to other parallel machine (more typical PTP user)
> scenarios.
> How is the trace gathered?  Perhaps we could also integrate it usin the PTP
> Performance Tools Framework (PTFw)?
> Wyatt and I are in the process of documenting this further; I should have
> an outline at least there later this week.  It should be available at
> http://wiki.eclipse.org/PTP/designs/perf_tools_framework
> Both Wyatt and I have been out of town etc. but we know this needs to be
> done so others can use it.
>
> The PTFw would make launching/trace Gathering available from a profile
> launch, and give a callback to perhaps display the trace view.
> Or perhaps your existing infrastructure has some of this?
>
> Thanks for the info and for keeping in touch.  PTP and g-eclipse have a lot
> in common.
>
> When is the parallel tools meeting in Stuttgart?
>
>
> ...Beth
>
> Beth Tibbitts  (859) 243-4981  (TL 545-4981)
> High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
> IBM T.J.Watson Research Center
> Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511
>
>
>
>              Thomas
>              Köckerbauer
>              <tkoeck@xxxxxxx.a                                          To
>              t>                        Parallel Tools Platform general
>              Sent by:                  developers <ptp-dev@xxxxxxxxxxx>,
>              ptp-dev-bounces@e         Developer mailing list
>              clipse.org                <geclipse-dev@xxxxxxxxxxx>
>                                                                         cc
>
>              06/19/08 04:56 AM                                     Subject
>                                        [ptp-dev] Trace View of the
>                                        g-Eclipse project
>              Please respond to
>               Parallel Tools
>              Platform general
>                 developers
>              <ptp-dev@eclipse.
>                    org>
>
>
>
>
>
>
> Hello everyone
>
> I just wanted to announce that the first version of the trace view plugin
> which is being developed as a part of the g-Eclipse project is in the
> g-Eclipse CVS repository in Karlsruhe now. (It is not yet in the SVN
> repository on eclipse.org, I guess this requires some legal process first).
>
> We do not have a built yet but I think this should be the case soon.
>
> The plugins are:
> - eu.geclipse.traceview
>   This is the main plugin, which provides the physical clock
>   and the lamport clock visualisation of the trace data. It
>   also contains some basic markers (these can be used by
>   plugins to mark regions of interest).
>
>   Physical graph:
>   http://www.gup.jku.at/~tkoeck/traceview_physical.png
>
>   Lamport graph:
>   http://www.gup.jku.at/~tkoeck/traceview_lamport.png
>
>   A marker that shows the cause and effect relations on a
>   selected event:
>   http://www.gup.jku.at/~tkoeck/traceview_marker.png
>
>   The plugin requires some g-Eclipse core plugins from the
>   SVN repository on eclipse.org.
>
> - eu.geclipse.traceview.debug
>   This plugin provides the debugging functionality for MPI
>   programs started on a remote grid site using the glogin tool.
>   This is the part where we think it would make most
>   sense to reuse parts of PTP or to add the glogin
>   connection type (maybe through some abstraction) for
>   remote debugging to the PTP tools.
>   This plugin has a dependency to CDT.
>
> - eu.geclipse.traceview.nope
>   A trace reader for the NOPE trace format.
>
>   Here is an example project+trace:
>   http://www.gup.jku.at/~tkoeck/poisson.tar.gz
>
> - eu.geclipse.traceview.otf
>   A very basic trace reader for the OTF file format.
>   It can only open a few OTF files yet.
>
> - eu.geclipse.traceview.statistics
>   An example plugin for the extension of the trace view by
>   other visualisation types, this plugin provides extension
>   points for statistic data providers that generate statistical
>   data out of the trace and for visualisation types that can
>   visualise the different types of data.
>
>   Screenshot:
>   http://www.gup.jku.at/~tkoeck/traceview_statistics.png
>
>   This plugin has a dependency to BIRT
>
>
> If you have questions feel free to ask. If you are at the parallel tools
> workshop in Stuttgart we can also talk about it there if you like.
>
>
> Regards,
> Thomas


Back to the top