<?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: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI] in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356743#M159811</link>
    <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;I am using X64 configration. However, I could not locate&amp;nbsp; mpi.mod.&lt;/P&gt;
&lt;P&gt;Here is the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------ Build started: Project: Project1, Configuration: Debug x64 ------&lt;BR /&gt;1&amp;gt;Compiling with Intel(R) Visual Fortran Compiler 18.0.3.210 [Intel(R) 64]...&lt;BR /&gt;1&amp;gt;Source1.f90&lt;BR /&gt;1&amp;gt;C:\FCZWQM\ysa\Source1.f90(2): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MPI]&lt;BR /&gt;1&amp;gt;compilation aborted for C:\FCZWQM\ysa\Source1.f90 (code 1)&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;Build log written to "file://C:\FCZWQM\ysa\x64\Debug\BuildLog.htm"&lt;BR /&gt;1&amp;gt;Project1 - 2 error(s), 0 warning(s)&lt;BR /&gt;========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 16:34:51 GMT</pubDate>
    <dc:creator>farega</dc:creator>
    <dc:date>2022-02-02T16:34:51Z</dc:date>
    <item>
      <title>error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1355592#M159698</link>
      <description>&lt;P&gt;I was Compiling&amp;nbsp; a simple mpi_hello Fortrdan code ( use MPI) with Intel(R) Visual Fortran Compiler 17.0.4.210 [Intel(R) 64].., I&amp;nbsp; &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="xref" title="" href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit.html" data-scope="external" data-format="html" data-type="" target="_blank"&gt;Intel® oneAPI HPC Toolkit but I am getting the error message&amp;nbsp; error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MPI]&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;farega&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 19:29:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1355592#M159698</guid>
      <dc:creator>farega</dc:creator>
      <dc:date>2022-01-28T19:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1355657#M159704</link>
      <description>&lt;P&gt;I would guess (there is no code shown) the the sample has a USE MPI statement to pull some MPI module data and the project has not been configured to know where that compiled module is located.&amp;nbsp; Is MPI installed by the way?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 22:42:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1355657#M159704</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2022-01-28T22:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1355667#M159707</link>
      <description>&lt;P&gt;most MPI libraries use a wrapper.&amp;nbsp; So for Intel MPI for example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mpiifort hello.f90 -o hello_mpi.exe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What MPI, version, and wrapper are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 23:26:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1355667#M159707</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2022-01-28T23:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356046#M159734</link>
      <description>&lt;P&gt;Thanks. Here is the code.&lt;/P&gt;
&lt;P&gt;******************************&lt;/P&gt;
&lt;P&gt;program MPI_hello&lt;BR /&gt;use mpi&lt;BR /&gt;implicit none&lt;BR /&gt;integer ierr&lt;BR /&gt;call MPI_Init(ierr)&lt;BR /&gt;WRITE(6,*)'Hello World'&lt;BR /&gt;call MPI_Finalize(ierr)&lt;BR /&gt;end program MPI_hello&lt;/P&gt;
&lt;P&gt;********************&lt;/P&gt;
&lt;P&gt;I&amp;nbsp; am using&amp;nbsp;&lt;SPAN&gt;Intel(R) Visual Fortran Compiler 17.0.4.210 [Intel(R) 64] with Viusla Stuido 2015. I tried to install ONEAPI but is not compatible.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 14:24:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356046#M159734</guid>
      <dc:creator>farega</dc:creator>
      <dc:date>2022-01-31T14:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356058#M159736</link>
      <description>&lt;P class="sub_section_element_selectors"&gt;Thanks. Here is the code.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;******************************&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;program MPI_hello&lt;BR /&gt;use mpi&lt;BR /&gt;implicit none&lt;BR /&gt;integer ierr&lt;BR /&gt;call MPI_Init(ierr)&lt;BR /&gt;WRITE(6,*)'Hello World'&lt;BR /&gt;call MPI_Finalize(ierr)&lt;BR /&gt;end program MPI_hello&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;********************&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;I&amp;nbsp; am using&amp;nbsp;&lt;SPAN class="sub_section_element_selectors"&gt;Intel(R) Visual Fortran Compiler 17.0.4.210 [Intel(R) 64] with Viusla Stuido 2015 community. I tried to install ONEAPI but is not compatible.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 15:45:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356058#M159736</guid>
      <dc:creator>farega</dc:creator>
      <dc:date>2022-01-31T15:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356062#M159737</link>
      <description>&lt;P&gt;The easiest path for you is this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) FIRST Get and install the latest Microsoft Visual Studio Community Edition from &lt;A href="https://visualstudio.microsoft.com/vs/community/" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt; assuming you qualify for their licensing.&amp;nbsp; If you qualify there is no charge.&amp;nbsp; Make sure to &lt;A href="https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170" target="_blank" rel="noopener"&gt;install the C++ Component&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) AND THEN Install the oneAPI HPC Toolkit.&amp;nbsp; All components in that Toolkit including Intel MPI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 16:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356062#M159737</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2022-01-31T16:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356352#M159757</link>
      <description>&lt;P&gt;The only compatible Visual studio with my&amp;nbsp; Intel(R) Visual Fortran Compiler 18.0.3.210 is 17 or 15.&amp;nbsp; &lt;SPAN&gt;oneAPI HPC Toolkit compianied on VSC 2015 but was fine with VSC 2017. I tried and get the same error message.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 13:48:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356352#M159757</guid>
      <dc:creator>farega</dc:creator>
      <dc:date>2022-02-01T13:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356366#M159762</link>
      <description>&lt;P&gt;Intel Fortran does not provide support for building MPI applications. You need to install a compatible MPI (such as Intel MPI) and then add to the "Include directories" list the path to where the MPI includes and modules can be found. Depending on the MPI you choose, you may have to compile the module sources.&lt;/P&gt;
&lt;P&gt;I don't recommend using the newer Intel MPI in the HPC Toolkit with the older compiler.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 14:30:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356366#M159762</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-02-01T14:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356368#M159763</link>
      <description>&lt;P&gt;i installed Intel® oneAPI HPC Toolkit on VisualStudio 2017&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 14:36:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356368#M159763</guid>
      <dc:creator>farega</dc:creator>
      <dc:date>2022-02-01T14:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356416#M159774</link>
      <description>&lt;P&gt;You still need to add the path to the Fortran MPI modules so that the compiler knows how to find them.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 18:11:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356416#M159774</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-02-01T18:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356674#M159803</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;the MPI module is installed at C:\Program Files (x86)\Intel\oneAPI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then&amp;nbsp; set,&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp; Project-Properties-Fortran-General-Additional include Directories $(I_MPI_ONEAPI_ROOT)\include;&lt;/P&gt;
&lt;P&gt;2) Project-Properties-Linker-General-Additional include directories $(I_MPI_ONEAPI_ROOT)\lib\debug;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other way to set the path?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 13:10:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356674#M159803</guid>
      <dc:creator>farega</dc:creator>
      <dc:date>2022-02-02T13:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356702#M159804</link>
      <description>&lt;P&gt;That should do it. Are you sure you are building an x64 target configuration? Intel MPI does not support 32-bit applications. Does mpi.mod exist in that folder?&lt;/P&gt;
&lt;P&gt;Please zip the buildlog.htm from a failed build and attach it to a reply here.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 14:32:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356702#M159804</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-02-02T14:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356743#M159811</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;I am using X64 configration. However, I could not locate&amp;nbsp; mpi.mod.&lt;/P&gt;
&lt;P&gt;Here is the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------ Build started: Project: Project1, Configuration: Debug x64 ------&lt;BR /&gt;1&amp;gt;Compiling with Intel(R) Visual Fortran Compiler 18.0.3.210 [Intel(R) 64]...&lt;BR /&gt;1&amp;gt;Source1.f90&lt;BR /&gt;1&amp;gt;C:\FCZWQM\ysa\Source1.f90(2): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MPI]&lt;BR /&gt;1&amp;gt;compilation aborted for C:\FCZWQM\ysa\Source1.f90 (code 1)&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;1&amp;gt;Build log written to "file://C:\FCZWQM\ysa\x64\Debug\BuildLog.htm"&lt;BR /&gt;1&amp;gt;Project1 - 2 error(s), 0 warning(s)&lt;BR /&gt;========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 16:34:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356743#M159811</guid>
      <dc:creator>farega</dc:creator>
      <dc:date>2022-02-02T16:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356826#M159814</link>
      <description>&lt;P&gt;If you could not find it, that tells me you don't have Intel MPI installed. Fortran provides only pieces of Intel MPI necessary to support coarrays. In the Windows Settings &amp;gt; Apps list, do a "Modify" on Intel oneAPI HPC Toolkit and check the box for Intel MPI. Complete the install. It should then work.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 20:14:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356826#M159814</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-02-02T20:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356897#M159825</link>
      <description>&lt;P&gt;Thank you so much. I did but I get the following&lt;/P&gt;
&lt;P&gt;The Intel(R) Librarian (xilink.exe) could not be found.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 00:08:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356897#M159825</guid>
      <dc:creator>farega</dc:creator>
      <dc:date>2022-02-03T00:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MPI]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356928#M159828</link>
      <description>&lt;P&gt;Probably related to&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/2022-1-2-Base-Toolkit-for-Windows-package-can-break-ifort-ifx/td-p/1355585" target="_blank"&gt;https://community.intel.com/t5/Intel-Fortran-Compiler/2022-1-2-Base-Toolkit-for-Windows-package-can-break-ifort-ifx/td-p/1355585&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 02:12:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1356928#M159828</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-02-03T02:12:02Z</dc:date>
    </item>
  </channel>
</rss>

