<?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 find a very good in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929601#M13647</link>
    <description>&lt;P&gt;I did find a very good article called:&lt;/P&gt;
&lt;P&gt;"Developing an Intel MKL based application in Microsoft Visual Studio - a beginner's guide"&lt;/P&gt;
&lt;P&gt;Has all the spefiic info I would have LOVED to have earlier.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Feb 2013 16:21:00 GMT</pubDate>
    <dc:creator>WSinc</dc:creator>
    <dc:date>2013-02-01T16:21:00Z</dc:date>
    <item>
      <title>No way to reference LAPACK math routines from Visual Studio ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929594#M13640</link>
      <description>&lt;P&gt;I was told that saying USE MKL libraries is apparently not enough.&lt;/P&gt;
&lt;P&gt;Had to reference another set of libraries from Fortran 95 programs.&lt;/P&gt;
&lt;P&gt;But I looked in the project properties under Fortran --&amp;gt; Libraries&lt;/P&gt;
&lt;P&gt;and could NOT reference any additional libraries besides those.&lt;/P&gt;
&lt;P&gt;Apparently, saying USE MKL only points to the Fortran 77 routines,&lt;/P&gt;
&lt;P&gt;but &lt;STRONG&gt;does not point to the Fortran 95&lt;/STRONG&gt; routines.&lt;/P&gt;
&lt;P&gt;Are those separate routines, or do they&amp;nbsp;just provide an interface&lt;/P&gt;
&lt;P&gt;to the F77 routines?&lt;/P&gt;
&lt;P&gt;Just wondering if I have to abandon VS entrirely, since no one&lt;/P&gt;
&lt;P&gt;has really shown me how to do it from within that environment.....&lt;/P&gt;
&lt;P&gt;I could not upload the buildlog.htm, apparently you&lt;/P&gt;
&lt;P&gt;do not allow that type of file.&lt;/P&gt;
&lt;P&gt;I wanted you to see what kind of errors it generates.&lt;/P&gt;
&lt;P&gt;I will try the "messy": interface, see if that can work.....&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:30:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929594#M13640</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2013-01-31T19:30:42Z</dc:date>
    </item>
    <item>
      <title>Had to make the buildlog into</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929595#M13641</link>
      <description>&lt;P&gt;Had to make the buildlog into a text file,&lt;/P&gt;
&lt;P&gt;Here is what it says:&lt;/P&gt;
&lt;P&gt;Deleting intermediate files and output files for project 'test14', configuration 'Debug|Win32'. Compiling with Intel(R) Visual Fortran Compiler XE 13.0.1.119 [IA-32]... ifort /nologo /debug:full /Od /warn:interfaces /module:"Debug\\" /object:"Debug\\" /Fd"Debug\vc100.pdb" /traceback /check:bounds /check:stack /libs:qwin /dbglibs /Qmkl:sequential /c /Qvc10 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 10.0\Intel Fortran\Microsoft Files\VC\\bin" "D:\William Data\My Documents\Visual Studio 2010\Projects\test14\test14a.f90" Linking... Link /OUT:"Debug\test14.exe" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:"d:\william data\my documents\visual studio 2010\Projects\test14\Debug\test14.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"d:\william data\my documents\visual studio 2010\Projects\test14\Debug\test14.pdb" /SUBSYSTEM:WINDOWS /IMPLIB:"d:\william data\my documents\visual studio 2010\Projects\test14\Debug\test14.lib" "Debug\test14a.obj" Link: executing 'link' test14a.obj : error LNK2019: unresolved external symbol _DGELS_F95 referenced in function _MAIN__ Debug\test14.exe : fatal error LNK1120: 1 unresolved externals test14 - 2 error(s), 0 warning(s)&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:39:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929595#M13641</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2013-01-31T19:39:34Z</dc:date>
    </item>
    <item>
      <title>Here is a small self</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929596#M13642</link>
      <description>&lt;P&gt;Here is a small self contained Zip file of a VS project that builds the GELS example from the MKL included with IVF 13.0.1.119. In order to run in VS, I have modified the program to read from the named data file instead of redirecting the file to STDIN, and added PAUSE at the end of the program. Secondly, I added a directive in the source code to link against the MKL_LAPACK95 library.&lt;/P&gt;
&lt;P&gt;Unzip into a suitable location, open the solution, build and run.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 20:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929596#M13642</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-01-31T20:09:00Z</dc:date>
    </item>
    <item>
      <title>I looked at all the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929597#M13643</link>
      <description>&lt;P&gt;I looked at all the references to the math libraries, and there is a lot of useful&lt;/P&gt;
&lt;P&gt;information, abot Fortran 95 calls,&amp;nbsp;but none of it pertains to calling these routines from a Visual Studio&lt;/P&gt;
&lt;P&gt;environment. So I am surmising that they never intended them to be used from there.&lt;/P&gt;
&lt;P&gt;Now one would think that if Visual Studio knows it's using a&lt;STRONG&gt; Fortran 95 compiler,&lt;/STRONG&gt; it should set&lt;/P&gt;
&lt;P&gt;up the library references to be consistent with that. But apparently it was &lt;STRONG&gt;never tested&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;for that particular instance - at least that's how it appears.&lt;/P&gt;
&lt;P&gt;We need an article covering this topic &lt;STRONG&gt;in detail.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 20:15:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929597#M13643</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2013-01-31T20:15:19Z</dc:date>
    </item>
    <item>
      <title>I downloaded your test case,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929598#M13644</link>
      <description>&lt;P&gt;I downloaded your test case, and it did run.&lt;/P&gt;
&lt;P&gt;I was able to convert the data type to REAL*8 and it ran there also.&lt;/P&gt;
&lt;P&gt;Apparently the steps needed to make it work from the VS environment&lt;/P&gt;
&lt;P&gt;are much more complicated than the documentation suggests.&lt;/P&gt;
&lt;P&gt;But like I said earlier, they really don't go into the VS interface at all.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 00:37:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929598#M13644</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2013-02-01T00:37:51Z</dc:date>
    </item>
    <item>
      <title>Do you check the MKL User's</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929599#M13645</link>
      <description>&lt;P&gt;Do you check the MKL User's guide "Creating, Configuring, and Running the Intel Visual Fortran Project" ?&lt;/P&gt;
&lt;P&gt;is this information not enogh to start working with VS environment?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 09:31:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929599#M13645</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-02-01T09:31:39Z</dc:date>
    </item>
    <item>
      <title>No, but I did find a 17 page</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929600#M13646</link>
      <description>&lt;P&gt;No, but I did find a 17 page article about&lt;/P&gt;
&lt;P&gt;"Configiring Visual Studio to run with Intel Math Kernel Library"&lt;/P&gt;
&lt;P&gt;Very specific information and very compilcated - but interestingly enough&lt;/P&gt;
&lt;P&gt;they don't do anything like I saw in the test case MECEJ4 sent me.&lt;/P&gt;
&lt;P&gt;Guess there's more than one way to skin a beaver.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:10:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929600#M13646</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2013-02-01T16:10:29Z</dc:date>
    </item>
    <item>
      <title>I did find a very good</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929601#M13647</link>
      <description>&lt;P&gt;I did find a very good article called:&lt;/P&gt;
&lt;P&gt;"Developing an Intel MKL based application in Microsoft Visual Studio - a beginner's guide"&lt;/P&gt;
&lt;P&gt;Has all the spefiic info I would have LOVED to have earlier.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2013 16:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/No-way-to-reference-LAPACK-math-routines-from-Visual-Studio/m-p/929601#M13647</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2013-02-01T16:21:00Z</dc:date>
    </item>
  </channel>
</rss>

