<?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: Do all dependences need to compiled using MPI if the main program needs MPI compilation? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205527#M151552</link>
    <description>&lt;P&gt;And be sure to link with the MPI driver, mpifort, to include the MPI libraries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Aug 2020 16:37:19 GMT</pubDate>
    <dc:creator>Barbara_P_Intel</dc:creator>
    <dc:date>2020-08-31T16:37:19Z</dc:date>
    <item>
      <title>Do all dependences need to compiled using MPI if the main program needs MPI compilation?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1202278#M151376</link>
      <description>&lt;P&gt;I have a program that needs to be compiled with MPI parallelization, say I am using openmpi installed using intel compilers and this program depends on external libraries.&amp;nbsp; Following the recommendation that dependencies and main programs should be compiled by the same compiler and same flags, do I then also need to compile the dependencies of my program using MPI wrappers even if their code is only serial or is it sufficient to use the underlying compiler of my openmpi (in this case the intel compilers)?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 00:47:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1202278#M151376</guid>
      <dc:creator>efnacy</dc:creator>
      <dc:date>2020-08-21T00:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Do all dependences need to compiled using MPI if the main program needs MPI compilation?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1203869#M151463</link>
      <description>&lt;P&gt;As MPI is a pure library, not a library and a set of compiler directives like OpenMP (no "I"), I would say that it is not necessary to recompile the external libraries, as long as they are compiled with the same compiler. What will be important is to use the same MPI environment, so in this case OpenMPI. Other MPI environments are not compatible, if I understand it correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 07:42:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1203869#M151463</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2020-08-25T07:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Do all dependences need to compiled using MPI if the main program needs MPI compilation?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205267#M151541</link>
      <description>&lt;P&gt;You mean, only openMPI is compatible with openMP? I thought openMP and openMPI are unrelated, they just happened to have similar name. This means that if I want to combine MPI and shared-memory parallelization using openMP, my only choice for the MPI implementation would be openMPI?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 22:52:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205267#M151541</guid>
      <dc:creator>efnacy</dc:creator>
      <dc:date>2020-08-29T22:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Do all dependences need to compiled using MPI if the main program needs MPI compilation?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205268#M151542</link>
      <description>&lt;P&gt;They are unrelated other than by the name similarity.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 23:06:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205268#M151542</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-08-29T23:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Do all dependences need to compiled using MPI if the main program needs MPI compilation?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205338#M151544</link>
      <description>&lt;P&gt;Excuse humour:&lt;/P&gt;
&lt;P&gt;Brad Pitt and I have the opposite problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Aug 2020 18:27:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205338#M151544</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2020-08-30T18:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Do all dependences need to compiled using MPI if the main program needs MPI compilation?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205485#M151549</link>
      <description>&lt;P&gt;External objects and libraries: as long as they make no MPI calls and are compiled with the same compiler major version: these do not have to be recompiled with the MPI wrappers.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 14:12:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205485#M151549</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2020-08-31T14:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Do all dependences need to compiled using MPI if the main program needs MPI compilation?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205527#M151552</link>
      <description>&lt;P&gt;And be sure to link with the MPI driver, mpifort, to include the MPI libraries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 16:37:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Do-all-dependences-need-to-compiled-using-MPI-if-the-main/m-p/1205527#M151552</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2020-08-31T16:37:19Z</dc:date>
    </item>
  </channel>
</rss>

