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

PTP/new and noteworthy/3.0.0

< PTP‎ | new and noteworthy
Revision as of 10:43, 4 December 2009 by G.watson.computer.org (Talk | contribs) (Service Configurations)

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

MPI Analysis

In-situ Partial Order (ISP)

Provides dynamic verification for MPI applications in order to detect deadlocks, assertion violation, and memory leaks. Offers rigorous coverage guarantees, including rigorous coverage of communication/synchronization behaviors, and determines relevant interleavings, replaying them as necessary. Supports MPICH2, Open MPI, Microsoft MPI, MVAPICH, and IBM MPI.

Parallel Language Development Tools

Photran

Remote Development Tools

Resource Managers

Support for SLURM

A new resource manager supporting the SLURM resource management system is now available.

Preliminary Support for PBM

A new resource manager for PBS has been included in the release. Currently this resource manager is a

  • 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

Service Provider Configuration Widget

Service providers can supply a UI for modifying configuration information. This is automatically displayed in the widget when the service provider is selected for editing.

Service Configuration Preferences Page

Service configurations can now be added/removed/edited using the service configurations preference page.

Service Configuration Project Properties Page

Service Configuration View

Service Model Events

Import/Export Service Configurations

Back to the top