<?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 Re: using OpenMP with Visual Fortran Compiler in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/using-OpenMP-with-Visual-Fortran-Compiler/m-p/881377#M75353</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Your program builds fine for me when /Qopenmp is enabled - no other settings are necessary. &lt;BR /&gt;&lt;BR /&gt;Please attach the buildlog.htm from the Debug or Release folder, after doing a Rebuild of the solution, so we can see what is being used.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Steve, the problem is solved. After several tries, I found that /Qopenmp is enabled in Active(debug) Configuration but not in Debug and Release Configuration. When I reset /Qopenmp for Debug and Release configuration, the program builds fine now.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
    <pubDate>Wed, 02 Sep 2009 13:44:20 GMT</pubDate>
    <dc:creator>maria</dc:creator>
    <dc:date>2009-09-02T13:44:20Z</dc:date>
    <item>
      <title>using OpenMP with Visual Fortran Compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/using-OpenMP-with-Visual-Fortran-Compiler/m-p/881374#M75350</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I havebeen using Intel Visual Fortran Compiler 10.1 Professional Edition for Windows. The operation system is Windows XP.Recently, I started learning OpenMP. When I compile a simple program, I went to project properties andselected 'generate parallel code (/Qopenmp)' from 'process OpenMP directives' in Project/Properties/Fortran/Language. &lt;BR /&gt;&lt;BR /&gt;I got error message 'unresolved external symbol _OMP_GET_NUM_THREADS referenced in function _MAIN' and 'unresolved external symbol _OMP_GET_THREADS_NUM referenced in function _MAIN'. What went wrong?&lt;BR /&gt;&lt;BR /&gt;What is the correct procedure to compile the program with OpenMP. I have very limited experiences in programming. Detailed instruction is greatly appreciated.Attached is the simple example I used.&lt;BR /&gt;&lt;BR /&gt;Thank you very much, maria &lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 14:45:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/using-OpenMP-with-Visual-Fortran-Compiler/m-p/881374#M75350</guid>
      <dc:creator>maria</dc:creator>
      <dc:date>2009-09-01T14:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: using OpenMP with Visual Fortran Compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/using-OpenMP-with-Visual-Fortran-Compiler/m-p/881375#M75351</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Check Link properties, General section, enable Link Library Dependencies&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 21:26:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/using-OpenMP-with-Visual-Fortran-Compiler/m-p/881375#M75351</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2009-09-01T21:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: using OpenMP with Visual Fortran Compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/using-OpenMP-with-Visual-Fortran-Compiler/m-p/881376#M75352</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Your program builds fine for me when /Qopenmp is enabled - no other settings are necessary. &lt;BR /&gt;&lt;BR /&gt;Please attach the buildlog.htm from the Debug or Release folder, after doing a Rebuild of the solution, so we can see what is being used.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 23:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/using-OpenMP-with-Visual-Fortran-Compiler/m-p/881376#M75352</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-01T23:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: using OpenMP with Visual Fortran Compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/using-OpenMP-with-Visual-Fortran-Compiler/m-p/881377#M75353</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Your program builds fine for me when /Qopenmp is enabled - no other settings are necessary. &lt;BR /&gt;&lt;BR /&gt;Please attach the buildlog.htm from the Debug or Release folder, after doing a Rebuild of the solution, so we can see what is being used.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Steve, the problem is solved. After several tries, I found that /Qopenmp is enabled in Active(debug) Configuration but not in Debug and Release Configuration. When I reset /Qopenmp for Debug and Release configuration, the program builds fine now.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Wed, 02 Sep 2009 13:44:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/using-OpenMP-with-Visual-Fortran-Compiler/m-p/881377#M75353</guid>
      <dc:creator>maria</dc:creator>
      <dc:date>2009-09-02T13:44:20Z</dc:date>
    </item>
  </channel>
</rss>

