<?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 Quote:Di Marco, Nicola wrote: in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151990#M140351</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Di Marco, Nicola wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it doesn't run yet. I believe there is still something related to the use of MKL routines. &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by "it doesn't run yet"? Describe how you attempted to run the program, report any error messages and other pertinent observations.&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2019 09:45:05 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2019-05-24T09:45:05Z</dc:date>
    <item>
      <title>Linear algebra function</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151986#M140347</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;I have a f90 code where dgemm, dgemv and dgesvd functions are used. I don't have these function currently loaded and when I compile I get errors since these functions are not found by the compiler.&lt;/P&gt;&lt;P&gt;My question is: how do I can import these functions?&lt;/P&gt;&lt;P&gt;Thanks for the support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 10:15:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151986#M140347</guid>
      <dc:creator>Di_Marco__Nicola</dc:creator>
      <dc:date>2019-05-23T10:15:50Z</dc:date>
    </item>
    <item>
      <title>You need the BLAS library. </title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151987#M140348</link>
      <description>&lt;P&gt;You need the BLAS library, which provides dgemm and dgemv.&amp;nbsp; .&amp;nbsp; Take a look here, for example:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.netlib.org/blas/" target="_blank"&gt;http://www.netlib.org/blas/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For dgesvd you want the LAPACK library.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 22:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151987#M140348</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2019-05-23T22:21:00Z</dc:date>
    </item>
    <item>
      <title>All the BLAS and Lapack</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151988#M140349</link>
      <description>&lt;P&gt;All the BLAS and Lapack routines (and many&amp;nbsp;more that are not in BLAS or Lapack) are included in the MKL library, which you can choose to install at the time that you installed the Intel compiler, or later (by modifying the Parallel Studio installation).&lt;/P&gt;&lt;P&gt;For simple cases of using MKL, simply&amp;nbsp;use the /Qmkl compiler switch to the compilation command line, or specify in your VS project properties that the MKL libraries are to be used by the linker.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 23:08:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151988#M140349</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-05-23T23:08:00Z</dc:date>
    </item>
    <item>
      <title>Dear all, thanks for the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151989#M140350</link>
      <description>&lt;P&gt;Dear all, thanks for the quick replies.&lt;/P&gt;&lt;P&gt;I modified the VS project properties (Fortran/Libraries/Use MKL) and now the code compiles.&lt;/P&gt;&lt;P&gt;Unfortunately it doesn't run yet. I believe there is still something related to the use of MKL routines. I checked the installation of Intel that I did some time ago and it seems that MKL were installed. Are there any way to check that?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 08:28:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151989#M140350</guid>
      <dc:creator>Di_Marco__Nicola</dc:creator>
      <dc:date>2019-05-24T08:28:03Z</dc:date>
    </item>
    <item>
      <title>Quote:Di Marco, Nicola wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151990#M140351</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Di Marco, Nicola wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it doesn't run yet. I believe there is still something related to the use of MKL routines. &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by "it doesn't run yet"? Describe how you attempted to run the program, report any error messages and other pertinent observations.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 09:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151990#M140351</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-05-24T09:45:05Z</dc:date>
    </item>
    <item>
      <title>It compiles and links to make</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151991#M140352</link>
      <description>&lt;P&gt;It compiles and links to make an&amp;nbsp;exe ? What does "it doesn't run yet." mean? You need to give more information and show the error messages etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 09:47:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151991#M140352</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2019-05-24T09:47:47Z</dc:date>
    </item>
    <item>
      <title>After setting the VS</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151992#M140353</link>
      <description>&lt;P&gt;After setting the VS properties enabling the use of MKL routines I ran the code in Debug mode.&lt;/P&gt;&lt;P&gt;The Debug started correctly but during the allocation of the array "U" it stopped, given the following alert: undefined pointer/array.&lt;/P&gt;&lt;P&gt;Then if try to move on anyway I got this: wntdll.pdb not loaded&lt;/P&gt;&lt;P&gt;The code is the following:&lt;/P&gt;&lt;P&gt;real, allocatable, dimension(:,:) :: U&lt;/P&gt;&lt;P&gt;call dgemm('n','t', nrobs, nrobs, nrens, 1.0, S, nrobs,S, nrobs,float(nrens), R, nrobs)&lt;/P&gt;&lt;P&gt;allocate(U(nrobs, nrobs))&lt;/P&gt;&lt;P&gt;So, the array "U" is declared before its allocation. I've checked the value of nrobs and it is correct.&lt;/P&gt;&lt;P&gt;The strange thing is that if I put the allocation of U before calling dgemm it works.&lt;/P&gt;&lt;P&gt;So that's why I believe it is happening something when I call dgemm.&lt;/P&gt;&lt;P&gt;Thanks for the support,&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 10:14:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151992#M140353</guid>
      <dc:creator>Di_Marco__Nicola</dc:creator>
      <dc:date>2019-05-24T10:14:46Z</dc:date>
    </item>
    <item>
      <title>That description is</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151993#M140354</link>
      <description>&lt;P&gt;That description is incomplete and far from coherent. There is not enough information there to enable me provide you with much help.&lt;/P&gt;&lt;P&gt;If the call to DGEMM was not made with correct arguments (allocated, of the proper shapes, and defined), it is not worthwhile to try to investigate subsequent errors. The call to DGEMM, and the code shown that comes before that call, does not involve U. Examine the contents of R after&amp;nbsp;the call to DGEMM has been completed and control has returned to your code.&lt;/P&gt;&lt;P&gt;If the values of &lt;STRONG&gt;nrobs &lt;/STRONG&gt;and &lt;STRONG&gt;nrens &lt;/STRONG&gt;are large, first run with much smaller values so that it becomes possible to check (by hand calculations, if feasible) that the call to DGEMM was made correctly and the returned R is correct.&lt;/P&gt;&lt;P&gt;The "missing PDB" messages are of no concern except for experts who are debugging Windows itself.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 10:59:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151993#M140354</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-05-24T10:59:54Z</dc:date>
    </item>
    <item>
      <title>Everything is fine if I</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151994#M140355</link>
      <description>&lt;P&gt;Everything is fine if I comment DGEMM, I think I'm missing something in the arguments of the function from a mathematical point of view.&lt;/P&gt;&lt;P&gt;I will go through it.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 12:16:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linear-algebra-function/m-p/1151994#M140355</guid>
      <dc:creator>Di_Marco__Nicola</dc:creator>
      <dc:date>2019-05-24T12:16:04Z</dc:date>
    </item>
  </channel>
</rss>

