<?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 general questions in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741253#M527</link>
    <description>The icc command line option&lt;DIV&gt; -cilk-serialize&lt;/DIV&gt;&lt;DIV&gt;may do what you want.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I agree that the extra underscore and the capitialization as in&lt;/DIV&gt;&lt;DIV&gt;_Cilk_sync&lt;/DIV&gt;&lt;DIV&gt;are an annoyance.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 02 Mar 2012 19:27:09 GMT</pubDate>
    <dc:creator>BradleyKuszmaul</dc:creator>
    <dc:date>2012-03-02T19:27:09Z</dc:date>
    <item>
      <title>general questions</title>
      <link>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741252#M526</link>
      <description>Is there a way to get the serial elision of the Cilk c program? This was a nice option in Cilk Arts.&lt;BR /&gt;&lt;BR /&gt;When and why do you underscore precedingcilk_spawn and cilk_for in Intel Cilk ? It seems that it is rare but at times the statements listed above must be precded by an underscore.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;Newport_j</description>
      <pubDate>Fri, 02 Mar 2012 17:57:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741252#M526</guid>
      <dc:creator>newport_j</dc:creator>
      <dc:date>2012-03-02T17:57:08Z</dc:date>
    </item>
    <item>
      <title>general questions</title>
      <link>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741253#M527</link>
      <description>The icc command line option&lt;DIV&gt; -cilk-serialize&lt;/DIV&gt;&lt;DIV&gt;may do what you want.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I agree that the extra underscore and the capitialization as in&lt;/DIV&gt;&lt;DIV&gt;_Cilk_sync&lt;/DIV&gt;&lt;DIV&gt;are an annoyance.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Mar 2012 19:27:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741253#M527</guid>
      <dc:creator>BradleyKuszmaul</dc:creator>
      <dc:date>2012-03-02T19:27:09Z</dc:date>
    </item>
    <item>
      <title>general questions</title>
      <link>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741254#M528</link>
      <description>The keywords in Cilk Plusare _Cilk_spawn, _Cilk_sync, and _Cilk_for.&lt;BR /&gt;&lt;BR /&gt;If you have included the followingfile:&lt;BR /&gt;&lt;BR /&gt; #include &lt;CILK&gt;&lt;BR /&gt;&lt;BR /&gt;then you can write "cilk_spawn" instead of "_Cilk_spawn" (and similarly "cilk_sync" and "cilk_for").&lt;BR /&gt;&lt;BR /&gt;This includefile contains preprocessor macros to make this work. If "cilk_spawn" (without the underscore)_ works in your code, then this file has probably already been included.&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CILK&gt;</description>
      <pubDate>Fri, 02 Mar 2012 21:32:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741254#M528</guid>
      <dc:creator>Jim_S_Intel</dc:creator>
      <dc:date>2012-03-02T21:32:17Z</dc:date>
    </item>
    <item>
      <title>general questions</title>
      <link>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741255#M529</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;in addition:&lt;BR /&gt;&lt;BR /&gt;Setting &lt;I&gt;$CILK_NWORKERS&lt;/I&gt; (environment variable) to "&lt;I&gt;1&lt;/I&gt;" makes Intel Cilk Plus applications execute in a serialized way.&lt;BR /&gt;Alternatively you can set this variable to any (meaningful) amount of max. workers running in parallel.&lt;BR /&gt;&lt;BR /&gt;Since this environment variable is evaluated during run-time you never need to recompile your application. By simply setting it before running the same binary it'll use the amount of workers specified.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Georg Zitzlsberger&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Mar 2012 12:25:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741255#M529</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2012-03-05T12:25:25Z</dc:date>
    </item>
    <item>
      <title>general questions</title>
      <link>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741256#M530</link>
      <description>&lt;P&gt;The Intel Cilk Plus keywordnames follow C++ standards. Since Intel Cilk Plus is not part of the standard language, the keywords must have a leading "_" to prevent them from polluting the user namespace.&lt;/P&gt;&lt;P&gt;As others have pointed out, including cilk/cilk.h will define macros for the keywords to make them easier to type.&lt;/P&gt;&lt;P&gt; - Barry&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2012 15:34:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/general-questions/m-p/741256#M530</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2012-03-05T15:34:31Z</dc:date>
    </item>
  </channel>
</rss>

