<?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 Could you share your system in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171429#M28604</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;This error msg indicates that bit of your OS and bit of your binary does NOT match.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;64-bit OS does NOT support running of 32-bit binary by default. Please Google how to enable 32-bit binary support on your 64-bit Linux distribution.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 04:27:00 GMT</pubDate>
    <dc:creator>Jing_Xu</dc:creator>
    <dc:date>2017-08-29T04:27:00Z</dc:date>
    <item>
      <title>cluster_sparse_solver library and path setting in LINUX</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171424#M28599</link>
      <description>&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;
	&lt;STYLE type="text/css"&gt;p { margin-bottom: 0.1in; line-height: 120%; }
	&lt;/STYLE&gt;
	&lt;FONT face="Courier 10 Pitch"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;I have a question regarding compiling a program containing cluster_sparse_solve.&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;I have developed a program for 3D flow field calculation using finite element method, using Intel parallel studio in my laptop, which is working with WINDOWS OS. I have compiled the program using the following lines:&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;step1 :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;set path=C:\MyIntel\IntelSWTools\compilers_and_libraries_2017.4.210\windows\redist\intel64\mkl; C:\MyIntel\IntelSWTools\compilers_and_libraries_2017.4.210\windows\redist\intel64\compiler;C:\MyIntel\IntelSWTools\compilers_and_libraries_2017.4.210\windows\redist\intel64\tbb\vc_mt;%path%&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;step 2 :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;set lib=C:\MyIntel\IntelSWTools\compilers_and_libraries_2017.4.210\windows\mkl\lib\intel64;%lib%&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;for the mentioned lined, I have used mkl_link_tool mpiifort C:\FORTRAN\Programmes\MPI\main01.f90 &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;Then, after setting the path and libraries, I have used the followings:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;step 3:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;mpiifort USEFULLS.f90 CONSTANTS.f90 PRE_PROCESSOR_3D.f90 DATATYPES.f90 VEL_SUBS.f90 SPARSE_SUB.f90 -I"C:\MyIntel\IntelSWTools\compilers_and_libraries_2017.4.210\windows\mkl\include" "parallel01.f90" mkl_intel_lp64.lib mkl_intel_thread.lib mkl_core.lib mkl_blacs_intelmpi_lp64.lib impi.lib libiomp5md.lib -o Pstatic -heap-arrays&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;It works perfectly, without any problem. Also, I shall add that I have also compiled the program using dynamic libraries, as well. (I have used the the online link advisor for the recently mentioned line (step 3)- &lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/)" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/)&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;But, I want to use the in a better computer which has Intel parallel Studio just under a LINUX OS. I have used again the online link advisor and then I have used the following to compile my code:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;mpiifort USEFULLS.f90 CONSTANTS.f90 PRE_PROCESSOR_3D.f90 DATATYPES.f90 VEL_SUBS.f90 SPARSE_SUB.f90 -I. /opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/include "parallel01.f90" -Wl,--start-group . /opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64/libmkl_intel_lp64.a . /opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64/libmkl_intel_thread.a . /opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64/libmkl_core.a . /opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64/libmkl_blacs_intelmpi_lp64.a -Wl,--end-group -liomp5 -lpthread -lm -ldl -o Pstatic -heap-arrays&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;But I do not know:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;a – How to determine the path and libraries in linux system (I mean what is mentioned in step 1 and step 2, but for linux)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;b – How to find the suitable lines and libraries in linux system&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;c - I have found mkl_link_tool in linux instalation directory, but it does not work! Why?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;At the moment, it gives the following errors:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;parallel01.f90(17): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL_CLUSTER_SPARSE_SOLVER]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;USE MKL_CLUSTER_SPARSE_SOLVER&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;------------^&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;parallel01.f90(61): error #6457: This derived type name has not been declared. [MKL_CLUSTER_SPARSE_SOLVER_HANDLE]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;TYPE(MKL_CLUSTER_SPARSE_SOLVER_HANDLE) :: CPT(64)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;-------------^&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;parallel01.f90(268): error #6404: This name does not have a type, and must have an explicit type. [CPT]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;CPT(:)%dummy = 0 &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;--------^&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;parallel01.f90(268): error #6514: Substring or array slice notation requires CHARACTER type or array. [CPT]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;CPT(:)%dummy = 0 &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;--------^&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;parallel01.f90(268): error #6460: This is not a field name that is defined in the encompassing structure. [DUMMY]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;CPT(:)%dummy = 0 &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;---------------^&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;parallel01.f90(268): error #6158: The structure-name is invalid or is missing. [CPT]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;CPT(:)%dummy = 0 &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;--------^&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="1" style="font-size: 8pt"&gt;compilation aborted for parallel01.f90 (code 1)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0in; line-height: 100%"&gt;&lt;FONT face="Courier 10 Pitch"&gt;&lt;FONT size="3" style="font-size: 12pt"&gt;Mehdi&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 14:25:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171424#M28599</guid>
      <dc:creator>Mehdi_M_1</dc:creator>
      <dc:date>2017-08-22T14:25:43Z</dc:date>
    </item>
    <item>
      <title>Hello, regard to questions a</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171425#M28600</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Hello,&amp;nbsp;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 9pt;"&gt;regard to questions a and b -- these are general questions how to work on unix system and you may find the answers&amp;nbsp;everywhere. For example, you may have a look at the mkl's examples and see how we build mkl examples and how to set appropriated paths.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0.25in; word-wrap: break-word;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;regard to c - &amp;nbsp; " I have found mkl_link_tool in linux installation directory, but it does not work! Why?" &amp;nbsp;C&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 9pt;"&gt;ould you give some details? how do you launch &amp;nbsp;this tool and what do see as output?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0.25in; word-wrap: break-word;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 17:13:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171425#M28600</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-08-23T17:13:50Z</dc:date>
    </item>
    <item>
      <title>Hello Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171426#M28601</link>
      <description>&lt;P&gt;Hello Gennady,&lt;/P&gt;

&lt;P&gt;Thanks for your reply.&lt;/P&gt;

&lt;P&gt;Regarding the first section of your reply (Hello,&amp;nbsp;regard to questions a and b -- these are general questions how to work on unix system and you may find the answers&amp;nbsp;everywhere. For example, you may have a look at the mkl's examples and see how we build mkl examples and how to set appropriated paths.), I have used what I have found in the internet, but it is not working. So, I would be thankful if you could introduce me an example for cluster_sparse_solver linking (by that I mean adding path, libraries and compilation terms). I have also seen the example of IFORT for cluster_sparse_solver in the installation directory. In those examples (I think) make files are used, but I am looking for command line compilation.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Regarding the second section, I have used &lt;/SPAN&gt;&lt;EM style="font-size: 1em;"&gt;mkl_link_tool&lt;/EM&gt;&lt;SPAN style="font-size: 1em;"&gt; in WINDOWS OS as follows:&lt;/SPAN&gt;&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;STRONG&gt;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\mkl\tools&amp;gt;&lt;/STRONG&gt; mkl_link_tool&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;This will lead to introducing mkl_link_tool&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Also&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;STRONG&gt;C:\.......\mkl\tools&amp;gt;&lt;/STRONG&gt; mkl_link_tool &amp;nbsp;mpiifort E:\FORTRAN\F0_Flow_Field\parallel00.f90&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;This will produce commands for defining the path, setting the libraries and compiling terms and switches.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Intel(R) Math Kernel Library (Intel(R) MKL) Link Tool v4.3&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ==========================================================&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Output&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;======&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Set lib=C:\Program Files(x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\mkl\lib\intel64;%lib%; &amp;amp;&amp;amp; mpiifort&amp;nbsp; -I"C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\mkl\include" "E:\FORTRAN\Programmes\Three_DIM\F0_Flow_Field\parallel00.f90"&amp;nbsp; mkl_intel_lp64_dll.lib mkl_intel_thread_dll.lib mkl_core_dll.lib libiomp5md.lib&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;"Files" kann syntaktisch an dieser Stelle nicht verarbeitet werden.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;NOTE: You may use the following environment setting to run the executable if your environment has not been updated yet: set path=C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\mkl\..\redist\intel64\mkl;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\mkl\..\redist\intel64\compiler;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\mkl\..\redist\intel64\tbb\vc_mt;%path%;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;And, I was expecting such a result in my Linux computer. In my Linux computer I typed:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;….tools&amp;gt;./ mkl_link_tool&amp;nbsp;&amp;nbsp; mpiifort home/…/parallel00.f90&amp;nbsp;&amp;nbsp; : I saw just an error message&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;….tools&amp;gt; / mkl_link_tool&amp;nbsp;&amp;nbsp; mpiifort home/…/parallel00.f90&amp;nbsp;&amp;nbsp; : I saw just an error message&lt;/P&gt;

&lt;P&gt;….tools&amp;gt;&amp;nbsp;&amp;nbsp; mkl_link_tool&amp;nbsp;&amp;nbsp; mpiifort home/…/parallel00.f90&amp;nbsp;&amp;nbsp; : I saw just an error message&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I think this command can help me in Linux OS, as it helped me in WINDOWS OS, if I can use it properly.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Mehdi&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 10:29:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171426#M28601</guid>
      <dc:creator>Mehdi_M_1</dc:creator>
      <dc:date>2017-08-24T10:29:59Z</dc:date>
    </item>
    <item>
      <title>try to enter /opt/intel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171427#M28602</link>
      <description>&lt;P&gt;try to enter /opt/intel/compilers_and_libraries_2017.x.xxx/linux/mkl/tools and run ./mkl_link_tool in that directory.&lt;/P&gt;

&lt;P&gt;Alternatively, run&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;/opt/intel/compilers_and_libraries_2017.x.xxx/linux/mkl/tools/mkl_link_tool from any directory.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 23:40:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171427#M28602</guid>
      <dc:creator>Jing_Xu</dc:creator>
      <dc:date>2017-08-24T23:40:28Z</dc:date>
    </item>
    <item>
      <title>Hello Jing,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171428#M28603</link>
      <description>&lt;P&gt;Hello Jing,&lt;/P&gt;

&lt;P&gt;I used ./mkl_link_tool in its directory, but unfortunately I see the following message:&lt;/P&gt;

&lt;P&gt;[mehdi@frontend mkl]$ cd tools&lt;BR /&gt;
	[mehdi@frontend tools]$ ls&lt;BR /&gt;
	builder&amp;nbsp; mkl_link_tool&lt;BR /&gt;
	[mehdi@frontend tools]$ ./mkl_link_tool&lt;BR /&gt;
	-bash: ./mkl_link_tool: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory&lt;BR /&gt;
	[mehdi@frontend tools]$&lt;/P&gt;

&lt;P&gt;Also /opt/intel/compilers_and_libraries_2017.x.xxx/linux/mkl/tools/mkl_link_tool does not work.&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Mehdi&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;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Jing X. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;try to enter /opt/intel/compilers_and_libraries_2017.x.xxx/linux/mkl/tools and run ./mkl_link_tool in that directory.&lt;/P&gt;

&lt;P&gt;Alternatively, run&amp;nbsp;/opt/intel/compilers_and_libraries_2017.x.xxx/linux/mkl/tools/mkl_link_tool from any directory.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 12:24:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171428#M28603</guid>
      <dc:creator>Mehdi_M_1</dc:creator>
      <dc:date>2017-08-25T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Could you share your system</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171429#M28604</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;This error msg indicates that bit of your OS and bit of your binary does NOT match.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;64-bit OS does NOT support running of 32-bit binary by default. Please Google how to enable 32-bit binary support on your 64-bit Linux distribution.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 04:27:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cluster-sparse-solver-library-and-path-setting-in-LINUX/m-p/1171429#M28604</guid>
      <dc:creator>Jing_Xu</dc:creator>
      <dc:date>2017-08-29T04:27:00Z</dc:date>
    </item>
  </channel>
</rss>

