Changes between Version 29 and Version 30 of cypress/using


Ignore:
Timestamp:
08/19/15 18:01:07 (9 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/using

    v29 v30  
    389389* Predict threading errors & performance scaling on systems with more cores
    390390
     391{{{#!bash
     392[fuji@cypress01-040 PSE]$ advixe-cl --collect survey --project-dir ./advi ./ex62s
     393advixe: Warning: Specifying --search-dir when collecting data is strongly recommended.
     394advixe: 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.
     395Number of particle=6560
     396Time Step=1.602307e-04
     397Max Steps=1.248200e+04
     398Data Out at time=1.602307e-04, 1.930000e+00 (sec/step)
     399advixe: Collection stopped.
     400advixe: Opening result 24 % Resolving information for `ex62s'
     401advixe: Warning: Cannot locate debugging symbols for file `/home/fuji/svn/workshop/PSE/ex62s'.
     402advixe: Opening result 26 % Resolving information for `libc-2.12.so'
     403advixe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'.
     404advixe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'.
     405advixe: Opening result 99 % done
     406advixe: Opening result 100 % done                                              [fuji@cypress01-040 PSE]$
     407[fuji@cypress01-040 PSE]$
     408[fuji@cypress01-040 PSE]$ ls
     409advi  ex62.c       ex62cutoff    ex62half    ex62list    ex62listCUDA.cu  ex62listOMP.c  ex62OMP.c  ex62s.c   Makefile      MakefileMPI  pbsscript     slurm-idv8682.o52501
     410ex62  ex62CUDA.cu  ex62cutoff.c  ex62half.c  ex62list.c  ex62listMPI.c    ex62MPI.c      ex62s      gmon.out  MakefileCUDA  MakefileOMP  res00000.dat
     411[fuji@cypress01-040 PSE]$ advixe-cl --report survey --project-dir ./advi ./ex62s
     412advixe: Opening result 25 % done
     413advixe: Opening result 100 % done
     414Intel(R) Advisor Command Line Tool
     415Copyright (C) 2009-2014 Intel Corporation. All rights reserved.
     416Survey Data version="1.1.0"
     417
     418  Function Call Sites and Loops       Total Time %   Total Time   Self Time   Source Location
     419_____________________________________________________________________________________________
     420                              Total        100.00%      1.9290s          0s
     421                  __libc_start_main        100.00%      1.9290s          0s
     422                               main        100.00%      1.9290s          0s       ex62s.c:156
     423                          Diffusion         99.48%      1.9190s          0s        ex62s.c:38
     424               __libm_error_support          0.52%      0.0100s     0.0100s
     425  [loop at ex62s.c:49 in Diffusion]         99.48%      1.9190s          0s        ex62s.c:49
     426  [loop at ex62s.c:50 in Diffusion]         99.48%      1.9190s     0.4800s        ex62s.c:50
     427                            DKernel         74.08%      1.4290s     0.2900s        ex62s.c:27
     428               __libm_error_support          0.52%      0.0100s     0.0100s
     429                                exp         48.16%      0.9290s     0.5390s
     430                            _mcount          6.22%      0.1200s     0.1200s
     431                                exp          4.15%      0.0800s     0.0800s
     432              [Import thunk mcount]          0.52%      0.0100s     0.0100s
     433               __libm_error_support         20.22%      0.3900s     0.3700s
     434 [loop at  in __libm_error_support]          1.04%      0.0200s     0.0200s
     435
     436
     437
     438advixe: This data has been saved in `/home/fuji/svn/workshop/PSE/advi/e000/hs000/advisor-survey.txt'.
     439}}}
     440
    391441== Intel® VTune™ Amplifier 2015 ==
    392442* Intuitive CPU & GPU performance tuning, multi-core scalability, bandwidth and more