<?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 using cilkview and cilkscreen in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741306#M545</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;It is having trouble finding my cilkview.h file. It is in&lt;BR /&gt;&lt;BR /&gt;../Desktop/cilkutil/include/cilktools/&lt;BR /&gt;&lt;BR /&gt;which is not in my $PATH. How can I correct this? &lt;BR /&gt;&lt;BR /&gt;1. I can makean additonal $PATH section to it (it is getting to be a long $PATH).&lt;BR /&gt;&lt;BR /&gt;2. I can move cilkview.h, cilkscreen.h and any other header file in that cilkutil directory to another include file directory tha is in my $PATH.&lt;BR /&gt;&lt;BR /&gt;I do not know which one is best or even if there is another way.&lt;BR /&gt;&lt;BR /&gt;What can I/ should I do?&lt;BR /&gt;&lt;BR /&gt;Any help appreciated. Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Newport_j&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Mar 2012 16:50:58 GMT</pubDate>
    <dc:creator>newport_j</dc:creator>
    <dc:date>2012-03-09T16:50:58Z</dc:date>
    <item>
      <title>using cilkview and cilkscreen</title>
      <link>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741302#M541</link>
      <description>Where is their some instruction or document on using cilkview and cilkscreen? I do believe that what is in the Programmer's Guide is current/correct. It seems that cilkview at least has a lot of different functionality.&lt;BR /&gt;&lt;BR /&gt;Where can learn about hw to use cilkview and cilkscreen as they exist today?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;newport_j</description>
      <pubDate>Thu, 08 Mar 2012 17:28:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741302#M541</guid>
      <dc:creator>newport_j</dc:creator>
      <dc:date>2012-03-08T17:28:14Z</dc:date>
    </item>
    <item>
      <title>using cilkview and cilkscreen</title>
      <link>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741303#M542</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;the latest documentation is contained in Intel Cilk Plus Software Development Kit. After extracting there will be a sub-directory called "&lt;I&gt;doc&lt;/I&gt;" which contains one HTML file.&lt;BR /&gt;&lt;BR /&gt;There's an out-dated knowledge base article, too:&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/visualizing-parallel-speedup-with-cilkview/"&gt;http://software.intel.com/en-us/articles/visualizing-parallel-speedup-with-cilkview/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm currently about to revise it.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Georg Zitzlsberger&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Mar 2012 17:38:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741303#M542</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2012-03-08T17:38:23Z</dc:date>
    </item>
    <item>
      <title>using cilkview and cilkscreen</title>
      <link>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741304#M543</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;I know that some hahve chaged since that outdated document, but to will still hacve to use&lt;BR /&gt;&lt;BR /&gt;cv.start&lt;BR /&gt;&lt;BR /&gt;cv.stop&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;cv.dump&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I just need to know what must be in the c source code to use cilkview reliably. It seems the old methods (without the cilk object) are okay.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Newport_j&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Mar 2012 18:32:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741304#M543</guid>
      <dc:creator>newport_j</dc:creator>
      <dc:date>2012-03-08T18:32:08Z</dc:date>
    </item>
    <item>
      <title>using cilkview and cilkscreen</title>
      <link>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741305#M544</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;didn't my answer on this thread help you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=102901"&gt;http://software.intel.com/en-us/forums/showthread.php?t=102901&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;? (reply #2)&lt;BR /&gt;&lt;BR /&gt;It's exactly the same approach.&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;cv.start/stop/dump&lt;/I&gt; are not used anymore. Instead, use:&lt;BR /&gt;&lt;BR /&gt;[bash]    cilkview_data_t start;
    __cilkview_query(start);

    // profile this here

    __cilkview_report(&amp;amp;start, NULL, "my_tag", CV_REPORT_WRITE_TO_RESULTS);
[/bash] &lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Georg Zitzlsberger</description>
      <pubDate>Thu, 08 Mar 2012 18:42:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741305#M544</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2012-03-08T18:42:44Z</dc:date>
    </item>
    <item>
      <title>using cilkview and cilkscreen</title>
      <link>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741306#M545</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;It is having trouble finding my cilkview.h file. It is in&lt;BR /&gt;&lt;BR /&gt;../Desktop/cilkutil/include/cilktools/&lt;BR /&gt;&lt;BR /&gt;which is not in my $PATH. How can I correct this? &lt;BR /&gt;&lt;BR /&gt;1. I can makean additonal $PATH section to it (it is getting to be a long $PATH).&lt;BR /&gt;&lt;BR /&gt;2. I can move cilkview.h, cilkscreen.h and any other header file in that cilkutil directory to another include file directory tha is in my $PATH.&lt;BR /&gt;&lt;BR /&gt;I do not know which one is best or even if there is another way.&lt;BR /&gt;&lt;BR /&gt;What can I/ should I do?&lt;BR /&gt;&lt;BR /&gt;Any help appreciated. Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Newport_j&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Mar 2012 16:50:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741306#M545</guid>
      <dc:creator>newport_j</dc:creator>
      <dc:date>2012-03-09T16:50:58Z</dc:date>
    </item>
    <item>
      <title>using cilkview and cilkscreen</title>
      <link>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741307#M546</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;use "&lt;I&gt;-I&lt;/I&gt;" like this&lt;BR /&gt;&lt;BR /&gt; &lt;I&gt;$ icpc -I&lt;PATH_TO&gt;/Desktop/cilkutil/include/cilktools/&lt;/PATH_TO&gt;&lt;/I&gt;&lt;I&gt; &lt;YOU other="" options=""&gt;&lt;/YOU&gt;&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;...to help the compiler find the include directory for the &lt;I&gt;cilktools&lt;/I&gt;' header files (here: &lt;I&gt;cilkview.h&lt;/I&gt;).&lt;BR /&gt;&lt;BR /&gt;You don't need to set &lt;I&gt;$PATH&lt;/I&gt;; just use "&lt;I&gt;-I&lt;/I&gt;" as described above.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Georg Zitzlsberger</description>
      <pubDate>Fri, 09 Mar 2012 17:23:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/using-cilkview-and-cilkscreen/m-p/741307#M546</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2012-03-09T17:23:21Z</dc:date>
    </item>
  </channel>
</rss>

