<?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 Mr Prashant in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137815#M5810</link>
    <description>&lt;P&gt;Mr Prashant&lt;/P&gt;&lt;P&gt;In continuation to above post, i explored a bit further . I require arpack, PETSc and SLEPc files the commands to be used for compiling as given in mannual are&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ulimit -s unlimited&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;~/Desktop/JUNK/ukrmol-in-3.0-march-16/build$ cmake -D CMAKE_C_COMPILER=$(which icc) \&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-D CMAKE_Fortran_FLAGS="&lt;EM&gt;-mkl=cluster&lt;/EM&gt; -i8" \&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;is coming from &lt;STRONG&gt;mkl=cluster&lt;/STRONG&gt; ..... if i use only mkl, the codes are compiled&lt;/P&gt;&lt;P&gt;If i use mkl=cluster i get the above message&lt;/P&gt;&lt;P&gt;i am unable to understand the root cause.&lt;/P&gt;&lt;P&gt;can you pl enlighten me more on issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ab&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2020 14:29:54 GMT</pubDate>
    <dc:creator>ab1</dc:creator>
    <dc:date>2020-03-16T14:29:54Z</dc:date>
    <item>
      <title>error #7002: Error in opening the compiled module file.  Check INCLUDE paths</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137812#M5807</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I am compiling a source code not developed by me but is available freely.&amp;nbsp; Hence I am not expert in the internal functioning and intricacies. Being an end user, my purpose is to compile and run.&lt;/P&gt;&lt;P&gt;My ubuntu is 18.04, ifort&amp;nbsp; 19.0.4.243&amp;nbsp;&amp;nbsp; and codes use parallel support/ mpi, 64 byte interface.&lt;/P&gt;&lt;P&gt;my compilation using&lt;STRONG&gt; mpiifort&lt;/STRONG&gt; leads to following errors&lt;/P&gt;&lt;P&gt;/source/mpi-ci-diag/Modules/Dispatcher/Dispatcher_module.F90(57): &lt;STRONG&gt;error #7002: Error in opening the compiled module file.&amp;nbsp; Check INCLUDE paths.&amp;nbsp;&amp;nbsp; [SLEPCMATRIX_MODULE]&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; use SLEPCMatrix_module,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only: SLEPCMatrix, initialize_slepc&lt;BR /&gt;--------^&lt;BR /&gt;/source/mpi-ci-diag/Modules/Dispatcher/Dispatcher_module.F90(58): &lt;STRONG&gt;error #7002: Error in &lt;/STRONG&gt;opening the compiled module file.&amp;nbsp; Check INCLUDE paths.&amp;nbsp;&amp;nbsp; [SLEPCDIAGONALIZER_MODULE]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; use SLEPCDiagonalizer_module,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only: SLEPCDiagonalizer&lt;BR /&gt;--------^&lt;BR /&gt;/source/mpi-ci-diag/Modules/Dispatcher/Dispatcher_module.F90(62): error #7002: Error in opening the compiled module file.&amp;nbsp; Check INCLUDE paths.&amp;nbsp;&amp;nbsp; [SCALAPACKMATRIX_MODULE]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; use SCALAPACKMatrix_module,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only: SCALAPACKMatrix&lt;BR /&gt;--------^&lt;/P&gt;&lt;P&gt;source/mpi-ci-diag/Modules/Dispatcher/Dispatcher_module.F90(57): error #6580: Name in only-list does not exist or is not accessible.&amp;nbsp;&amp;nbsp; [SLEPCMATRIX]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; use SLEPCMatrix_module,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only: SLEPCMatrix, initialize_slepc&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;compilation aborted for /source/mpi-ci-diag/Modules/Dispatcher/&lt;STRONG&gt;Dispatcher_module.F90&lt;/STRONG&gt; (code 1)&lt;BR /&gt;source/mpi-ci-diag/CMakeFiles/mpi-scatci.dir/build.make:158: recipe for target 'source/mpi-ci-diag/CMakeFiles/mpi-scatci.dir/Modules/Dispatcher/&lt;STRONG&gt;Dispatcher_module.F90.o&lt;/STRONG&gt;' failed&lt;BR /&gt;make[3]: *** [source/mpi-ci-diag/CMakeFiles/mpi-scatci.dir/Modules/Dispatcher/Dispatcher_module.F90.o] Error 1&lt;BR /&gt;source/mpi-ci-diag/CMakeFiles/mpi-scatci.dir/build.make:174: recipe for target 'source/mpi-ci-diag/CMakeFiles/mpi-scatci.dir/Modules/Dispatcher/Dispatcher_module.F90.o.provides' failed&lt;BR /&gt;make[2]: *** [source/mpi-ci-diag/CMakeFiles/mpi-scatci.dir/Modules/Dispatcher/Dispatcher_module.F90.o.provides] Error 2&lt;BR /&gt;CMakeFiles/Makefile2:1119: recipe for target 'source/mpi-ci-diag/CMakeFiles/mpi-scatci.dir/all' failed&lt;BR /&gt;make[1]: *** [source/mpi-ci-diag/CMakeFiles/mpi-scatci.dir/all] Error 2&lt;BR /&gt;Makefile:140: recipe for target 'all' failed&lt;BR /&gt;make: *** [all] Error 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i found out Dispatcher_module.F90.o is not created. however many other .o files are created in different folders. what is the source of this error ? is it that i am missing some paths/ include statements/libraries in environment settings ? in my bashrc file , i have mentioned following settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;source /opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/bin/mpivars.sh&lt;BR /&gt;&amp;nbsp;&amp;nbsp; source /opt/intel/compilers_and_libraries_2019/linux/bin/compilervars.sh intel64&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; source /opt/intel/parallel_studio_xe_2019.4.070/compilers_and_libraries_2019/linux/bin/ifortvars.sh intel64&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; source /opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/bin/mklvars.sh intel64 ilp64 mod&lt;/P&gt;&lt;P&gt;i have not linked any mpi libraries/ include commands. whereas i am using miifort in compilation&lt;/P&gt;&lt;P&gt;any help will be highly appreciated. pl don't mind I am not an expert in this field.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;ab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2020 07:32:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137812#M5807</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2020-03-08T07:32:07Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137813#M5808</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This error occurs when the module file you are using in a code is not pre-compiled or is unavailable when running the code.&lt;/LI&gt;&lt;LI&gt;The message "Error in opening the compiled module file" means that the compiler can not locate the .mod file. For example , the&amp;nbsp;Foo.mod file is expected when compiler encounter "USE Foo" in a source file.&lt;/LI&gt;&lt;LI&gt;Add the *.mod file to the&amp;nbsp;appropriate include path if you found the module path&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;check&amp;nbsp;if you have the source file for the&amp;nbsp;&amp;nbsp;SLEPCMATRIX_MODULE and&amp;nbsp;&amp;nbsp;compile it&amp;nbsp;along with the&amp;nbsp;Dispatcher_module.f90 file.&lt;/P&gt;&lt;P&gt;Please let me the know if you any further queries.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 10:00:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137813#M5808</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-09T10:00:23Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137814#M5809</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried with the given steps, is the error resolved?&lt;/P&gt;&lt;P&gt;If not please let us know the status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 05:04:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137814#M5809</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-12T05:04:14Z</dc:date>
    </item>
    <item>
      <title>Mr Prashant</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137815#M5810</link>
      <description>&lt;P&gt;Mr Prashant&lt;/P&gt;&lt;P&gt;In continuation to above post, i explored a bit further . I require arpack, PETSc and SLEPc files the commands to be used for compiling as given in mannual are&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ulimit -s unlimited&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;~/Desktop/JUNK/ukrmol-in-3.0-march-16/build$ cmake -D CMAKE_C_COMPILER=$(which icc) \&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-D CMAKE_Fortran_FLAGS="&lt;EM&gt;-mkl=cluster&lt;/EM&gt; -i8" \&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;is coming from &lt;STRONG&gt;mkl=cluster&lt;/STRONG&gt; ..... if i use only mkl, the codes are compiled&lt;/P&gt;&lt;P&gt;If i use mkl=cluster i get the above message&lt;/P&gt;&lt;P&gt;i am unable to understand the root cause.&lt;/P&gt;&lt;P&gt;can you pl enlighten me more on issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ab&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 14:29:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137815#M5810</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2020-03-16T14:29:54Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137816#M5811</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The&amp;nbsp; &lt;STRONG&gt;CMAKE_Fortran_FLAGS&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;is being used as an&amp;nbsp;input to the Fortran compiler and the Intel Fortran compiler links MKL libraries when you give -mkl&amp;nbsp;flag.&lt;/P&gt;&lt;P&gt;You can give 3 types of arguments to the -mkl flag as per your requirements. The cluster argument tells the compiler to link cluster-specific libraries and the sequential libraries in the Intel® MKL&lt;/P&gt;&lt;P&gt;Check below&amp;nbsp;link for more info&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/fortran-compiler-developer-guide-and-reference-mkl-qmkl"&gt;https://software.intel.com/en-us/fortran-compiler-developer-guide-and-reference-mkl-qmkl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could you please mention the error you are getting while running with &lt;EM&gt;&lt;STRONG&gt;mkl=cluster&lt;/STRONG&gt;&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;If the error looks something like this :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ld: cannot find -lmkl_&amp;lt;cdft_core&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can group the libraries and include them while running the code as mention in the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/mkl-linux-developer-guide-linking-with-intel-mkl-cluster-software"&gt;https://software.intel.com/en-us/mkl-linux-developer-guide-linking-with-intel-mkl-cluster-software&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps. Get back to us if you need any help.&lt;/P&gt;&lt;P&gt;Also if your initial query is resolved please raise a new thread for further questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 10:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137816#M5811</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-19T10:24:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137817#M5812</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried with the given steps, is the error resolved?&lt;/P&gt;&lt;P&gt;If not please let us know the details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 05:42:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137817#M5812</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-24T05:42:58Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137818#M5813</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are closing this assuming your problem is resolved.&lt;/P&gt;&lt;P&gt;Please raise a new thread if you face any further issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 05:57:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-7002-Error-in-opening-the-compiled-module-file-Check/m-p/1137818#M5813</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-30T05:57:09Z</dc:date>
    </item>
  </channel>
</rss>

