<?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 Re: How to compile MKL examples? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969823#M16495</link>
    <description>&lt;P&gt;&lt;BUMP&gt; &lt;/BUMP&gt;&lt;/P&gt;
&lt;P&gt;Hi all, I have a simular problem. &lt;/P&gt;
&lt;P&gt;Using VS 2003, I created a fortran DLL project. added the fortran files from C:Program FilesIntelMKL8.0examples&amp;#8;las95source.&lt;/P&gt;
&lt;P&gt;I added mkl_blas95.lib and libguide.lib (even tried mkl_c.lib) to additional dependencies. &lt;/P&gt;
&lt;P&gt;I get the following error during compile &lt;/P&gt;
&lt;P&gt;C:PGEMKLTestdtpsvx.f90(26): Error: Error in opening the Library module file. [MKL95_PRECISION]&lt;/P&gt;
&lt;P&gt;C:PGEMKLTestdtpsvx.f90(27): Error: Error in opening the Library module file. [MKL95_BLAS]&lt;BR /&gt;etc.&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Any ideas what I need to modify?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Eric&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2006 01:02:44 GMT</pubDate>
    <dc:creator>aggiedad</dc:creator>
    <dc:date>2006-08-04T01:02:44Z</dc:date>
    <item>
      <title>MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969820#M16492</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;What is Maths Kernel Library.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;Thanks.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://www.handshakeit.com/" target="_blank"&gt;http://www.handshakeit.com&lt;/A&gt;&lt;A href="http://www.handshakeit.com/" target="_blank"&gt;&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Oct 2005 17:34:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969820#M16492</guid>
      <dc:creator>handshakeit</dc:creator>
      <dc:date>2005-10-11T17:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969821#M16493</link>
      <description>&lt;P&gt;There's a lot of good information on this subject at our product website: &lt;A href="http://www.intel.com/software/products/mkl" target="_blank"&gt;http://www.intel.com/software/products/mkl&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Todd&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Oct 2005 22:14:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969821#M16493</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2005-10-11T22:14:03Z</dc:date>
    </item>
    <item>
      <title>How to compile MKL examples?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969822#M16494</link>
      <description>&lt;DIV&gt;How to compile the examples came with MKL? It seems Intel FORTRAN 9.0 fails to recognize Intel MKL 8.0. When I compile the example "get_gglse" in MS Visual Studio .NET, following are the error messages:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;------ Build started: Project: get_gglse, Configuration: Debug|Win32 ------&lt;BR /&gt;&lt;BR /&gt;Compiling with Intel Fortran 9.0...&lt;BR /&gt;ifort /nologo /Zi /Od /include:"C:Program FilesIntelMKL8.0.1include" /include:"C:Program FilesIntelMKL8.0.1includecvf" /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c "D:Liquid CystalBiaxial FilmFor_testget_gglsegglse.f90"&lt;BR /&gt;C:Program FilesIntelMKL8.0.1includemkl_lapack.f90(26) : Error: This statement is positioned incorrectly and/or has syntax errors.&lt;BR /&gt;MODULE MKL95_PRECISION&lt;BR /&gt;^&lt;BR /&gt;C:Program FilesIntelMKL8.0.1includemkl_lapack.f90(29) : Error: This is an invalid statement; an END [PROGRAM] statement is required.&lt;BR /&gt;END MODULE MKL95_PRECISION&lt;BR /&gt;^&lt;BR /&gt;C:Program FilesIntelMKL8.0.1includemkl_lapack.f90(29) : Error: This name does not match the unit name. [MKL95_PRECISION]&lt;BR /&gt;END MODULE MKL95_PRECISION&lt;BR /&gt;-----------^&lt;BR /&gt;C:Program FilesIntelMKL8.0.1includemkl_lapack.f90(36) : Error: Error in opening the Library module file. [MKL95_PRECISION]&lt;BR /&gt;USE MKL95_PRECISION, ONLY: WP =&amp;gt; SP&lt;BR /&gt;--------------------^&lt;BR /&gt;C:Program FilesIntelMKL8.0.1includemkl_lapack.f90(38) : Error: A kind type parameter must be a compile-time constant. [WP]&lt;BR /&gt;REAL(WP), INTENT(INOUT) :: A(:,:)&lt;BR /&gt;---------------------^&lt;BR /&gt;C:Program FilesIntelMKL8.0.1includemkl_lapack.f90(36) : Error: Unresolved rename. [WP]&lt;BR /&gt;USE MKL95_PRECISION, ONLY: WP =&amp;gt; SP&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;....................&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;C:Program FilesIntelMKL8.0.1includemkl_lapack.f90(114) : Error: A kind type parameter must be a compile-time constant. [WP]&lt;BR /&gt;REAL(WP), INTENT(INOUT) :: DL(:)&lt;BR /&gt;---------------------^&lt;BR /&gt;C:Program FilesIntelMKL8.0.1includemkl_lapack.f90(115) : Error: A kind type parameter must be a compile-time constant. [WP]&lt;BR /&gt;REAL(WP), INTENT(INOUT) :: D(:)&lt;BR /&gt;---------------------^&lt;BR /&gt;(11901) : Severe: Too many errors, exiting&lt;BR /&gt;compilation aborted for D:For_testget_gglsegglse.f90 (code 1)&lt;BR /&gt;&lt;BR /&gt;get_gglse build failed.&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 May 2006 22:43:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969822#M16494</guid>
      <dc:creator>fishertommy</dc:creator>
      <dc:date>2006-05-15T22:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile MKL examples?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969823#M16495</link>
      <description>&lt;P&gt;&lt;BUMP&gt; &lt;/BUMP&gt;&lt;/P&gt;
&lt;P&gt;Hi all, I have a simular problem. &lt;/P&gt;
&lt;P&gt;Using VS 2003, I created a fortran DLL project. added the fortran files from C:Program FilesIntelMKL8.0examples&amp;#8;las95source.&lt;/P&gt;
&lt;P&gt;I added mkl_blas95.lib and libguide.lib (even tried mkl_c.lib) to additional dependencies. &lt;/P&gt;
&lt;P&gt;I get the following error during compile &lt;/P&gt;
&lt;P&gt;C:PGEMKLTestdtpsvx.f90(26): Error: Error in opening the Library module file. [MKL95_PRECISION]&lt;/P&gt;
&lt;P&gt;C:PGEMKLTestdtpsvx.f90(27): Error: Error in opening the Library module file. [MKL95_BLAS]&lt;BR /&gt;etc.&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Any ideas what I need to modify?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2006 01:02:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969823#M16495</guid>
      <dc:creator>aggiedad</dc:creator>
      <dc:date>2006-08-04T01:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile MKL examples?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969824#M16496</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;the Fortran 95 interfaces to BLAS and LAPACK are supplied as sources, it means you need to add them to your project. This is an excerpt from MKL Getting Started:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style: italic;"&gt;Fortran-95 interfaces and wrappers are delivered as sources. The simplest way to 
use them is building corresponding libraries and linking them as user's 
libraries. To do this, the user is supposed to have administrator rights. 
Provided the product directory is open for writing, the procedure is simple: go 
to the respective directory &lt;/SPAN&gt;&lt;CODE style="font-style: italic;"&gt;&lt;B&gt;mkl8.1interfaces&amp;#8;las95&lt;/B&gt;&lt;/CODE&gt;&lt;SPAN style="font-style: italic;"&gt; or 
&lt;/SPAN&gt;&lt;CODE style="font-style: italic;"&gt;&lt;B&gt;mkl8.1interfaceslapack95&lt;/B&gt;&lt;/CODE&gt;&lt;SPAN style="font-style: italic;"&gt; and type one of the 
corresponding commands.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;As a result you will get *.mod files which compiler needs to see while building your project. You can also extract required interfaces from source files (i.e. mkl_blas.f90)&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;SPAN style="font-style: italic;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;</description>
      <pubDate>Mon, 07 Aug 2006 10:26:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969824#M16496</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2006-08-07T10:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile MKL examples?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969825#M16497</link>
      <description>&lt;P&gt;&lt;FONT face="Arial"&gt;There is one known issue for using mkl_dfti.f90 with Intel Fortran 9.0 compiler. Please see a workaround for this problem: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.intel.com/support/performancetools/libraries/mkl/sb/CS-022940.htm"&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://support.intel.com/support/performancetools/libraries/mkl/sb/CS-022940.htm" target="_blank"&gt;http://support.intel.com/support/performancetools/libraries/mkl/sb/CS-022940.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2006 16:09:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL/m-p/969825#M16497</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2006-08-14T16:09:41Z</dc:date>
    </item>
  </channel>
</rss>

