Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PTP/articles"

< PTP
(Presentations)
(Presentations)
Line 14: Line 14:
 
* ''An Integrated Environment for the Development of Parallel Applications'', Invited Presentation, J&uuml;lich Supercomputing Center, July 2008  
 
* ''An Integrated Environment for the Development of Parallel Applications'', Invited Presentation, J&uuml;lich Supercomputing Center, July 2008  
 
* [[PTP/articles/static_analysis | Static Analysis in PTP with CDT, EclipseCon 2008]]
 
* [[PTP/articles/static_analysis | Static Analysis in PTP with CDT, EclipseCon 2008]]
* [http://www.eclipsecon.org/2008/?page=sub/&id=373 ''Static Analysis in PTP with CDT'', EclipseCon 2008]
 
** The code in this EclipseCon 2008 talk mostly uses Eclipse 3.3 (Europa), CDT 4.0, and PTP 2.0.  For information on a development environment for this, see [[PTP/environment_setup_20 | Environment set up for PTP 2.0]]
 
*** When installing CDT 4.0.x, be sure to get the optional Testing feature, which has the DOM AST view shown in the talk.
 
** The code examples in the talk are in the dev.eclipse.org repository; information is on slide 9
 
*** CVS repository info
 
**** Host: dev.eclipse.org
 
**** Repository path: /cvsroot/tools
 
**** User: anonymous (or your committer id)
 
**** Connection type: pserver (or extssh if you have a committer id)
 
*** Configure branches as shown in the development environment setup information above, and under ptp_2_0 branch, check out the org.eclipse.ptp.pldt.* projects under org.eclipse.ptp/tools
 
**** You don't need the rest of PTP to use PLDT
 
*** Open up HEAD to find the sample code for the talk
 
**** Open up org.eclipse.ptp project,  open tools/samples
 
**** Check out org.eclipse.ptp.pldt.sampleCDTstaticAnalysis  project
 
**To run the examples in the code:
 
***Load up the code above
 
***launch an Eclipse Application with the code in the workspace
 
***create a CDT project with some code
 
***use the three buttons added to the toolbar to see output
 
***Note that output is in the Console view '''of the development workbench''' where you checked out the code (not in the runtime workbench when the C projects are)
 
 
 
* [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ptp/doc/presentations/Power.org_2007.pdf?cvsroot=Tools_Project ''IDEs and Eclipse - Myths and Facts About the Worlds Greatest IDE'', Power.org Architecture Summit, April 2007]
 
* [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ptp/doc/presentations/Power.org_2007.pdf?cvsroot=Tools_Project ''IDEs and Eclipse - Myths and Facts About the Worlds Greatest IDE'', Power.org Architecture Summit, April 2007]
 
* [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ptp/doc/presentations/stmcs07_Tibbitts_EclipsePTPa.pdf?cvsroot=Tools_Project ''An Integrated Tools Platform for Multi-Core Enablement'', Second Workshop on Software Tools for Multi-Core Systems, March 2007]
 
* [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.ptp/doc/presentations/stmcs07_Tibbitts_EclipsePTPa.pdf?cvsroot=Tools_Project ''An Integrated Tools Platform for Multi-Core Enablement'', Second Workshop on Software Tools for Multi-Core Systems, March 2007]

Revision as of 09:40, 20 June 2009

Articles and Other Documents about PTP

Articles and Papers

Presentations

Tutorials

For tutorial materials see PTP Tutorials page.

Other sources of information

See also http://www.eclipse.org/ptp/doc.php

Back to the top