Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/new and noteworthy/3.0.0"

(External Tools Framework)
(Parallel Debugger)
Line 10: Line 10:
 
===Extension Point Additions===
 
===Extension Point Additions===
  
== Parallel Debugger ==
+
 
* The parallel debugger contains a number of bug fixes and API enhancements.
+
  
 
== Parallel Language Development Tools ==
 
== Parallel Language Development Tools ==

Revision as of 21:11, 3 December 2009

The following is a list of the new and noteworthy changes in PTP 3.0.

External Tools Framework

Performance Tools Framework Name Changed

The Performance Tools Framework has now been renamed to the External Tools Framework (ETFw). All the associated plugins have been renamed to reflect the new naming.

External Tools Feedback View

Takes an XML file, presumably generated by an external tool (ETFw supported, or a compiler, or another performance tool, etc. etc. ) and produces an eclipse view with items mapped to source code lines.

Extension Point Additions

Parallel Language Development Tools

  • Bug fixes for MPI and OpenMP tools. (Beth)
  • Hope to have new UPC project wizard as well.

Photran

Remote Development Tools

  • Bug fixes/improvements

Resource Managers

  • Support for SLURM
  • Support for PBS
  • MPICH2 now uses the same RM infrastructure as Open MPI
  • RM's can now supply their own UI elements
  • RM's use service model for configuration information

Service Configurations

  • New service configuration preferences page
  • New service configuration project properties page
  • Service configuration view
  • Service model events
  • Import/export service configurations

Back to the top