<?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 You may have an issue if your in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112738#M129530</link>
    <description>&lt;P&gt;You may have an issue if your application uses components of IVF that are only distributed as DLL (OpenMP, MPI, ???).&lt;/P&gt;

&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2016 16:22:44 GMT</pubDate>
    <dc:creator>jimdempseyatthecove</dc:creator>
    <dc:date>2016-06-29T16:22:44Z</dc:date>
    <item>
      <title>Distribute compiiled DLL without ifort redistributable libraries?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112735#M129527</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am building a fortran DLL that I need to deliver to others. I would like to not require that the person receiving it have the intel libraries. Is there a compiler option so that I can statically link the libraries?&amp;nbsp;(libmmd.dll and libifcoremd.dll)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;

&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 15:12:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112735#M129527</guid>
      <dc:creator>James_W_4</dc:creator>
      <dc:date>2016-06-29T15:12:20Z</dc:date>
    </item>
    <item>
      <title>Note: I am building the DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112736#M129528</link>
      <description>&lt;P&gt;Note: I am building the DLL using visual studio 2013 professional with the 2016 intel compiler&lt;/P&gt;

&lt;P&gt;For some reason I do not have permission to edit my post&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 15:14:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112736#M129528</guid>
      <dc:creator>James_W_4</dc:creator>
      <dc:date>2016-06-29T15:14:36Z</dc:date>
    </item>
    <item>
      <title>Try setting under project</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112737#M129529</link>
      <description>&lt;P&gt;Try setting under project settings &lt;STRONG&gt;Fortran &amp;gt; Libraries &amp;gt; Runtime Library &lt;/STRONG&gt;to &lt;STRONG&gt;Multithreaded&lt;/STRONG&gt;. From a command-line use: &lt;STRONG&gt;/libs:static /threads&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Fortran 16.0 UG has advice/instructions on static linking for multithreaded apps with libiforemd.lib, &lt;A href="https://software.intel.com/en-us/node/581357"&gt;https://software.intel.com/en-us/node/581357&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 15:29:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112737#M129529</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2016-06-29T15:29:40Z</dc:date>
    </item>
    <item>
      <title>You may have an issue if your</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112738#M129530</link>
      <description>&lt;P&gt;You may have an issue if your application uses components of IVF that are only distributed as DLL (OpenMP, MPI, ???).&lt;/P&gt;

&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 16:22:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112738#M129530</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2016-06-29T16:22:44Z</dc:date>
    </item>
    <item>
      <title>Quote:jimdempseyatthecove</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112739#M129531</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;jimdempseyatthecove wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;You may have an issue if your application uses components of IVF that are only distributed as DLL (OpenMP, MPI, ???).&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Yes - OpenMP and coarray support is DLL-only.&lt;/P&gt;

&lt;P&gt;I'll also caution that there could be issues if the calling program built using Intel Fortran and linked to the DLL libraries (which is the default). In my view, building a Fortran DLL against the static libraries is safe only when you know the caller isn't going to be Fortran.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 16:37:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Distribute-compiiled-DLL-without-ifort-redistributable-libraries/m-p/1112739#M129531</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-06-29T16:37:38Z</dc:date>
    </item>
  </channel>
</rss>

