<?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 I did not noticed that. It in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-LNK2019-with-Visual-Studio-2017/m-p/1131288#M25609</link>
    <description>&lt;P&gt;I did not noticed that. It solved my problem.&amp;nbsp;Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You did not provide the dimension declaration for the array C. Under implicit typing rules, C is REAL, and C(K,J) is parsed as an invocation of a real valued function with two integer arguments.&lt;/P&gt;&lt;P&gt;Your code makes no calls to MKL routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 12 Jan 2019 20:27:36 GMT</pubDate>
    <dc:creator>Cousino__Jose</dc:creator>
    <dc:date>2019-01-12T20:27:36Z</dc:date>
    <item>
      <title>Error LNK2019 with Visual Studio 2017</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-LNK2019-with-Visual-Studio-2017/m-p/1131285#M25606</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to compile a program that calculates the generalized inverse of a matrix and i am getting the error:&lt;/P&gt;&lt;P&gt;1&amp;gt;VisualFortranTest1.obj : error LNK2019: unresolved external symbol _C referenced in function _MAIN__&lt;BR /&gt;1&amp;gt;Unused libraries:&lt;BR /&gt;1&amp;gt;&amp;nbsp; C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\compiler\lib\ia32_win\ifconsol.lib&lt;BR /&gt;1&amp;gt;&amp;nbsp; C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\compiler\lib\ia32_win\libifportmd.lib&lt;BR /&gt;1&amp;gt;&amp;nbsp; C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\compiler\lib\ia32_win\libmmdd.lib&lt;BR /&gt;1&amp;gt;&amp;nbsp; C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\compiler\lib\ia32_win\svml_dispmd.lib&lt;BR /&gt;1&amp;gt;&amp;nbsp; C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\lib\x86\OLDNAMES.lib&lt;BR /&gt;1&amp;gt;&amp;nbsp; C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\mkl\lib\ia32_win\mkl_intel_c_dll.lib&lt;BR /&gt;1&amp;gt;&amp;nbsp; C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\mkl\lib\ia32_win\mkl_intel_thread_dll.lib&lt;BR /&gt;1&amp;gt;&amp;nbsp; C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\mkl\lib\ia32_win\mkl_core_dll.lib&lt;BR /&gt;1&amp;gt;&amp;nbsp; C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\compiler\lib\ia32_win\libiomp5md.lib&lt;BR /&gt;1&amp;gt;&amp;nbsp; C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\lib\x86\libcpmt.lib&lt;BR /&gt;1&amp;gt;Debug\VisualFortranTest1.exe : fatal error LNK1120: 1 unresolved externals&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed the steps from here to configure the MKL in my project:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/528341" target="_blank"&gt;https://software.intel.com/en-us/node/528341&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new at programming with Fortran and MKL, is there anything that i am missing?&lt;/P&gt;&lt;P&gt;I'm attaching the full log that i get when i try to execute the program from Visual Studio 2017 and the source code that i am compiling.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 02:16:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-LNK2019-with-Visual-Studio-2017/m-p/1131285#M25606</guid>
      <dc:creator>Cousino__Jose</dc:creator>
      <dc:date>2019-01-11T02:16:48Z</dc:date>
    </item>
    <item>
      <title>You did not provide the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-LNK2019-with-Visual-Studio-2017/m-p/1131286#M25607</link>
      <description>&lt;P&gt;You did not provide the dimension declaration for the array C. Under implicit typing rules, C is REAL, and C(K,J) is parsed as an invocation of a real valued function with two integer arguments.&lt;/P&gt;&lt;P&gt;Your code makes no calls to MKL routines.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 23:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-LNK2019-with-Visual-Studio-2017/m-p/1131286#M25607</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-01-11T23:21:00Z</dc:date>
    </item>
    <item>
      <title>and two my cents to this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-LNK2019-with-Visual-Studio-2017/m-p/1131287#M25608</link>
      <description>&lt;P&gt;and two my cents to this topic - you may find out the examples of how to compute&amp;nbsp;the inverse of an LU-factored general matrices. we don't have .f90 examples but may be .f77 (cgetrix.f dgetrix.f ) will help you also.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 04:00:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-LNK2019-with-Visual-Studio-2017/m-p/1131287#M25608</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-01-12T04:00:31Z</dc:date>
    </item>
    <item>
      <title>I did not noticed that. It</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-LNK2019-with-Visual-Studio-2017/m-p/1131288#M25609</link>
      <description>&lt;P&gt;I did not noticed that. It solved my problem.&amp;nbsp;Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You did not provide the dimension declaration for the array C. Under implicit typing rules, C is REAL, and C(K,J) is parsed as an invocation of a real valued function with two integer arguments.&lt;/P&gt;&lt;P&gt;Your code makes no calls to MKL routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jan 2019 20:27:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-LNK2019-with-Visual-Studio-2017/m-p/1131288#M25609</guid>
      <dc:creator>Cousino__Jose</dc:creator>
      <dc:date>2019-01-12T20:27:36Z</dc:date>
    </item>
  </channel>
</rss>

