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/8.0.0"

(Bug Fixes and Internal Enhancements)
(Perfsuite tools)
Line 36: Line 36:
 
=== Perfsuite tools===
 
=== Perfsuite tools===
 
Uses Feedback view to map findings of Perfsuite analysis to source code lines in the editor.
 
Uses Feedback view to map findings of Perfsuite analysis to source code lines in the editor.
 +
 +
New help sections describes how to run Perfsuite from PTP as well as view results in its new Feedback view.
 +
 +
(need screenshots)
  
 
== Remote Development Tools (RDT)  ==
 
== Remote Development Tools (RDT)  ==

Revision as of 18:15, 19 June 2014

The following are new features that are planned to be available in PTP 8.0 and Photran 8.2, released with Eclipse Luna (4.4)  on June 27, 2014.
This page can be considered to be under construction until that time.


Parallel Package changes

The Eclipse package all-in-one download "Eclipse for Parallel Application Developers" is updated with the latest Luna release contents of most interest to our users. You can download it at http://eclipse.org/downloads

Parallel-package.png

Core Features

Target system configurations

Environment Management

System monitoring

  • Server Caching mechanism - the server scripts in the remote .eclipsesettings directories can be installed as a daemon (e.g. via crontab). Users can decide whether to use the status data retrieved from that daemon or via the old workflow, where each client triggers the server scripts separately. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=427386 for implementation status.

You can configure the update method with the context menu attached to the refresh button. Sysmon-CacheMechanism.png

  • Configuration for system monitoring - a configuration page for the system monitoring allows to define the default update behaviour and the update interval of the monitoring connections.

Sysmon Config.png

Debugger

Implemented support for debugging MPICH applications in SDM

Terminal View

External Tools Framework (ETFw)

Perfsuite tools

Uses Feedback view to map findings of Perfsuite analysis to source code lines in the editor.

New help sections describes how to run Perfsuite from PTP as well as view results in its new Feedback view.

(need screenshots)

Remote Development Tools (RDT)

Synchronized Projects

  • Sync and config options on icons in toolbar

Ptp-sync-toolbar-icon.png,

New Remote Services Provider

  • New Remote Services provider: Build-in SSH
Ptp-remote-newProv.png
  • Connection information is edited via preferences (instead of the Remote Environments view)
Ptp-remote-newEditConn.png

CDT Changes

  • The C/C++ Development Tools that are included with the "Eclipse for Parallel Application Developers" have also been updated for Eclipse Luna. See their newest features on their New and Noteworthy for 8.4 page.
  • CDT 8.3 improvements to multi-process debugging, implemented to help multi-core debugging ... if these show up for PTP debugging, advertise here

Fortran (Photran)

Photran 8.2 (included in PTP 8.0) is primarily a maintenance release. See below for bugs fixed in this release.

Help/docs

Bug Fixes and Internal Enhancements

Features removed

Back to the top