<?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: Statically linking with OpenMP in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Statically-linking-with-OpenMP/m-p/834430#M54135</link>
    <description>On certain platforms, the link command&lt;BR /&gt;ifort -Qopenmp -i-static&lt;BR /&gt;will link just the required ifort libraries statically.  On others, it may work the same as -static.&lt;BR /&gt;You may also try libguide.lib on the link line, or use the -# option to examine the command sent to the linker in case you want to modify it.</description>
    <pubDate>Wed, 01 Jun 2005 03:24:54 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2005-06-01T03:24:54Z</dc:date>
    <item>
      <title>Statically linking with OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Statically-linking-with-OpenMP/m-p/834429#M54134</link>
      <description>Is there a compiler option to specify OpenMP static libraries be used instead of DLL?  My project uses the default /lib:static option (or at least I assume it is using the default since no /lib option is specified) and /Qopenmp option.  The executable requires libguide40.dll.  I couldn't find any documentation as to how I can have the executable statically linked to libguide40.lib.&lt;BR /&gt;&lt;BR /&gt;Thanks for any info.</description>
      <pubDate>Tue, 31 May 2005 23:49:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Statically-linking-with-OpenMP/m-p/834429#M54134</guid>
      <dc:creator>tnn333</dc:creator>
      <dc:date>2005-05-31T23:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Statically linking with OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Statically-linking-with-OpenMP/m-p/834430#M54135</link>
      <description>On certain platforms, the link command&lt;BR /&gt;ifort -Qopenmp -i-static&lt;BR /&gt;will link just the required ifort libraries statically.  On others, it may work the same as -static.&lt;BR /&gt;You may also try libguide.lib on the link line, or use the -# option to examine the command sent to the linker in case you want to modify it.</description>
      <pubDate>Wed, 01 Jun 2005 03:24:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Statically-linking-with-OpenMP/m-p/834430#M54135</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2005-06-01T03:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Statically linking with OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Statically-linking-with-OpenMP/m-p/834431#M54136</link>
      <description>On Windows, the switch that is relevant is /libs, which has a value of static or dll.  I tried an example, and the static form of OpenMP was linked in by default - specifying /libs:dll caused the DLL form to be linked in.&lt;BR /&gt;&lt;BR /&gt;Note that if you are creating a DLL in the VS.NET IDE, you will get /libs:dll set for you by default.  You can change this in the Libraries property page of the project.</description>
      <pubDate>Wed, 01 Jun 2005 03:43:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Statically-linking-with-OpenMP/m-p/834431#M54136</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2005-06-01T03:43:27Z</dc:date>
    </item>
  </channel>
</rss>

