Difference between revisions of "Performance and Profiling Course, April 2013"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
(Created page with "__TOC__ == Goal == This was a half-day course given on March 24, 2013 at SciNet, covering using profiling and performance tuning strategies using open source tools as well as ...")
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
==Topics (with lecture slides and recordings)==
 
==Topics (with lecture slides and recordings)==
  
===Part 1: Profiling and performance tuning with open source tools===
+
===Profiling and performance tuning with open source tools===
 
:::[[File:PP1-2013-FirstFrame.png|180px|link=http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance1OpenSource/ProfilingPerformance1OpenSource.html]]
 
:::[[File:PP1-2013-FirstFrame.png|180px|link=http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance1OpenSource/ProfilingPerformance1OpenSource.html]]
 
:::[[Media:Profiling.pdf|Slides]]  /   [http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance1OpenSource/ProfilingPerformance1OpenSource.mp4 Video recording]
 
:::[[Media:Profiling.pdf|Slides]]  /   [http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance1OpenSource/ProfilingPerformance1OpenSource.mp4 Video recording]
  
===Part 2: Intel tools===
+
===Intel tools===
 
:::[[File:PP2-2013-FirstFrame.png|180px|link=http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance2IntelTools/ProfilingPerformance2IntelTools.html]]
 
:::[[File:PP2-2013-FirstFrame.png|180px|link=http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance2IntelTools/ProfilingPerformance2IntelTools.html]]
 
:::[[Media:Scinet_inteltools2013.pdf|Slides]]  /   [http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance2IntelTools/ProfilingPerformance2IntelTools.mp4 Video recording]
 
:::[[Media:Scinet_inteltools2013.pdf|Slides]]  /   [http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance2IntelTools/ProfilingPerformance2IntelTools.mp4 Video recording]
  
  
===Part 3: Allinea MAP profiler===
+
===Allinea MAP profiler===
 
:::[[File:PP3-2013-FirstFrame.png|180px|link=http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance3AllineaMAP/ProfilingPerformance3AllineaMAP.html]]
 
:::[[File:PP3-2013-FirstFrame.png|180px|link=http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance3AllineaMAP/ProfilingPerformance3AllineaMAP.html]]
 
:::[[Media:Allineamap.pdf|Slides]]  /   [http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance3AllineaMAP/ProfilingPerformance3AllineaMAP.mp4 Video recording]
 
:::[[Media:Allineamap.pdf|Slides]]  /   [http://support.scinet.utoronto.ca/CourseVideo/Profiling/ProfilingPerformance3AllineaMAP/ProfilingPerformance3AllineaMAP.mp4 Video recording]
 
  
 
==Links==
 
==Links==
  
 
*[[Introduction To Performance]]
 
*[[Introduction To Performance]]
*[[Performance And Debugging Tools: GPC]]
+
*[[Performance And Debugging Tools: GPC]] and [[Performance_And_Debugging_Tools:_TCS]]
 +
* Dec 2010 SNUG TechTalk: [[Media:ProfillingTechTalk-Dec2010.pdf | Profiling Tools on GPC]]
 +
* [http://cnx.org/content/col11136/latest/  High Performance Computing Book]<br />Online version of an older O'Reilly book which covers the basics of (mostly serial) programming for performance.  Covers the most important issues today very clearly.
 +
* [http://www.ece.cmu.edu/~franzf/papers/gttse07.pdf  How to Write Fast Numerical Code ]<br />Good introduction to thinking about performance.
 +
* [http://support.scinet.utoronto.ca/Manuals/JUMP-AIX-POWER6-AppsPerformanceTuning-wp032008.pdf Performance tuning]
 +
* [[Media:Mpi-tuning-parameters.pdf‎ | MPI Tuning Parameters]] - SNUG TechTalk, Feb 2012

Latest revision as of 07:57, 27 April 2013

Goal

This was a half-day course given on March 24, 2013 at SciNet, covering using profiling and performance tuning strategies using open source tools as well as Intel and Allinea tools, which are available on SciNet's GPC cluster.

Topics (with lecture slides and recordings)

Profiling and performance tuning with open source tools

PP1-2013-FirstFrame.png
Slides  /   Video recording

Intel tools

PP2-2013-FirstFrame.png
Slides  /   Video recording


Allinea MAP profiler

PP3-2013-FirstFrame.png
Slides  /   Video recording

Links