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

(CDT Changes)
Line 23: Line 23:
 
*Standalone "SysMon"
 
*Standalone "SysMon"
  
=== Graphical Explorer of GPU Programs (GIG) ===
+
<strike>=== Graphical Inquirer GPU Programs (GIG) ===
*The Graphical Explorer of GPU Programs (GIG) is used to help debug CUDA programs. It uses the formal verifier GKLEE, developed at the University of Utah, to automatically detect many errors and problems such as race conditions, deadlocks, and bank conflicts.
+
*The Graphical Inquirer of GPU Programs (GIG) is used to help debug CUDA programs. It uses the formal verifier GKLEE, developed at the University of Utah, to automatically detect many errors and problems such as race conditions, deadlocks, and bank conflicts.</strike>
  
 
== Parallel Language Development Tools  ==
 
== Parallel Language Development Tools  ==

Revision as of 13:05, 30 May 2013

The following are new features that will be available in PTP 7.0 and Photran 8.1, released with Eclipse Kepler (4.3)  on June 26, 2013


Parallel Package changes

Core Features

Target system configurations

  • Generic
    • New: IBM Platform LSF
    • New: IBM Platform MPI
  • Specific-contributed

Environment Management

  • Has been improved to allow ordering of module loading, and be stored per build configuration instead of per project.

System monitoring

  • Standalone "SysMon"

=== Graphical Inquirer GPU Programs (GIG) ===

  • The Graphical Inquirer of GPU Programs (GIG) is used to help debug CUDA programs. It uses the formal verifier GKLEE, developed at the University of Utah, to automatically detect many errors and problems such as race conditions, deadlocks, and bank conflicts.

Parallel Language Development Tools

Remote Development Tools (RDT)

Synchronized Projects

  • Synchronized Projects have been generalized to be used by other than C/C++/Fortran projects.
  • File Filters can use a general wildcard syntax in addition to regular expressions.
  • Build configurations ...

CDT Changes

  • The C/C++ Development Tools that are included with the "Eclipse for Parallel Application Developers" have also been updated for Eclipse juno. See their newest features on their New and Noteworthy page.

Fortran (Photran)

Bug Fixes and Internal Enhancements

Features removed

  • PPW (Parallel Performance Wizard) has been removed as it is no longer being supported.

Help/docs

  • Eclipse Help for PTP has changed its title: It's now "Parallel Development User Guide" in the Eclipse Help Table of Contents.

Back to the top