Changes between Version 38 and Version 39 of cypress/using


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

Legend:

Unmodified
Added
Removed
Modified
  • cypress/using

    v38 v39  
    409409* Predict threading errors & performance scaling on systems with more cores
    410410
    411 {{{#!bash
    412 [fuji@cypress01-040 PSE]$ advixe-cl --collect survey --project-dir ./advi ./ex62s
    413 advixe: Warning: Specifying --search-dir when collecting data is strongly recommended.
    414 advixe: 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.
    415 Number of particle=6560
    416 Time Step=1.602307e-04
    417 Max Steps=1.248200e+04
    418 Data Out at time=1.602307e-04, 1.930000e+00 (sec/step)
    419 advixe: Collection stopped.
    420 advixe: Opening result 24 % Resolving information for `ex62s'
    421 advixe: Warning: Cannot locate debugging symbols for file `/home/fuji/svn/workshop/PSE/ex62s'.
    422 advixe: Opening result 26 % Resolving information for `libc-2.12.so'
    423 advixe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'.
    424 advixe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'.
    425 advixe: Opening result 99 % done
    426 advixe: Opening result 100 % done                                             
    427 [fuji@cypress01-040 PSE]$
    428 }}}
    429 {{{#!bash
    430 [fuji@cypress01-040 PSE]$ advixe-cl --report survey --project-dir ./advi ./ex62s
    431 advixe: Opening result 25 % done
    432 advixe: Opening result 100 % done
    433 Intel(R) Advisor Command Line Tool
    434 Copyright (C) 2009-2014 Intel Corporation. All rights reserved.
    435 Survey Data version="1.1.0"
    436 
    437   Function Call Sites and Loops       Total Time %   Total Time   Self Time   Source Location
    438 _____________________________________________________________________________________________
    439                               Total        100.00%      1.9290s          0s
    440                   __libc_start_main        100.00%      1.9290s          0s
    441                                main        100.00%      1.9290s          0s       ex62s.c:156
    442                           Diffusion         99.48%      1.9190s          0s        ex62s.c:38
    443                __libm_error_support          0.52%      0.0100s     0.0100s
    444   [loop at ex62s.c:49 in Diffusion]         99.48%      1.9190s          0s        ex62s.c:49
    445   [loop at ex62s.c:50 in Diffusion]         99.48%      1.9190s     0.4800s        ex62s.c:50
    446                             DKernel         74.08%      1.4290s     0.2900s        ex62s.c:27
    447                __libm_error_support          0.52%      0.0100s     0.0100s
    448                                 exp         48.16%      0.9290s     0.5390s
    449                             _mcount          6.22%      0.1200s     0.1200s
    450                                 exp          4.15%      0.0800s     0.0800s
    451               [Import thunk mcount]          0.52%      0.0100s     0.0100s
    452                __libm_error_support         20.22%      0.3900s     0.3700s
    453  [loop at  in __libm_error_support]          1.04%      0.0200s     0.0200s
    454 
    455 
    456 
    457 advixe: This data has been saved in `/home/fuji/svn/workshop/PSE/advi/e000/hs000/advisor-survey.txt'.
    458 }}}
    459411
    460412[[Advisor Brief Tutorial]]