<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic And launching the gui from in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020853#M12866</link>
    <description>&lt;P&gt;And launching the gui from the same machine raises more ralstic measures.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Dec 2014 15:55:01 GMT</pubDate>
    <dc:creator>dsi-intel_d_</dc:creator>
    <dc:date>2014-12-15T15:55:01Z</dc:date>
    <item>
      <title>Time spent in functions ?</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020833#M12846</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have an application built with intel compilers (version 15) and -g -O2 mode (optim+debug info).&lt;/P&gt;

&lt;P&gt;The application was run through amplxe-cl -collect hotspots.&lt;/P&gt;

&lt;P&gt;When lauchin VTune on the collected info, I would expect to find (as explained in a tutorial video) the time spent in the more time consuming function. Instead, I get:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="vtune-bu.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7182i2D21B2D1D06E7F52/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="vtune-bu.png" alt="vtune-bu.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Which is not really helpful.&lt;/P&gt;

&lt;P&gt;Also, VTune seems a little bit confused with the concept of function vs library (see image below).&lt;/P&gt;

&lt;P&gt;Is there an alternative to VTune do profile code compiled with&amp;nbsp; Intel ? I just need the usual information, time spend in functions, loops, cache misses etc...&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="vtune-fct.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7183iDE5CA1FF6DE1199F/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="vtune-fct.png" alt="vtune-fct.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 13:53:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020833#M12846</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-11T13:53:57Z</dc:date>
    </item>
    <item>
      <title>I think the reason of this</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020834#M12847</link>
      <description>&lt;P&gt;I think the reason of this confused view is inability to locate binary files which you submitted before. Due to that VTune wasn't able to get any function info from the binary since it wasn't able to locate it - it marked everything fallen to corresponding module as [module].&lt;/P&gt;

&lt;P&gt;Are you launching or attaching to the application? Do you start collection right from VTune GUI?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 15:18:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020834#M12847</guid>
      <dc:creator>Vitaly_S_Intel</dc:creator>
      <dc:date>2014-12-11T15:18:26Z</dc:date>
    </item>
    <item>
      <title>Th collection was started</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020835#M12848</link>
      <description>&lt;P&gt;Th collection was started from the command line through Intel's mpiexec.hydra (--collect hotspots).&lt;/P&gt;

&lt;P&gt;I then started amplxe-gui and loaded a .amplxe file.&lt;/P&gt;

&lt;P&gt;The problem is that I cannot edit the 'analysis target' view (I don't know why) where the binary_location seems to be specified.I copied the binary in the same directory as the .amplxe file, just in case, but it did not change anything.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 15:56:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020835#M12848</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-11T15:56:06Z</dc:date>
    </item>
    <item>
      <title>If you create "all"</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020836#M12849</link>
      <description>&lt;P&gt;If you create "all" subdirectory in result dir and put all the binary files there, then run Re-resolve from GUI, the problem should gone.&lt;/P&gt;

&lt;P&gt;When you start analysis, you may specify&amp;nbsp;-no-auto-finalize option for amplxe-cl. Then finalize result specifying binary and symbol files location via:&lt;/P&gt;

&lt;P&gt;&amp;gt; amplxe-cl -I&amp;nbsp;-search-dir=&amp;lt;path&amp;gt; -r &amp;lt;result_dir_path&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 09:02:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020836#M12849</guid>
      <dc:creator>Vitaly_S_Intel</dc:creator>
      <dc:date>2014-12-12T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020837#M12850</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Could you please provide the fill command line?&lt;/P&gt;

&lt;P&gt;Is fwt_sp a user bunary? Then it looks strange that with default -g option we don't see symbols for the module by deafult..&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 14:21:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020837#M12850</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2014-12-12T14:21:13Z</dc:date>
    </item>
    <item>
      <title>Hello dmitry, I think it</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020838#M12851</link>
      <description>&lt;P&gt;Hello dmitry, I think it might be related with Vitaly's comment. That is, the different search path are missing. I'm re-running finalize with those path specified, but it take time.&lt;/P&gt;

&lt;P&gt;I'll tell you how it went.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 15:24:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020838#M12851</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-12T15:24:04Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020839#M12852</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to understand why it does not work out-of-the box. Theoretically if result finalization is done on the same machine when collection wa run - we should not see the picture as you posted so it would be very helpful to see the exact command line you used (you can obfuscate the appication name if needed).&lt;/P&gt;

&lt;P&gt;Thank you, Regards, Dmitry&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 15:29:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020839#M12852</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2014-12-12T15:29:25Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020840#M12853</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The application was launched through:&lt;/P&gt;

&lt;P&gt;mpiexec.hydra -f $OAR_FILE_NODES -bootstrap-exec oarsh -perhost $nb_cpu amplxe-cl -r fwt_sp_vtune -collect hotspots -- ./fwt_sp&lt;/P&gt;

&lt;P&gt;which generated 4 directories:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;[alainm@gurney inclusion_workvtune]$ ls fwt_sp_vtune.?&lt;BR /&gt;
	fwt_sp_vtune.0:&lt;BR /&gt;
	archive&amp;nbsp; config&amp;nbsp; data.0&amp;nbsp; fwt_sp&amp;nbsp; fwt_sp_vtune.0.amplxe&amp;nbsp; runtool.12566.ipc&amp;nbsp; sqlite-db&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;fwt_sp_vtune.1:&lt;BR /&gt;
	archive&amp;nbsp; config&amp;nbsp; data.0&amp;nbsp; fwt_sp_vtune.1.amplxe&amp;nbsp; runtool.12568.ipc&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;fwt_sp_vtune.2:&lt;BR /&gt;
	archive&amp;nbsp; config&amp;nbsp; data.0&amp;nbsp; fwt_sp_vtune.2.amplxe&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;fwt_sp_vtune.3:&lt;BR /&gt;
	archive&amp;nbsp; config&amp;nbsp; data.0&amp;nbsp; fwt_sp_vtune.3.amplxe&lt;BR /&gt;
	[alainm@gurney inclusion_workvtune]$&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;I'm tryin to analyze the number 0.&lt;/P&gt;

&lt;P&gt;Also, I did run the finalize from the command line agn (specifying the path) and I still get the "could not locate file" error. Here is the log&lt;/P&gt;

&lt;P&gt;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/444057"&gt;444057&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;note the all those flles (appart from [vsyscall] exists:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;[alainm@gurney inclusion_workvtune]$ for i in $(grep Cannot ./fin.log&amp;nbsp; | sed -e 's/.*`//' -e 's/..$//'); do ls $i; done&lt;BR /&gt;
	/usr/lib64/libdaploucm.so.2&lt;BR /&gt;
	ls: cannot access [vsyscall]: No such file or directory&lt;BR /&gt;
	/softs/intel/impi/5.0.1.035/intel64/lib/libmpifort.so.12.0&lt;BR /&gt;
	/lib64/libpthread-2.12.so&lt;BR /&gt;
	/usr/lib64/libibverbs.so.1&lt;BR /&gt;
	/softs/intel/composer_xe_2015.0.090/compiler/lib/intel64/libiomp5.so&lt;BR /&gt;
	/softs/intel/vtune_amplifier_xe_2015.1.1.380310/lib64/libtpsstool.so&lt;BR /&gt;
	/softs/intel/vtune_amplifier_xe_2015.1.1.380310/lib64/pinruntime/glibc/libc-2.3.4.so&lt;BR /&gt;
	/softs/intel/impi/5.0.1.035/intel64/lib/release/libmpi.so.12.0&lt;BR /&gt;
	/softs/intel/vtune_amplifier_xe_2015.1.1.380310/lib64/runtime/libittnotify.so&lt;BR /&gt;
	/usr/lib64/libdaploscm.so.2&lt;BR /&gt;
	/lib64/ld-2.12.so&lt;BR /&gt;
	/bin/grep&lt;BR /&gt;
	/bin/bash&lt;BR /&gt;
	/usr/bin/numactl&lt;BR /&gt;
	/lib64/libc-2.12.so&lt;BR /&gt;
	/usr/lib64/libmlx4-rdmav2.so&lt;BR /&gt;
	/bin/gawk&lt;BR /&gt;
	/usr/lib64/libdaplofa.so.2&lt;BR /&gt;
	[alainm@gurney inclusion_workvtune]$&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Also, the fwt_sp file (which is the profiled aplication) has been copied from the parent directory.&lt;/P&gt;

&lt;P&gt;A++&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 16:10:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020840#M12853</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-12T16:10:47Z</dc:date>
    </item>
    <item>
      <title>When running through mpi on</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020841#M12854</link>
      <description>&lt;P&gt;When running through mpi on different nodes from where the application was built, and possibly analyzing on yet another node, it's hardly surprising that search paths may need setting.&lt;/P&gt;

&lt;P&gt;If, as is usually the case, a single node VTune collection is sufficient, that is a useful learning step as it doesn't involve analyzing separately data collection from various nodes.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 16:47:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020841#M12854</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2014-12-12T16:47:37Z</dc:date>
    </item>
    <item>
      <title>From the information you</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020842#M12855</link>
      <description>&lt;P&gt;From the information you provided we can see that &amp;nbsp;&lt;EM style="font-size: 12px; line-height: 18px;"&gt;fwt_sp_vtune.1,fwt_sp_vtune.2,fwt_sp_vtune.3 don't have&amp;nbsp;sqlite-db directory and most likely the same was with&amp;nbsp;fwt_sp_vtune.0 until you start manual result opening that created it with unresolved modules. This is unexpected. Could you please look at output spawned by VTune on compute node under mpiexec.hydra? Probably we can see there why the results were not finalized.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;On search directories: please use multiple -search-dir options (per direcory) rather than one -search-dir with colon separating multiple directories. It should help if the paths are valid.&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; Regards, Dmitry&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 17:03:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020842#M12855</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2014-12-12T17:03:07Z</dc:date>
    </item>
    <item>
      <title>here is the ampl-xe output</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020843#M12856</link>
      <description>&lt;P&gt;here is the ampl-xe output collected under mpiexec.hydra:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/444064"&gt;444064&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;could the following (to which I should have paid attention) explan the issue:&lt;/P&gt;

&lt;P&gt;amplxe: Warning: The specified data limit of 500 MB is reached. Data collection is stopped.&lt;BR /&gt;
	amplxe: Collection detached.&lt;BR /&gt;
	amplxe: Warning: The specified data limit of 500 MB is reached. Data collection is stopped.&lt;BR /&gt;
	amplxe: Collection detached.&lt;BR /&gt;
	amplxe: Warning: The specified data limit of 500 MB is reached. Data collection is stopped.&lt;BR /&gt;
	amplxe: Warning: The specified data limit of 500 MB is reached. Data collection is stopped.&lt;BR /&gt;
	amplxe: Collection detached.&lt;BR /&gt;
	amplxe: Collection detached.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;???&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 17:37:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020843#M12856</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-12T17:37:40Z</dc:date>
    </item>
    <item>
      <title>I'm not sure it went through,</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020844#M12857</link>
      <description>&lt;P&gt;I'm not sure it went through, I'll try again:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/444065"&gt;444065&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 17:38:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020844#M12857</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-12T17:38:56Z</dc:date>
    </item>
    <item>
      <title>There should not be something</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020845#M12858</link>
      <description>&lt;P&gt;There should not be something wrong that data limit was reached.&lt;/P&gt;

&lt;P&gt;But usually after collection is finished successfully VTune should report at the end with&amp;nbsp;&lt;/P&gt;

&lt;P&gt;amplxe: Collection stopped.&lt;/P&gt;

&lt;P&gt;in output even it was detached with data limit. And after this finalization usually starts. We don't see 4 records "Collection stopped" in the output. Can be the case that the job on the cluster was ended by timeout? Did you see all expected output?&lt;/P&gt;

&lt;P&gt;Regards, Dmitry&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 18:04:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020845#M12858</guid>
      <dc:creator>Dmitry_P_Intel1</dc:creator>
      <dc:date>2014-12-12T18:04:29Z</dc:date>
    </item>
    <item>
      <title>I can also notice that based</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020846#M12859</link>
      <description>&lt;P&gt;I can also notice that based on result directory structure (existing .ipc files) collection hasn't been finished yet to the moment result was opened in GUI. If you launch application via amplxe-cl, you need to wait until application finishes before opening results even if data limit was reached. I suspect you have&amp;nbsp;fwt_sp and amplxe-cl processes running when you open results.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 04:39:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020846#M12859</guid>
      <dc:creator>Vitaly_S_Intel</dc:creator>
      <dc:date>2014-12-15T04:39:24Z</dc:date>
    </item>
    <item>
      <title>There is a possibility that</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020847#M12860</link>
      <description>&lt;P&gt;There is a possibility that the collection was interrupted by the job scheduler. I just relaunched with a longer time limit. The previous limit was based on the job runtime alone plus a security. I just added an hour.&lt;/P&gt;

&lt;P&gt;I'll post the conclusions.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 09:35:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020847#M12860</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-15T09:35:13Z</dc:date>
    </item>
    <item>
      <title>FWIT, it was restarted with:</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020848#M12861</link>
      <description>&lt;P&gt;FWIT, it was restarted with:&lt;/P&gt;

&lt;P&gt;mpiexec.hydra -f $OAR_FILE_NODES -bootstrap-exec oarsh -perhost 2 amplxe-cl -r fwt_sp_vtune -no-auto-finalize -target-duration-type=long -collect hotspots -- ./fwt_sp&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Note that I already have the:&lt;/P&gt;

&lt;P&gt;amplxe: Warning: The specified data limit of 500 MB is reached. Data collection is stopped.&lt;/P&gt;

&lt;P&gt;message despite the -target-duration-type=long, I do not know if this is to be expected.&lt;/P&gt;

&lt;P&gt;Alain&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 10:29:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020848#M12861</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-15T10:29:13Z</dc:date>
    </item>
    <item>
      <title>This warning appears when</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020849#M12862</link>
      <description>&lt;P&gt;This warning appears when amount of data collected reaches 500Mb (default value). You can override it via corresponding &lt;A href="https://software.intel.com/en-us/node/529479"&gt;command line option&lt;/A&gt;&amp;nbsp;though if you collect too much data, GUI might become sluggish.&lt;/P&gt;

&lt;P&gt;Also, if you launch amplxe-cl via mpiexec I would recommend to remove "-no-auto-finalize" option to avoid binary location problem you have in another post. Without it results will be finalized on the nodes where collection occurred.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:01:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020849#M12862</guid>
      <dc:creator>Vitaly_S_Intel</dc:creator>
      <dc:date>2014-12-15T15:01:30Z</dc:date>
    </item>
    <item>
      <title>So, I ran with no limit on</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020850#M12863</link>
      <description>&lt;P&gt;So, I ran with no limit on data size and thus got no warnings related with size limits.&lt;/P&gt;

&lt;P&gt;I ran the 'finalize' off line, on a different machine, but with the same filesystem.&lt;/P&gt;

&lt;P&gt;The&amp;nbsp; result is the same.&lt;/P&gt;

&lt;P&gt;I just connected on the run node in order to run the finalize again in precisely the same environment.&lt;/P&gt;

&lt;P&gt;Note that it still complain about not finding files that are there&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;mplxe: Warning: Cannot locate file `/lib64/libc-2.12.so'.
amplxe: Warning: Cannot locate file `/softs/intel/impi/5.0.1.035/intel64/lib/libmpifort.so.12.0'.
amplxe: Warning: Cannot locate file `/softs/intel/vtune_amplifier_xe_2015.1.1.380310/lib64/pinruntime/glibc/libc-2.3.4.so'.
amplxe: Warning: Cannot locate file `/softs/intel/vtune_amplifier_xe_2015.1.1.380310/lib64/libtpsstool.so'.
amplxe: Executing actions 33 % Resolving information for `libmpi.so.12.0'      
amplxe: Warning: Cannot locate file `/lib64/libpthread-2.12.so'.
&lt;/PRE&gt;

&lt;P&gt;in particular: /softs is mounted&amp;nbsp; on both machines.&lt;/P&gt;

&lt;P&gt;Alain&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:17:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020850#M12863</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-15T15:17:43Z</dc:date>
    </item>
    <item>
      <title>Also, if I let the limit on</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020851#M12864</link>
      <description>&lt;P&gt;Also, if I let the limit on the collected data size I get the " amplxe: Collection detached. " message.&lt;/P&gt;

&lt;P&gt;Alain&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:28:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020851#M12864</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-15T15:28:44Z</dc:date>
    </item>
    <item>
      <title>So using exactly the same</title>
      <link>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020852#M12865</link>
      <description>&lt;P&gt;So using exactly the same machine for finalize, I got&lt;/P&gt;

&lt;P&gt;amplxe: Using result path `/gpfs/scratch/alainm/view/seiscope/codes/3D_Acoustic/FWT3D_DSFDM/trunk/relsym/demo/inclusion_workvtune1/fwt_sp_vtune.0'&lt;BR /&gt;
	amplxe: Executing actions&amp;nbsp; 0 %&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	amplxe: Warning: The result contains a lot of raw data. Finalization may take a long time to complete.&lt;BR /&gt;
	amplxe: Executing actions 23 % Loading '10935-10955.0.trace' file&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	amplxe: Executing actions 33 % Resolving module symbols&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	amplxe: Warning: Cannot locate file `[vsyscall]'.&lt;BR /&gt;
	amplxe: Executing actions 35 % Resolving information for `libpthread-2.12.so' &amp;nbsp;&lt;BR /&gt;
	amplxe: Warning: Cannot locate debugging symbols for file `/lib64/libpthread-2.12.so'.&lt;BR /&gt;
	amplxe: Executing actions 36 % Resolving information for `libc-2.12.so'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	amplxe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'.&lt;BR /&gt;
	amplxe: Executing actions 37 % Resolving information for `libdl-2.12.so'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	amplxe: Warning: Cannot locate debugging symbols for file `/lib64/libdl-2.12.so'.&lt;BR /&gt;
	amplxe: Executing actions 37 % Resolving information for `libtpsstool.so'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	amplxe: Warning: Cannot locate debugging symbols for file `/softs/intel/vtune_amplifier_xe_2015.1.1.380310/lib64/libtpsstool.so'.&lt;BR /&gt;
	amplxe: Executing actions 38 % Resolving information for `ld-2.12.so'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	amplxe: Warning: Cannot locate debugging symbols for file `/lib64/ld-2.12.so'.&lt;BR /&gt;
	amplxe: Executing actions 38 % Resolving information for `libc-2.3.4.so'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	amplxe: Warning: Cannot locate debugging symbols for file `/softs/intel/vtune_amplifier_xe_2015.1.1.380310/lib64/pinruntime/glibc/libc-2.3.4.so'.&lt;BR /&gt;
	amplxe: Executing actions 40 % Resolving information for `libittnotify.so'&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	amplxe: Warning: Cannot locate debugging symbols for file `/softs/intel/vtune_amplifier_xe_2015.1.1.380310/lib64/runtime/libittnotify.so'.&lt;BR /&gt;
	amplxe: Executing actions 100 % done&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	[alainm@r428 inclusion_workvtune1]$&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Which is better, but weirds. Some of these files (the ones in /softs) are on the same filesystem.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;ALain&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:51:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Time-spent-in-functions/m-p/1020852#M12865</guid>
      <dc:creator>dsi-intel_d_</dc:creator>
      <dc:date>2014-12-15T15:51:43Z</dc:date>
    </item>
  </channel>
</rss>

