<?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 Different flags function in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Different-flags-function/m-p/1124624#M7604</link>
    <description>&lt;P&gt;I recently started working on someone's code. And I found some compiler flags that I don't know what they are for?&lt;/P&gt;

&lt;P&gt;Can anyone explain me what these flags are?&lt;/P&gt;

&lt;P&gt;1. -Dintel_&lt;/P&gt;

&lt;P&gt;2.&amp;nbsp;-DALLOW_NON_INIT&lt;/P&gt;

&lt;P&gt;3.&amp;nbsp;-nofor_main&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2017 11:21:59 GMT</pubDate>
    <dc:creator>Saravana_Kumar_R_</dc:creator>
    <dc:date>2017-01-03T11:21:59Z</dc:date>
    <item>
      <title>Different flags function</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Different-flags-function/m-p/1124624#M7604</link>
      <description>&lt;P&gt;I recently started working on someone's code. And I found some compiler flags that I don't know what they are for?&lt;/P&gt;

&lt;P&gt;Can anyone explain me what these flags are?&lt;/P&gt;

&lt;P&gt;1. -Dintel_&lt;/P&gt;

&lt;P&gt;2.&amp;nbsp;-DALLOW_NON_INIT&lt;/P&gt;

&lt;P&gt;3.&amp;nbsp;-nofor_main&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 11:21:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Different-flags-function/m-p/1124624#M7604</guid>
      <dc:creator>Saravana_Kumar_R_</dc:creator>
      <dc:date>2017-01-03T11:21:59Z</dc:date>
    </item>
    <item>
      <title>-D sets the variable as a</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Different-flags-function/m-p/1124625#M7605</link>
      <description>&lt;P&gt;-D sets the variable as a preprocessor symbol. You must look in the source code to see how it is used.&lt;/P&gt;

&lt;P&gt;-nofor_main asserts the lack of a Fortran main program such as when main() is provided in another language.&lt;/P&gt;

&lt;P&gt;These will appear in compiler documentation.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 12:41:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Different-flags-function/m-p/1124625#M7605</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2017-01-04T12:41:11Z</dc:date>
    </item>
  </channel>
</rss>

