Difference between revisions of "Scalasca"

From SNIC Documentation
Jump to: navigation, search
(Presentations/Reviews)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
|description=Performance profiler for parallel applications
 
|description=Performance profiler for parallel applications
 
|license=free
 
|license=free
|fields=Performance optimisation; Computational science
+
|fields=Performance optimisation; Parallel programming; Computational science
 
}}
 
}}
  
Line 8: Line 8:
 
Scalasca is a performance analysis tool specially geared towards investigating parallel programs.  It can also be deployed to profile serial applications.
 
Scalasca is a performance analysis tool specially geared towards investigating parallel programs.  It can also be deployed to profile serial applications.
  
Scalasca can analyse programs written in [[Fortran]], [[C]] and [[C++]] which are parallelised in [[MPI]] and/or [[OpenMP]].
+
Scalasca can analyse programs written in [[Fortran]], [[C]] and [[C++]], which are parallelised in [[MPI]] and/or [[OpenMP]].  From the output one can learn where a parallel program is spending time.  The tool also highlights typical problems associated with parallel programming, such as load imbalance issues in the code.  If the hardware performance counter tool [[PAPI]] is installed on a system, this can be integrated into Scalasca.
 +
 
 +
Scalasca comes with a GUI to visualise the results, which aims to conveniently display the performance issues of an application, even if a large number of tasks and threads are deployed.  The results can also be analysed with a number of tools provided by other groups, such as e.g.: [[Paraver]].
  
 
== Availability ==
 
== Availability ==
Line 17: Line 19:
  
 
Free but copyright
 
Free but copyright
 +
 +
== Presentations/Reviews ==
 +
Overview [[Media:ScalascaReviewJoachimSept12.pdf|presentation]] on the capabilities of Scalasca, given by [[User:Joachim_Hein_(LUNARC)|Joachim Hein]] from [[LUNARC|Lunarc]] to the SNIC [[Application_experts|application expert]] group, when they met in Göteborg.  Click [[Media:ScalascaReviewJoachimSept12.pdf|here]] to see the slides.
  
 
== Experts ==
 
== Experts ==

Latest revision as of 17:05, 21 September 2012


Overview

Scalasca is a performance analysis tool specially geared towards investigating parallel programs. It can also be deployed to profile serial applications.

Scalasca can analyse programs written in Fortran, C and C++, which are parallelised in MPI and/or OpenMP. From the output one can learn where a parallel program is spending time. The tool also highlights typical problems associated with parallel programming, such as load imbalance issues in the code. If the hardware performance counter tool PAPI is installed on a system, this can be integrated into Scalasca.

Scalasca comes with a GUI to visualise the results, which aims to conveniently display the performance issues of an application, even if a large number of tasks and threads are deployed. The results can also be analysed with a number of tools provided by other groups, such as e.g.: Paraver.

Availability

ResourceCentreDescription
AlarikLUNARCthroughput cluster resource of 40 TFLOPS
AuroraLUNARCthroughput/general purpose cluster resource
PlatonLUNARCthroughput cluster resource of 26 TFLOPS
TriolithNSCCapability cluster with 338 TFLOPS peak and 1:2 Infiniband fat-tree

License

License: Free.

Free but copyright

Presentations/Reviews

Overview presentation on the capabilities of Scalasca, given by Joachim Hein from Lunarc to the SNIC application expert group, when they met in Göteborg. Click here to see the slides.

Experts

These experts have registered specific competence on this subject:

  FieldAE FTEGeneral activities
Joachim Hein (LUNARC)LUNARCParallel programming
Performance optimisation
85Parallel programming support
Performance optimisation
HPC training

Links