<?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 Why the include path is always wrong? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-the-include-path-is-always-wrong/m-p/907471#M11852</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;A program contains mkl_vsl functions. I have some codes as follow,&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;"Use MKL_VSL&lt;BR /&gt; TYPE(VSL_CONV_TASK) :: task&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt; status = vsldConvNewTaskX1D(task,VSL_CONV_MODE_DIRECT,Nt,Nt,Nt,Ram_par,1)&lt;BR /&gt;status = vsldConvExecX1D(task,It_1D,1,Ram,1)&lt;BR /&gt;errcode = vslConvDeleteTask(task)"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;I have already set in IVF,&lt;/FONT&gt; &lt;/P&gt;
&lt;P&gt;1) Tools-Options-Compiler Seletion (Libraries-C:Program Files (x86)IntelMKL10.0.012em64tlib, Includes-C:Program Files (x86)IntelMKL10.0.012include)&lt;/P&gt;
&lt;P&gt;2) Project--Linker-Input-additional dependencies(mkl_dll.lib libguide40.lib).&lt;/P&gt;
&lt;P&gt;3) Running the mklvarsem64t.bat file...&lt;/P&gt;
&lt;P&gt;Moreover, the beginning of the program contains "Use MKL_VSL". Afterabve setting, compilation is not completed yet. It still show that,&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;F:....f90(384) : Error: Error in opening the compiled module file. Check INCLUDE paths. [MKL_VSL]&lt;BR /&gt;F:....f90(389) : Error: This derived type name has not been declared. [VSL_CONV_TASK]&lt;BR /&gt;F:....f90(416) : Error: This name does not have a type, and must have an explicit type. [TASK]&lt;BR /&gt;F:...(416) : Error: This name does not have a type, and must have an explicit type. [VSL_CONV_MODE_DIRECT]&lt;BR /&gt;F:....f90(416) : Error: This name does not have a type, and must have an explicit type. [VSLDCONVNEWTASKX1D]&lt;BR /&gt;F:....f90(417) : Error: This name does not have a type, and must have an explicit type. [VSLDCONVEXECX1D]&lt;BR /&gt;F:...f90(418) : Error: This name does not have a type, and must have an explicit type. [VSLCONVDELETETASK]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;What'swrong with it? I really have no idea... Could you give me some advices? &lt;/P&gt;
&lt;P&gt;btw: I have use the mkl_dfti funcions in the same program quite well.. (It has to use the command "ifort -c mkl_dfti.f90" to creat "mkl_dfti.mod". However, there is "mkl_vsl.fi" only. SoI am afraid that the"mkl_vsl.mod"could not be created. Is it right?)What problem occurs in the mkl_vsl?&lt;/P&gt;
&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2008 01:34:06 GMT</pubDate>
    <dc:creator>xu_jocelyn</dc:creator>
    <dc:date>2008-04-07T01:34:06Z</dc:date>
    <item>
      <title>Why the include path is always wrong?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-the-include-path-is-always-wrong/m-p/907471#M11852</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;A program contains mkl_vsl functions. I have some codes as follow,&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;"Use MKL_VSL&lt;BR /&gt; TYPE(VSL_CONV_TASK) :: task&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt; status = vsldConvNewTaskX1D(task,VSL_CONV_MODE_DIRECT,Nt,Nt,Nt,Ram_par,1)&lt;BR /&gt;status = vsldConvExecX1D(task,It_1D,1,Ram,1)&lt;BR /&gt;errcode = vslConvDeleteTask(task)"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;I have already set in IVF,&lt;/FONT&gt; &lt;/P&gt;
&lt;P&gt;1) Tools-Options-Compiler Seletion (Libraries-C:Program Files (x86)IntelMKL10.0.012em64tlib, Includes-C:Program Files (x86)IntelMKL10.0.012include)&lt;/P&gt;
&lt;P&gt;2) Project--Linker-Input-additional dependencies(mkl_dll.lib libguide40.lib).&lt;/P&gt;
&lt;P&gt;3) Running the mklvarsem64t.bat file...&lt;/P&gt;
&lt;P&gt;Moreover, the beginning of the program contains "Use MKL_VSL". Afterabve setting, compilation is not completed yet. It still show that,&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;F:....f90(384) : Error: Error in opening the compiled module file. Check INCLUDE paths. [MKL_VSL]&lt;BR /&gt;F:....f90(389) : Error: This derived type name has not been declared. [VSL_CONV_TASK]&lt;BR /&gt;F:....f90(416) : Error: This name does not have a type, and must have an explicit type. [TASK]&lt;BR /&gt;F:...(416) : Error: This name does not have a type, and must have an explicit type. [VSL_CONV_MODE_DIRECT]&lt;BR /&gt;F:....f90(416) : Error: This name does not have a type, and must have an explicit type. [VSLDCONVNEWTASKX1D]&lt;BR /&gt;F:....f90(417) : Error: This name does not have a type, and must have an explicit type. [VSLDCONVEXECX1D]&lt;BR /&gt;F:...f90(418) : Error: This name does not have a type, and must have an explicit type. [VSLCONVDELETETASK]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080"&gt;...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;What'swrong with it? I really have no idea... Could you give me some advices? &lt;/P&gt;
&lt;P&gt;btw: I have use the mkl_dfti funcions in the same program quite well.. (It has to use the command "ifort -c mkl_dfti.f90" to creat "mkl_dfti.mod". However, there is "mkl_vsl.fi" only. SoI am afraid that the"mkl_vsl.mod"could not be created. Is it right?)What problem occurs in the mkl_vsl?&lt;/P&gt;
&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2008 01:34:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-the-include-path-is-always-wrong/m-p/907471#M11852</guid>
      <dc:creator>xu_jocelyn</dc:creator>
      <dc:date>2008-04-07T01:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why the include path is always wrong?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-the-include-path-is-always-wrong/m-p/907472#M11853</link>
      <description>The INCLUDE path is not necessarily "wrong", but I'll agree that there is no mkl_vsl.mod in the folders you have mentioned. It is not clear to me what MKL intends you to do here - I can see documentation on building the BLAS and LAPACK95 interfaces, but not for VSL. I am going to move this question to the MKL forum for response from MKL experts.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Apr 2008 14:56:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-the-include-path-is-always-wrong/m-p/907472#M11853</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-04-07T14:56:33Z</dc:date>
    </item>
  </channel>
</rss>

