Changes between Initial Version and Version 1 of cypress/Advisor Brief Tutorial


Ignore:
Timestamp:
08/19/15 22:32:56 (9 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Advisor Brief Tutorial

    v1 v1  
     1= Advisor Brief Tutorial =
     2
     3{{{#!bash
     4[fuji@cypress01-040 PSE]$ advixe-cl --collect survey --project-dir ./advi ./ex62s
     5advixe: Warning: Specifying --search-dir when collecting data is strongly recommended.
     6advixe: Collection started. To stop the collection, either press CTRL-C or enter from another console window: advixe-cl -r /home/fuji/svn/workshop/PSE/advi/e000/hs000 -command stop.
     7Number of particle=6560
     8Time Step=1.602307e-04
     9Max Steps=1.248200e+04
     10Data Out at time=1.602307e-04, 1.930000e+00 (sec/step)
     11advixe: Collection stopped.
     12advixe: Opening result 24 % Resolving information for `ex62s'
     13advixe: Warning: Cannot locate debugging symbols for file `/home/fuji/svn/workshop/PSE/ex62s'.
     14advixe: Opening result 26 % Resolving information for `libc-2.12.so'
     15advixe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'.
     16advixe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'.
     17advixe: Opening result 99 % done
     18advixe: Opening result 100 % done                                             
     19[fuji@cypress01-040 PSE]$
     20}}}
     21{{{#!bash
     22[fuji@cypress01-040 PSE]$ advixe-cl --report survey --project-dir ./advi ./ex62s
     23advixe: Opening result 25 % done
     24advixe: Opening result 100 % done
     25Intel(R) Advisor Command Line Tool
     26Copyright (C) 2009-2014 Intel Corporation. All rights reserved.
     27Survey Data version="1.1.0"
     28
     29  Function Call Sites and Loops       Total Time %   Total Time   Self Time   Source Location
     30_____________________________________________________________________________________________
     31                              Total        100.00%      1.9290s          0s
     32                  __libc_start_main        100.00%      1.9290s          0s
     33                               main        100.00%      1.9290s          0s       ex62s.c:156
     34                          Diffusion         99.48%      1.9190s          0s        ex62s.c:38
     35               __libm_error_support          0.52%      0.0100s     0.0100s
     36  [loop at ex62s.c:49 in Diffusion]         99.48%      1.9190s          0s        ex62s.c:49
     37  [loop at ex62s.c:50 in Diffusion]         99.48%      1.9190s     0.4800s        ex62s.c:50
     38                            DKernel         74.08%      1.4290s     0.2900s        ex62s.c:27
     39               __libm_error_support          0.52%      0.0100s     0.0100s
     40                                exp         48.16%      0.9290s     0.5390s
     41                            _mcount          6.22%      0.1200s     0.1200s
     42                                exp          4.15%      0.0800s     0.0800s
     43              [Import thunk mcount]          0.52%      0.0100s     0.0100s
     44               __libm_error_support         20.22%      0.3900s     0.3700s
     45 [loop at  in __libm_error_support]          1.04%      0.0200s     0.0200s
     46
     47
     48
     49advixe: This data has been saved in `/home/fuji/svn/workshop/PSE/advi/e000/hs000/advisor-survey.txt'.
     50}}}