| 51 | |
| 52 | {{{#!bash |
| 53 | [fuji@cypress01-065 TestCodes]$ icc -g -O3 ex62s.c -I $ADVISOR_XE_2015_DIR/include |
| 54 | [fuji@cypress01-065 TestCodes]$ dvixe-cl --collect suitability --project-dir ./advi ./a.out |
| 55 | -bash: dvixe-cl: command not found |
| 56 | [fuji@cypress01-065 TestCodes]$ advixe-cl --collect suitability --project-dir ./advi ./a.out |
| 57 | advixe: Warning: Specifying --search-dir when collecting data is strongly recommended. |
| 58 | advixe: Collection started. To stop the collection, either press CTRL-C or enter from another console window: advixe-cl -r /home/fuji/svn/workshop/TestCodes/advi/e000/st000 -command stop. |
| 59 | Number of particle=6560 |
| 60 | Time Step=1.602307e-04 |
| 61 | Max Steps=1.248200e+04 |
| 62 | Data Out at time=1.602307e-04, 2.500000e+00 (sec/step) |
| 63 | advixe: Collection stopped. |
| 64 | advixe: Opening result 0 % |
| 65 | advixe: Loading cached program model |
| 66 | advixe: Cache load failed |
| 67 | advixe: Opening result 5 % Resolving information for `a.out' |
| 68 | advixe: Warning: Cannot locate debugging symbols for file `/share/apps/intel_parallel_studio_xe/2015_update1/advisor_xe_2015.1.10.380555/lib64/runtime/libittnotify.so'. |
| 69 | advixe: Warning: Cannot locate debugging symbols for file `/home/fuji/svn/workshop/TestCodes/a.out'. |
| 70 | advixe: Warning: Cannot locate debugging symbols for file `/share/apps/intel_parallel_studio_xe/2015_update1/advisor_xe_2015.1.10.380555/lib64/runtime/libittnotify.so'. |
| 71 | advixe: Opening result 5 % Resolving information for `libc-2.12.so' |
| 72 | advixe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'. |
| 73 | advixe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'. |
| 74 | advixe: Opening result 49 % Saving the result |
| 75 | advixe: Building program model |
| 76 | advixe: Opening result 49 % Building program model |
| 77 | advixe: Saving program model |
| 78 | advixe: Caching program model |
| 79 | advixe: Opening result 99 % done |
| 80 | advixe: Warning: In location Diffusion - ex62s.c:52: Instances of task 0 are too small. Suitability data may be unreliable. |
| 81 | advixe: Opening result 100 % done [fuji@cypress01-065 TestCodes]$ |
| 82 | [fuji@cypress01-065 TestCodes]$ advixe-cl --report suitability --project-dir ./advi ./a.out |
| 83 | advixe: Opening result 0 % |
| 84 | advixe: Loading cached program model |
| 85 | advixe: Opening result 50 % done |
| 86 | advixe: Warning: In location Diffusion - ex62s.c:52: Instances of task 0 are too small. Suitability data may be unreliable. |
| 87 | advixe: Opening result 100 % done |
| 88 | Intel(R) Advisor Command Line Tool |
| 89 | Copyright (C) 2009-2014 Intel Corporation. All rights reserved. |
| 90 | Suitability Data version="1.1.0" |
| 91 | |
| 92 | |
| 93 | Target CPU Count: 8 Threading Model: Intel(R) Threading Building Blocks (TBB) |
| 94 | Maximum gain for all sites: 0.249263 |
| 95 | |
| 96 | All Sites |
| 97 | Site Total Instance |
| 98 | Site Source Location Max Gain Max Gain Avg Time Total Time |
| 99 | ____________________________________________________________________ |
| 100 | 0 ex62s.c:44 0.25x 0.25x 10.03s 2.4851s |
| 101 | |
| 102 | |
| 103 | Site Details |
| 104 | # of Instance Instance Instance |
| 105 | Type Label Site Source Location Instances Max Time Avg Time Min Time Total Time |
| 106 | __________________________________________________________________________________________________ |
| 107 | Site 0 0 ex62s.c:44 1 2.4851s 2.4851s 2.4851s 2.4851s |
| 108 | Task 0 0 ex62s.c:52 43033600 < 0.0001s < 0.0001s < 0.0001s 2.4826s |
| 109 | |
| 110 | |
| 111 | |
| 112 | Site Options |
| 113 | Benefit Loss If |
| 114 | Site Option Done? If Done Not Done Recommended |
| 115 | ________________________________________________________________________ |
| 116 | 0 Reduce Site Overhead No |
| 117 | 0 Reduce Task Overhead 1.73x No |
| 118 | 0 Reduce Lock Overhead No |
| 119 | 0 Reduce Lock Contention No |
| 120 | 0 Enable Task Chunking 7.69x Yes |
| 121 | |
| 122 | |
| 123 | |
| 124 | |
| 125 | advixe: This data has been saved in `/home/fuji/svn/workshop/TestCodes/advi/e000/st000/advisor-suitability.txt'. |
| 126 | }}} |