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

(Created page with "The following are new features that are available in PTP 9.0, Photran 9.1, and Remote 2.0. (see bottom of page for even more recent info) == Parallel Package == The Eclipse...")
 
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The following are new features that are available in PTP 9.0, Photran 9.1, and Remote 2.0. (see bottom of page for even more recent info)
+
The following are new features that are available in PTP 9.0, Photran 9.1, and Remote 2.0.
  
 
== Parallel Package  ==
 
== Parallel Package  ==
Line 7: Line 7:
 
[[Image:Parallel-package.png]]
 
[[Image:Parallel-package.png]]
  
== Core Features ==
+
== Terminal View ==
  
=== System Monitoring Server Caching ===
+
The Terminal View has been ported to use the new TM Terminal 4.0. This will provide better integration and long term support for accessing remote systems.
  
The server scripts in the remote '''.eclipsesettings''' directories can now 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.
+
[[File:Terminal_view.png]]
  
You can configure the update method with the context menu attached to the refresh button.
+
== Synchronized Project Wizard  ==
  
[[Image:Sysmon-CacheMechanism.png]]
+
The new project wizard has been enhanced so that the remote directory will not be reset if it has already been entered. This improves the project creation workflow.
  
=== Preference Page For System Monitoring ===
+
[[File:New_sync_wiz.png]]
A preference page for system monitoring allows configuration of the default update behaviour and the update interval of the monitoring connections.
+
  
[[Image:Sysmon Config.png]]
+
== Connections View ==
  
=== Terminal View ===
+
Remote connection information is now shown in a view in addition to the Remote Connections preference page. This allows connections to be manipulated without requiring a model dialog.
 +
   
 +
[[File:Connections_view.png]]
  
It is possible for the shell and the terminal to interact, allowing the eclipse
+
== Remote Console Support ==
user to have the best of both the command line and the GUI.
+
  
For example, a short command can call up the Eclipse editor from the command line:
+
Remote connections are now supported in the Console view. This provides a uniform way to interact with consoles, as well as providing VT100 emulation.
[[File:Rterm_ptpEdit.png]]
+
  
Commands are initiated by special strings, sometimes called "escape sequences."
+
[[File: Remote_console.png]]
These sequences are enumerated below:</p>
+
<ol>
+
<li><b>Open File:</b> The string "~~EPTP:OpenFile~~FileName\n" will cause the file
+
named to be opened inside the Eclipse browser. Note that only full path names will
+
work. If the file is part of a synchronized project, Eclipse will open the file as
+
a local file on the client machine. If it is not, it will open the file with an URL
+
using a "remotetools" protocol.</li>
+
  
<li><b>Choose a File:</b> The string "~~EPTP:Choice~~File1~~File2~~..~~FileN\n" will
+
== Remote Services Enhancements ==
open a dialog box in Eclipse and allow the user to choose one of the selected files
+
for opening.</li>
+
  
<li><b>Menu:</b> The string "~~EPTP:Radio~~MenuText1::~Command1~~MenuText2::~Command2.."
+
The remote services framework has been substantially improved. Some changes include:
will create a dialog box with a sequence of radio buttons, labeled "MenuText1", "MenuText2",
+
etc. Choosing a given item and clicking OK will cause the corresponding command to be
+
sent to the shell and executed.</li>
+
</ol>
+
  
It is convenient to invoke the above escape sequences through the use of scripts.
+
* A new service based architecture that simplifies support for new protocols
The following script is suggested for opening files on the remote machine. An example
+
* The ability to exclude certain functionality for simple connection types (e.g. serial)
follows:
+
* Connections view
 +
* Remote console support
 +
* Serial port support
 +
* Improved local connections
 +
* Integration with TM Terminal 4.0
  
<pre>
+
== Fortran (Photran) ==
#!/usr/bin/perl
+
use strict;
+
use File::Spec;
+
my @files = ();
+
my $aflag = 0;
+
for my $a (@ARGV) {
+
    if($a eq "-a") {
+
        $aflag = 1;
+
    } elsif(-r $a) {
+
        push @files, File::Spec-&gt;rel2abs($a);
+
    }
+
}
+
if($#files == 0) {
+
    print "~~EPTP:OpenFile~~",$files[0],"\n";
+
} elsif($aflag) {
+
    for my $file (@files) {
+
        print "~~EPTP:OpenFile~~",$file,"\n";
+
        sleep(1);
+
    }
+
} else {
+
    print "~~EPTP:Choice~~",join("~~",@files),"\n";
+
}
+
</pre>
+
  
Using this script, it is possible to open any file within
+
Photran 9.1 adds support for HP Fortran record structures in the syntax highlighter and Outline view.
the Eclipse editor by typing:
+
  
<pre>  ptp filename</pre>
+
[[File:Photran-HP-Records.png|frame|border|Syntax highlighting of HP Fortran record structure keywords]]
  
Note that the file name can be relative or absolute.
+
It includes fixes for several parser bugs, particularly related to Fortran 2003 support:
  
===Terminal History===
+
* [http://bugs.eclipse.org/366913] incorrectly identified syntax error when "in" is used in variable declaration
 +
* [http://bugs.eclipse.org/351082] Syntax Error - real_alloced
 +
* [http://bugs.eclipse.org/387846] Syntax errors on valid Fortran
 +
* [http://bugs.eclipse.org/387853] Syntax error generated by variable named "double"
 +
* [http://bugs.eclipse.org/407968] incorrect syntax error - enumerator
  
A new view is available called "Terminal History." To open
+
...as well as fixes for several other issues:
it type <b>Window > Show View > Other...</b>, and under the <b>Other</b> category, select "Terminal History."
+
  
If you opened any terminals using "Show Terminal" on any synchronized projects,
+
* [http://bugs.eclipse.org/378899] Source, Refactor menus missing in 4.2M7
this view will show you your shell histories on the remote
+
* [http://bugs.eclipse.org/467290] Source menu Comment, Shift, etc. actions should be visible when refactoring is disabled
machines. In order for this to work, however, you must add a
+
* [http://bugs.eclipse.org/467335] NumberFormatException in TileLoopRefactoring.setLoopTilingStepNumber
few special commands to your startup files on the remote machines.
+
* [http://bugs.eclipse.org/467536] gfortran error parser must take precedence over GNU make error parser
 
+
* [http://bugs.eclipse.org/379071] IllegalArgumentException from Status ctor call in EclipseVPG.java:138
<ol>
+
<li><b>For Bash:</b> Add "history -a" to your ~/.bashrc</li>
+
<li><b>For Tcsh/Csh:</b> Add "set history=100;set savehist=100;alias precmd 'history -S'" to
+
your ~/.cshrc. Feel free to change the number "100" to whatever number of items you wish
+
to retain in your shell history.</li>
+
</ol>
+
 
+
[[File:Rterm_term_hist.png]]
+
 
+
As you type each new command, it will appear in the top of the history view,
+
pushing the older commands down.
+
 
+
<ol>
+
<li>If you wish to keep one of the commands near
+
the top of the view, click the checkbox.</li>
+
<.i>If you wish to re-execute the command
+
from the history, click the numbered button at the left.</li>
+
<li>If you wish to delete
+
the command from the history, click the "X" button on the right.</li>
+
<li>If you wish to edit the command, click inside the text box containing it.</li>
+
</ol>
+
 
+
== Debugging ==
+
 
+
=== MPICH2 Debugging Support  ===
+
 
+
Support for debugging applications has been added to the MPICH2 target configuration.
+
 
+
[[Image:mpich2_debug.png]]
+
 
+
=== OpenPOWER™  Little Endian Support ===
+
 
+
Now includes a pre-built SDM binary for OpenPOWER™ Little Endian systems. This allows parallel applications to be debugged on these machines.
+
 
+
[[image:openpower_logo.png]]
+
 
+
== External Tools Framework (ETFw)  ==
+
 
+
=== Perfsuite tools===
+
 
+
There is support for both PSRun and PSProcess for Perfsuite and the output from PSProcess can be opened with the Feedback view.
+
 
+
[[Image:Perfsuite.png]]
+
 
+
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.
+
 
+
== Remote Development Tools (RDT)  ==
+
 
+
=== Synchronized Autotools Projects  ===
+
It is now possible to create synchronized projects that use autotools toolchains. The project will automatically generate the configure scripts and Makefiles on the remote system.
+
 
+
[[image:auto_sync.png]]
+
 
+
=== Sync Toolbar Icons ===
+
There is now a toolbar button for syncing and for editing sync configurations.
+
 
+
[[File:Ptp-sync-toolbar-icon.png]]
+
 
+
=== Synchronization Performance Improvements===
+
Internally, sync now avoids full sync cycles during routine work and both the efficiency and robustness of sync operations has been improved.
+
 
+
=== New Remote Services Provider  ===
+
A new "Built-in SSH" remote services provider has been added. This provider utilizes the JSch SSH implementation directly without introducing another layer of indirection.
+
 
+
[[image: Ptp-remote-newProv.png]]
+
 
+
=== Connection Editing Via Preferences ===
+
 
+
Connection information is now edited via preferences (instead of the Remote Environments view) regardless of the remote services provider.
+
+
[[File: Ptp-remote-newEditConn.png]]
+
 
+
== Fortran (Photran)  ==
+
Photran 8.2 (included in PTP 8.0) is primarily a maintenance release. See below for bugs fixed in this release.
+
  
 
== CDT Changes  ==
 
== 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 [[CDT/User/NewIn84|New and Noteworthy for 8.4]] page.
+
*The C/C++ Development Tools that are included with the "Eclipse for Parallel Application Developers" have also been updated for Eclipse Mars. See their newest features on their [[CDT/User/NewIn87|New and Noteworthy for 8.7]] page.
* CDT 8.3 improvements to multi-process debugging, implemented to help multi-core debugging ... if these show up for PTP debugging, advertise here
+
  
 
== Bug Fixes and Internal Enhancements  ==
 
== Bug Fixes and Internal Enhancements  ==
Line 184: Line 76:
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=468629 Unable to open terminal using "Show Terminal" menu]
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=468629 Unable to open terminal using "Show Terminal" menu]
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=459931 Update PTP to use new remote API]
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=459931 Update PTP to use new remote API]
 
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=461099 Update PTP to use remote connection type filtering]
* [https://bugs.eclipse.org/bugs/buglist.cgi?list_id=6044074&classification=Tools&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&component=Cell&component=Core&component=Debug%20Core&component=Debug%20SDM&component=Debug%20UI&component=Doc&component=EMS&component=ETFw&component=GEM&component=GIG&component=ISP&component=Lang&component=Launch&component=MPI%20Development%20Tools&component=Perf&component=PLDT&component=RDT&component=RDT.sync&component=Remote&component=Remote%20Tools&component=RM&component=RM.LoadLeveler&component=RM.MPICH2&component=RM.Open%20MPI&component=RM.PBS&component=RM.PE&component=RM.SLURM&component=SCI&component=Service%20Model&component=Tools&component=User&target_milestone=8.1.1&product=PTP  PTP bugs and enhancements for PTP 8.1.1]
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=468860 ".ptprc.sh: cannot open" message when using Terminal]
  
 
== Features Removed/Deprecated ==
 
== Features Removed/Deprecated ==

Latest revision as of 14:36, 24 June 2015

The following are new features that are available in PTP 9.0, Photran 9.1, and Remote 2.0.

Parallel Package

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

Parallel-package.png

Terminal View

The Terminal View has been ported to use the new TM Terminal 4.0. This will provide better integration and long term support for accessing remote systems.

Terminal view.png

Synchronized Project Wizard

The new project wizard has been enhanced so that the remote directory will not be reset if it has already been entered. This improves the project creation workflow.

New sync wiz.png

Connections View

Remote connection information is now shown in a view in addition to the Remote Connections preference page. This allows connections to be manipulated without requiring a model dialog.

Connections view.png

Remote Console Support

Remote connections are now supported in the Console view. This provides a uniform way to interact with consoles, as well as providing VT100 emulation.

Remote console.png

Remote Services Enhancements

The remote services framework has been substantially improved. Some changes include:

  • A new service based architecture that simplifies support for new protocols
  • The ability to exclude certain functionality for simple connection types (e.g. serial)
  • Connections view
  • Remote console support
  • Serial port support
  • Improved local connections
  • Integration with TM Terminal 4.0

Fortran (Photran)

Photran 9.1 adds support for HP Fortran record structures in the syntax highlighter and Outline view.

Syntax highlighting of HP Fortran record structure keywords

It includes fixes for several parser bugs, particularly related to Fortran 2003 support:

  • [1] incorrectly identified syntax error when "in" is used in variable declaration
  • [2] Syntax Error - real_alloced
  • [3] Syntax errors on valid Fortran
  • [4] Syntax error generated by variable named "double"
  • [5] incorrect syntax error - enumerator

...as well as fixes for several other issues:

  • [6] Source, Refactor menus missing in 4.2M7
  • [7] Source menu Comment, Shift, etc. actions should be visible when refactoring is disabled
  • [8] NumberFormatException in TileLoopRefactoring.setLoopTilingStepNumber
  • [9] gfortran error parser must take precedence over GNU make error parser
  • [10] IllegalArgumentException from Status ctor call in EclipseVPG.java:138

CDT Changes

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

Bug Fixes and Internal Enhancements

Features Removed/Deprecated

  • Remote Tools has been removed
  • Support for GIG has been removed
  • org.eclipse.rephraser.* plugins have been removed
  • RSE support has been removed

Copyright © Eclipse Foundation, Inc. All Rights Reserved.