Changes between Version 1 and Version 2 of Documentation/UserGuide/ProfileDDTmap


Ignore:
Timestamp:
2020-03-19T16:42:39+01:00 (4 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/ProfileDDTmap

    v1 v2  
    1 = Profile ORCHIDEE with Allinea Map = 
     1[[PageOutline]] 
     2= Profiling with Allinea Map =   
     3 
     4== Objective == 
     5Background of this item: Allinea Map is a type of tool for profiling the performance of C, C++, Fortran 90 and Python software. It was available on Curie and it has been successfully used to analyze multi-processor jobs. Profiling allows you to learn where your program spent its time and which functions called which other functions while it was executing. This information can show you which pieces of your program are slower than you expected and might be candidates for rewriting to make your program execute faster.   
     6 
     7== Allinea Map on Curie ==  
     8Authors: A. Jornet [[BR]]  
     9Last revision: A. Jornet (2018/02/26) [[BR]] 
     10 
    211 
    312Make sure to compile ORCHIDEE with -g flag