<?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 Try adding &amp;quot;--verbose&amp;quot; to the in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033395#M42975</link>
    <description>&lt;P&gt;Try adding "--verbose" to the cilkview command. It should dump a bunch of information to help you (and us) debug the problem. Specifically, it will show you the Pin command that's being executed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; - Barry&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2014 15:47:27 GMT</pubDate>
    <dc:creator>Barry_T_Intel</dc:creator>
    <dc:date>2014-06-05T15:47:27Z</dc:date>
    <item>
      <title>Cilk Tools error while loading shared libraries</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033394#M42974</link>
      <description>&lt;P&gt;I have successfully compiled cilkplus for gcc (4.8 branch) on Ubuntu 14.04 LTS and compiled the example program &lt;A href="http://www.cilkplus.org/fibcpp"&gt;fib&lt;/A&gt; on the cilkplus website.&amp;nbsp; I would like to run cilkview and cilkscreen on it, and so I downloaded cilk tools from the website as well.&amp;nbsp; However, when I try to run cilkview, I get the following error:&lt;/P&gt;

&lt;P&gt;[plain]Cilkview: Generating scalability data&lt;/P&gt;

&lt;P&gt;-t: error while loading shared libraries: -t: cannot open shared object file: No such file or directory[/plain]&lt;/P&gt;

&lt;P&gt;I've tried changing the environment variables $LIBRARY_PATH and $LD_LIBRARY_PATH to point to the libraries in the cilk tools directory, but I still come up with the same error.&amp;nbsp; I also noticed that on the &lt;A href="http://www.cilkplus.org/download#block-views-cilk-tools-block-1"&gt;cilk tools downloads&lt;/A&gt;, for linux there is an extra set of libraries (libelf and libdwarf), which I have also installed on my system.&amp;nbsp; I tried looking at the depenencies for cilkview, but I couldn't find anything unusual with those.&amp;nbsp; Here is the output:&lt;/P&gt;

&lt;P&gt;[plain]$ ldd cilkview&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-gate.so.1 =&amp;gt;&amp;nbsp; (0xf7735000)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libm.so.6 =&amp;gt; /lib32/libm.so.6 (0xf76d1000)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libstdc++.so.6 =&amp;gt; /usr/lib32/libstdc++.so.6 (0xf75e8000)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libgcc_s.so.1 =&amp;gt; /usr/lib32/libgcc_s.so.1 (0xf75cb000)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libc.so.6 =&amp;gt; /lib32/libc.so.6 (0xf741f000)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libdl.so.2 =&amp;gt; /lib32/libdl.so.2 (0xf741a000)[/plain]&lt;/P&gt;

&lt;P&gt;I would particularly like to run cilkview, but the error persists for both cilkview and cilkscreen.&amp;nbsp; It looks like the error is loading libraries; however,&amp;nbsp; I have no idea why it calls the library -t.&amp;nbsp; Any help with this would be much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 15:40:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033394#M42974</guid>
      <dc:creator>Nicholas_N_</dc:creator>
      <dc:date>2014-06-05T15:40:51Z</dc:date>
    </item>
    <item>
      <title>Try adding "--verbose" to the</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033395#M42975</link>
      <description>&lt;P&gt;Try adding "--verbose" to the cilkview command. It should dump a bunch of information to help you (and us) debug the problem. Specifically, it will show you the Pin command that's being executed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; - Barry&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 15:47:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033395#M42975</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2014-06-05T15:47:27Z</dc:date>
    </item>
    <item>
      <title>Here is the output of the</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033396#M42976</link>
      <description>&lt;P&gt;Here is the output of the verbose cilkview command:&lt;/P&gt;

&lt;P&gt;[plain]PIN Environment variables:&lt;/P&gt;

&lt;P&gt;LD_LIBRARY_PATH=/home/nick/cilktools-linux/lib64:/home/nick/cilkplus-install/lib:/home/nick/cilkplus-install/lib64:&lt;/P&gt;

&lt;P&gt;PIN_APP_LD_ASSUME_KERNEL=&amp;lt;undefined&amp;gt;&lt;/P&gt;

&lt;P&gt;PIN_APP_LD_LIBRARY_PATH=/home/nick/cilktools-linux/lib64:/home/nick/cilkplus-install/lib:/home/nick/cilkplus-install/lib64:&lt;/P&gt;

&lt;P&gt;PIN_APP_LD_BIND_NOW=1&lt;/P&gt;

&lt;P&gt;PIN_APP_LD_PRELOAD=&amp;lt;undefined&amp;gt;&lt;/P&gt;

&lt;P&gt;PIN_LD_RESTORE_REQURED=&amp;lt;undefined&amp;gt;&lt;/P&gt;

&lt;P&gt;PIN_VM_LD_LIBRARY_PATH=/home/nick/cilktools-linux/lib64:/home/nick/cilkplus-install/lib:/home/nick/cilkplus-install/lib64:&lt;/P&gt;

&lt;P&gt;Cilkview: Generating scalability data&lt;/P&gt;

&lt;P&gt;PIN command:&lt;/P&gt;

&lt;P&gt;/home/nick/cilktools-linux/lib64/pinbin -t /home/nick/cilktools-linux/lib64/cilkview-tool.so -cvout ./REU_14/fib.cvdata -cores 16 -- ./REU_14/fib&lt;/P&gt;

&lt;P&gt;-t: error while loading shared libraries: -t: cannot open shared object file: No such file or directory[/plain]&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 15:54:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033396#M42976</guid>
      <dc:creator>Nicholas_N_</dc:creator>
      <dc:date>2014-06-05T15:54:19Z</dc:date>
    </item>
    <item>
      <title>OK, taking the information</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033397#M42977</link>
      <description>&lt;P&gt;OK, taking the information from Pin command:&lt;/P&gt;

&lt;DIV class="line alt1" style="line-height: 14.308799743652344px; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; color: rgb(96, 96, 96); margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; min-height: inherit !important; background-image: none !important; background-attachment: initial !important; background-size: initial !important; background-origin: initial !important; background-clip: initial !important; background-position: initial !important; background-repeat: initial !important;"&gt;
	&lt;TABLE style="border-collapse: collapse !important; border: 0px !important; font-size: 1em !important; margin-top: 0px !important; margin-bottom: 0px !important; width: auto !important; vertical-align: baseline !important; outline: 0px !important; float: none !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; line-height: 1.1em !important; min-height: inherit !important; background: none !important;"&gt;
		&lt;TBODY style="border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: inherit !important; background: none !important;"&gt;
			&lt;TR style="border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: inherit !important; background: none !important;"&gt;
				&lt;TD class="content" style="border-width: 0px 0px 0px 3px !important; padding: 0px 0px 0px 0.5em !important; border-left-style: solid !important; border-left-color: rgb(108, 226, 108) !important; outline: 0px !important; float: none !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: inherit !important; color: rgb(0, 0, 0) !important; background: none !important;"&gt;&lt;CODE class="plain" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: inherit !important; background: none !important;"&gt;/home/nick/cilktools-linux/lib64/pinbin -t /home/nick/cilktools-linux/lib64/cilkview-tool.so -cvout ./REU_14/fib.cvdata -cores 16 -- ./REU_14/fib&lt;/CODE&gt;&lt;/TD&gt;
			&lt;/TR&gt;
		&lt;/TBODY&gt;
	&lt;/TABLE&gt;
&lt;/DIV&gt;

&lt;DIV class="line alt2" style="line-height: 14.308799743652344px; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; color: rgb(96, 96, 96); margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; min-height: inherit !important; background: none rgb(248, 248, 248) !important;"&gt;
	&lt;TABLE style="border-collapse: collapse !important; border: 0px !important; font-size: 1em !important; margin-top: 0px !important; margin-bottom: 0px !important; width: auto !important; vertical-align: baseline !important; outline: 0px !important; float: none !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; line-height: 1.1em !important; min-height: inherit !important; background: none !important;"&gt;
		&lt;TBODY style="border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: inherit !important; background: none !important;"&gt;
			&lt;TR style="border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: inherit !important; background: none !important;"&gt;
				&lt;TD class="number" style="border-width: 0px !important; padding: 0px !important; outline: 0px !important; float: none !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 3em !important; line-height: 1.1em !important; font-size: 1em !important; min-height: inherit !important; color: rgb(175, 175, 175) !important; background: none !important;"&gt;&amp;nbsp;&lt;/TD&gt;
				&lt;TD class="content" style="border-width: 0px 0px 0px 3px !important; padding: 0px 0px 0px 0.5em !important; border-left-style: solid !important; border-left-color: rgb(108, 226, 108) !important; outline: 0px !important; float: none !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-size: 1em !important; min-height: inherit !important; color: rgb(0, 0, 0) !important; background: none !important;"&gt;&lt;CODE class="plain" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: inherit !important; background: none !important;"&gt;-t: error while loading shared libraries: -t: cannot open shared object file: No such file or directory&lt;/CODE&gt;&lt;/TD&gt;
			&lt;/TR&gt;
		&lt;/TBODY&gt;
	&lt;/TABLE&gt;
&lt;/DIV&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The message is telling you that the system cannot find the Pintool - cilkview-tools.so. According to the output, it should be at /home/nick/cilktools-linux/lib64/cilkview-tool.so. Does that file exist? If not, you've got a broken Cilk Tools installation. If it does exist, is there a pin.log file in the directory you're running from?&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; - Barry&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 18:04:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033397#M42977</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2014-06-05T18:04:28Z</dc:date>
    </item>
    <item>
      <title>There is a library called</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033398#M42978</link>
      <description>&lt;P&gt;There is a library called cilkview-tool.so at /home/nick/cilktools-linux/lib64/cilkview-tool.so.&amp;nbsp; After I execute the cilkview command, I do not see a pin.log file.&lt;/P&gt;

&lt;P&gt;Originally I did have pin.log files from a previous error about ptrace(), which is mentioned and solved in &lt;A href="https://software.intel.com/en-us/forums/topic/281029"&gt;this forum thread&lt;/A&gt;; however, I am not getting a pin.log for this particular error.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 20:56:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033398#M42978</guid>
      <dc:creator>Nicholas_N_</dc:creator>
      <dc:date>2014-06-05T20:56:54Z</dc:date>
    </item>
    <item>
      <title>FYI, "cilkview" is simply a</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033399#M42979</link>
      <description>&lt;P&gt;FYI, "cilkview" is simply a driver. It's generating the Pin command that actually runs your application under Cilkview.&lt;/P&gt;
&lt;P&gt;The protections on /home/nick/cilktools-linux/lib64/cilkview-tool.so are correct, right? Try using ldd on cilkview-tool.so to see if a dependency is not being found.&lt;/P&gt;
&lt;P&gt;The value displayed for LD_LIBRARY_PATH is what&amp;nbsp;Pin (pinbin)&amp;nbsp;will be&amp;nbsp;run with. The value displayed for PIN_APP_LD_LIBRARY_PATH is what will be in effect when your application is loaded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; - Barry&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2014 13:22:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033399#M42979</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2014-06-06T13:22:20Z</dc:date>
    </item>
    <item>
      <title>Here is the output of ldd</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033400#M42980</link>
      <description>&lt;P&gt;Here is the output of ldd cilkview-tool.so:&lt;/P&gt;

&lt;P&gt;[plain]linux-vdso.so.1 =&amp;gt;&amp;nbsp; (0x00007fff5ff3c000)&lt;/P&gt;

&lt;P&gt;libdl.so.2 =&amp;gt; /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd3c24a4000)&lt;/P&gt;

&lt;P&gt;libpthread.so.0 =&amp;gt; /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fd3c2286000)&lt;/P&gt;

&lt;P&gt;libdwarf.so (0x00007fd3c204b000)&lt;/P&gt;

&lt;P&gt;libelf.so.0 (0x00007fd3c1e34000)&lt;/P&gt;

&lt;P&gt;libm.so.6 =&amp;gt; /lib/x86_64-linux-gnu/libm.so.6 (0x00007fd3c1b2e000)&lt;/P&gt;

&lt;P&gt;libstdc++.so.6 =&amp;gt; /home/nick/cilkplus-install/lib64/libstdc++.so.6 (0x00007fd3c182b000)&lt;/P&gt;

&lt;P&gt;libgcc_s.so.1 =&amp;gt; /home/nick/cilkplus-install/lib64/libgcc_s.so.1 (0x00007fd3c1615000)&lt;/P&gt;

&lt;P&gt;libc.so.6 =&amp;gt; /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd3c124f000)&lt;/P&gt;

&lt;P&gt;/lib64/ld-linux-x86-64.so.2 (0x00007fd3c2c4b000)[/plain]&lt;/P&gt;

&lt;P&gt;I'm confused as to why the Pin command generates the error listing the -t argument rather than listing cilkview-tool.so.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2014 15:11:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033400#M42980</guid>
      <dc:creator>Nicholas_N_</dc:creator>
      <dc:date>2014-06-06T15:11:37Z</dc:date>
    </item>
    <item>
      <title>You can get the list of</title>
      <link>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033401#M42981</link>
      <description>&lt;P&gt;You can get the list of options for pinbin by running it with the "-help" option. &amp;nbsp;"-t" specifies the Pintool to be run. In this case it's cilkview.so.&lt;/P&gt;

&lt;P&gt;The one odd thing I can see is the display for libdwarf.so and libelf.so.0. &amp;nbsp;It should be resolving them from your Cilk tools library directory. &amp;nbsp;Try adding it to the front of LD_LIBRARY_PATH, though cilkview (the driver) should be doing that for you.&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;- Barry&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 17:59:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cilk-Tools-error-while-loading-shared-libraries/m-p/1033401#M42981</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2014-06-11T17:59:35Z</dc:date>
    </item>
  </channel>
</rss>

