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"

(Service Configurations)
 
(32 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
== External Tools Framework ==
 
== 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 ===
+
=== External Tools Preference Page ===
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===
+
Preference pages for tools contributed using the ETFw extension now appear under the External Tools category.
 +
 
 +
[[Image:External_prefs.png]]
  
 
== MPI Analysis ==
 
== MPI Analysis ==
  
=== In-situ Partial Order (ISP) ===
+
=== In-situ Partial Order (ISP) Analysis ===
  
 
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.
 
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 ==
+
ISP actions can be accessed from the toolbar.
  
== Photran ==
+
[[Image:Isp_toolbar.png]]
  
== Remote Development Tools ==
+
=== ISP Analyzer View ===
 +
 
 +
This view is used to reports program errors, and runtime statistics, and provides debug-style source code stepping of interleavings.
 +
 
 +
[[Image:Isp-analyzer.png]]
 +
 
 +
=== ISP Preference Page ===
 +
 
 +
ISP preferences can be configured from the ISP preference page.
 +
 
 +
[[Image:Isp_prefs.png]]
 +
 
 +
==Parallel Debugger ==
 +
 
 +
=== Parallel Debug View Toolbar===
 +
 
 +
The Parallel Debug view toolbar has been updated to distinguish it from the Debug view toolbar.
 +
 
 +
[[Image:Parallel debug view command.png]]
 +
 
 +
==Parallel Runtime ==
 +
 
 +
=== Parallel Runtime Perspective ===
 +
The Parallel Runtime perspective (previously PTP Runtime) has been updated to a new layout that includes a new jobs view, console view and properties view.
 +
 
 +
[[Image:Parallel_runtime.png]]
 +
 
 +
=== Jobs List View ===
 +
 
 +
The Jobs view has been replaced with a Jobs List view which shows jobs as a linear list. This is designed to enhance the scalability of the UI.
 +
 
 +
[[Image:Jobs_view.png]]
 +
 
 +
=== Console View ===
 +
 
 +
A console view has now been provided as a main Parallel Runtime view. This view shows combined output from all processes in a parallel job.
 +
 
 +
[[Image:Console_view.png]]
 +
 
 +
== Photran  ==
 +
 
 +
Photran 5.0 is the first official release of Photran as an Eclipse Foundation project.
 +
 
 +
=== Support for Fortran 2003 ===
 +
 
 +
Photran now supports Fortran 2003 features.
 +
 
 +
=== New refactorings ===
 +
 
 +
The following new refactorings have been provided:
 +
 
 +
*Extract Procedure
 +
*Extract Local Variable
 +
*Make Private Entity Public
 +
*Encapsulate Variable
 +
*Add ONLY Clause to USE Statement
 +
*Minimize ONLY List
 +
*Make COMMON Variable Names Consistent
 +
*Unchecked Loop Interchange
 +
*Change Keyword Case
 +
*Multiple-file Introduce IMPLICIT NONE, Replace Obsolete Operators, and Change Keyword Case
 +
 
 +
=== Fortran Language-Specific Search ===
 +
 
 +
Photran now provides searching on Fortran language features.
 +
 
 +
[[Image:Photran_search.png]]
 +
 
 +
=== Additional New Project Wizards===
 +
 
 +
New project wizards have been provided.
 +
 
 +
[[Image:Photran_wizards.png]]
 +
 
 +
=== Source File Templates ===
 +
 
 +
New source templates are available.
 +
 
 +
[[Image:Photran_templates.png]]
 +
 
 +
=== Fortran Project Nature and Conversion Wizard ===
 +
 
 +
Photran projects now have a fortran nature, and projects can be converted with a conversion wizard
 +
 
 +
[[Image:Photran_convert.png]]
  
 
== Resource Managers ==
 
== Resource Managers ==
Line 26: Line 109:
 
A new resource manager supporting the [https://computing.llnl.gov/linux/slurm SLURM] resource management system is now available.  
 
A new resource manager supporting the [https://computing.llnl.gov/linux/slurm SLURM] resource management system is now available.  
  
===Preliminary Support for PBM===
+
[[Image:Slurm_rm.png]]
A new resource manager for PBS has been included in the release. Currently this resource manager is a
+
 
* Support for PBS
+
===Preliminary Support for PBS===
* MPICH2 now uses the same RM infrastructure as Open MPI
+
A new resource manager for PBS has been included in the release. Currently this resource manager only allows monitoring of PBS jobs.
* RM's can now supply their own UI elements
+
 
* RM's use service model for configuration information
+
[[Image:Pbs_rm.png]]
  
 
== Service Configurations ==
 
== Service Configurations ==
 
=== Service Provider Configuration Widget ===
 
=== 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.
+
A widget is available for editing service configurations. 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.
  
[[Image:Service_conf_props.gif]]
+
[[Image:Service provider widget.png]]
  
 
=== Service Configuration Preferences Page ===
 
=== Service Configuration Preferences Page ===
 
Service configurations can now be added/removed/edited using the service configurations preference page.
 
Service configurations can now be added/removed/edited using the service configurations preference page.
 +
 +
[[Image:Service_conf_prefs.gif]]
  
 
=== Service Configuration Project Properties Page ===
 
=== Service Configuration Project Properties Page ===
 +
 +
Service configurations for a project can be accessed from the project properties.
 +
 +
[[Image:Service_conf_props.gif]]
 +
 
=== Service Configuration View ===
 
=== Service Configuration View ===
=== Service Model Events ===
+
 
 +
There is now a view available for displaying service configurations.
 +
 
 +
[[Image:Service config view.png]]
 +
 
 
=== Import/Export Service Configurations ===
 
=== Import/Export Service Configurations ===
 +
 +
Wizards are available for importing and exporting service configurations.
 +
 +
[[Image:Export wizard.png]]

Latest revision as of 22:27, 4 December 2009

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

External Tools Framework

External Tools Preference Page

Preference pages for tools contributed using the ETFw extension now appear under the External Tools category.

External prefs.png

MPI Analysis

In-situ Partial Order (ISP) Analysis

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.

ISP actions can be accessed from the toolbar.

Isp toolbar.png

ISP Analyzer View

This view is used to reports program errors, and runtime statistics, and provides debug-style source code stepping of interleavings.

Isp-analyzer.png

ISP Preference Page

ISP preferences can be configured from the ISP preference page.

Isp prefs.png

Parallel Debugger

Parallel Debug View Toolbar

The Parallel Debug view toolbar has been updated to distinguish it from the Debug view toolbar.

Parallel debug view command.png

Parallel Runtime

Parallel Runtime Perspective

The Parallel Runtime perspective (previously PTP Runtime) has been updated to a new layout that includes a new jobs view, console view and properties view.

Parallel runtime.png

Jobs List View

The Jobs view has been replaced with a Jobs List view which shows jobs as a linear list. This is designed to enhance the scalability of the UI.

Jobs view.png

Console View

A console view has now been provided as a main Parallel Runtime view. This view shows combined output from all processes in a parallel job.

Console view.png

Photran

Photran 5.0 is the first official release of Photran as an Eclipse Foundation project.

Support for Fortran 2003

Photran now supports Fortran 2003 features.

New refactorings

The following new refactorings have been provided:

  • Extract Procedure
  • Extract Local Variable
  • Make Private Entity Public
  • Encapsulate Variable
  • Add ONLY Clause to USE Statement
  • Minimize ONLY List
  • Make COMMON Variable Names Consistent
  • Unchecked Loop Interchange
  • Change Keyword Case
  • Multiple-file Introduce IMPLICIT NONE, Replace Obsolete Operators, and Change Keyword Case

Fortran Language-Specific Search

Photran now provides searching on Fortran language features.

Photran search.png

Additional New Project Wizards

New project wizards have been provided.

Photran wizards.png

Source File Templates

New source templates are available.

Photran templates.png

Fortran Project Nature and Conversion Wizard

Photran projects now have a fortran nature, and projects can be converted with a conversion wizard

Photran convert.png

Resource Managers

Support for SLURM

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

Slurm rm.png

Preliminary Support for PBS

A new resource manager for PBS has been included in the release. Currently this resource manager only allows monitoring of PBS jobs.

Pbs rm.png

Service Configurations

Service Provider Configuration Widget

A widget is available for editing service configurations. 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 provider widget.png

Service Configuration Preferences Page

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

Service conf prefs.gif

Service Configuration Project Properties Page

Service configurations for a project can be accessed from the project properties.

Service conf props.gif

Service Configuration View

There is now a view available for displaying service configurations.

Service config view.png

Import/Export Service Configurations

Wizards are available for importing and exporting service configurations.

Export wizard.png

Back to the top