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/tutorials/TG11"

< PTP‎ | tutorials
Line 1: Line 1:
 
''We will be posting our slides for the tutorial to this page prior to July 14, 2011''.  
 
''We will be posting our slides for the tutorial to this page prior to July 14, 2011''.  
  
'''Slides for the VSCSE Tutorial (July 14, 2011):'''  
+
'''Slides for the VSCSE Tutorial (July 14, 2011) -- NB ''italicized slidesets are supplementary to the VSCSE tutorial.'''''
  
 
*Module 0 -&nbsp;Schedule [http://wiki.eclipse.org/images/9/99/Ptp-00-VSCSE.pdf Ptp-00-VSCSE.pdf]  
 
*Module 0 -&nbsp;Schedule [http://wiki.eclipse.org/images/9/99/Ptp-00-VSCSE.pdf Ptp-00-VSCSE.pdf]  
*Module 1 - Introduction [http://wiki.eclipse.org/images/6/64/Ptp-01-intro.pdf Ptp-01-intro.pdf]
+
*Module 1 - Introduction [http://wiki.eclipse.org/images/6/64/Ptp-01-intro.pdf Ptp-01-intro.pdf]  
*Module 2 - Installation recap [http://wiki.eclipse.org/images/9/9b/Ptp-tg11-02-pre-install.pdf ptp-tg11-02-pre-install.pdf]
+
*Module 2 - Installation recap [http://wiki.eclipse.org/images/9/9b/Ptp-tg11-02-pre-install.pdf ptp-tg11-02-pre-install.pdf]  
*Module 3 - C/C++ Development, Remote Projects [http://wiki.eclipse.org/images/c/cc/Ptp-03-c.pdf Ptp-03-c.pdf]
+
*Module 3 - C/C++ Development, Remote Projects [http://wiki.eclipse.org/images/c/cc/Ptp-03-c.pdf Ptp-03-c.pdf]  
*Linux Tools: gprof, gcov [http://wiki.eclipse.org/images/0/05/Gprof-gcov.pdf Gprof-gcov.pdf]
+
*Linux Tools: gprof, gcov [http://wiki.eclipse.org/images/0/05/Gprof-gcov.pdf Gprof-gcov.pdf]  
*Module 4 - Working with MPI [http://wiki.eclipse.org/images/1/12/Ptp-04-mpi.pdf Ptp-04-mpi.pdf]
+
*Module 4 - Working with MPI [http://wiki.eclipse.org/images/1/12/Ptp-04-mpi.pdf Ptp-04-mpi.pdf]  
*Module 5 - Debugging [http://wiki.eclipse.org/images/8/83/Ptp-05-debug.pdf Ptp-05-debug.pdf]
+
*''Module 5 - Debugging ''[http://wiki.eclipse.org/images/8/83/Ptp-05-debug.pdf ''Ptp-05-debug.pdf'']
*Module 6 - Fortran [http://wiki.eclipse.org/images/d/df/Ptp-06-fortran.pdf Ptp-06-fortran.pdf]
+
*''Module 6 - Fortran ''[http://wiki.eclipse.org/images/d/df/Ptp-06-fortran.pdf ''Ptp-06-fortran.pdf'']
*Module 7 - Advanced Features [http://wiki.eclipse.org/images/4/44/Ptp-07-advFeat.pdf Ptp-07-advFeat.pdf]
+
*''Module 7 - Advanced Features ''[http://wiki.eclipse.org/images/4/44/Ptp-07-advFeat.pdf ''Ptp-07-advFeat.pdf'']
*Module 8 -
+
*Module 8 - Wrapup [http://wiki.eclipse.org/images/e/ec/Ptp-08-wrapup.pdf Ptp-08-wrapup.pdf]
  
 
+
<br> <br> &nbsp;  
<br> &nbsp;  
+
  
 
'''This year we are requesting that tutorial participants pre-install Eclipse on their laptops before attending'''.  
 
'''This year we are requesting that tutorial participants pre-install Eclipse on their laptops before attending'''.  

Revision as of 19:53, 13 July 2011

We will be posting our slides for the tutorial to this page prior to July 14, 2011.

Slides for the VSCSE Tutorial (July 14, 2011) -- NB italicized slidesets are supplementary to the VSCSE tutorial.



 

This year we are requesting that tutorial participants pre-install Eclipse on their laptops before attending.

Some alternatives for those unable to pre-install Eclipse are available, including a LiveDVD.

  • These Instructions are for installing the Eclipse and PTP client on your machine. None of the remote machine setup is included here, since we have done that for the TG11 tutorial participants.
  • If you are setting up Eclipse and PTP for use on your own remote cluster, please see the Release Notes for how to configure the remote machine.

Short version of installation instructions

  • You need Java - Sun or IBM versions (not Linux's GCJ) - see Installing Java for more information
  • Download one of the following from http://eclipse.org/downloads (This is Eclipse 3.7, also known as "Indigo")
    • "Eclipse IDE for Parallel Application Developers" is the preferred download for science and engineering parallel application developers, it has C/C++ and Fortran development tools, Parallel Tools Platform, and Linux Tools
  • Unzip/untar and execute the "eclipse" executable (inside the eclipse subdirectory).
  • Please see the longer instructions (ptp-tg11-02-pre-install.pdf) for details on how to update your code.

Longer version of instructions, with screenshots

Install instructions from tutorial slides: ptp-tg11-02-pre-install.pdf

Help! I'm having problems!

Ask a question on the PTP Users mailing list.

Back to the top