<?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 see more details in mkl user in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029441#M20057</link>
    <description>&lt;P&gt;see more details in mkl user's guide --&amp;nbsp;Using the ILP64 Interface vs. LP64 Interface&lt;/P&gt;</description>
    <pubDate>Sun, 01 Jun 2014 04:12:54 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2014-06-01T04:12:54Z</dc:date>
    <item>
      <title>Problems in running MKL fortran example</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029437#M20053</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;After the example fortran code&lt;STRONG&gt; vdrnggaussian.f&lt;/STRONG&gt; successfully compiled (in visual studio 2010+Intel Parallel Studio XE 2013), the resulting executable file returns the following error message:&lt;/P&gt;

&lt;P&gt;MKL ERROR: Parameter 1 was incorrect on entry to vdRngGaussian.&lt;BR /&gt;
	Error: bad arguments (code&amp;nbsp;&amp;nbsp;&amp;nbsp; -3).&lt;/P&gt;

&lt;P&gt;What should I do to get the right results? Many thanks for your help.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 May 2014 18:25:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029437#M20053</guid>
      <dc:creator>Ding_L_</dc:creator>
      <dc:date>2014-05-31T18:25:12Z</dc:date>
    </item>
    <item>
      <title>Please state the specific</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029438#M20054</link>
      <description>&lt;P&gt;Please state the specific version numbers of the compiler, e.g.,&amp;nbsp;Version 14.0.3.202 Build 20140422, the MKL version used, and the options used to build the application.&lt;/P&gt;

&lt;P&gt;I built the version of the example included in Composer 2013 SP1, and it ran fine with no errors.&lt;/P&gt;</description>
      <pubDate>Sat, 31 May 2014 18:58:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029438#M20054</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-05-31T18:58:31Z</dc:date>
    </item>
    <item>
      <title>Dear mecej4,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029439#M20055</link>
      <description>&lt;P&gt;Dear mecej4,&lt;/P&gt;

&lt;P&gt;Many thanks for your reply.&lt;/P&gt;

&lt;P&gt;The version I am using for the compiler is Intel(R) Visual Fortran Compiler XE 13.1 for Windows (13.1.0.149), and the MKL is Intel(R) Math Kernel Library 11.0 Update 2 for Windows (11.0.2.149).&lt;/P&gt;

&lt;P&gt;The project properties are set as follows:&lt;/P&gt;

&lt;P&gt;Fortran—&amp;gt;general—&amp;gt;Additional Include Directories:&lt;/P&gt;

&lt;P&gt;C:\Program Files (x86)\Intel\Composer XE 2013\mkl\include&lt;/P&gt;

&lt;P&gt;Linker—&amp;gt;general—&amp;gt;Additional Library Directories:&lt;/P&gt;

&lt;P&gt;C:\Program Files (x86)\Intel\Composer XE 2013\mkl\lib\intel64&lt;/P&gt;

&lt;P&gt;Linker—&amp;gt;Input—&amp;gt; Additional Dependencies: mkl_intel_ilp64_dll.lib mkl_core_dll.lib mkl_sequential_dll.lib&lt;/P&gt;

&lt;P&gt;Looking forward to any further help. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 31 May 2014 21:59:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029439#M20055</guid>
      <dc:creator>Ding_L_</dc:creator>
      <dc:date>2014-05-31T21:59:57Z</dc:date>
    </item>
    <item>
      <title>I think that you should not</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029440#M20056</link>
      <description>&lt;P&gt;I think that you should not have used&amp;nbsp;&lt;SPAN style="font-size: 11.818181991577148px; line-height: 16.363636016845703px;"&gt;mkl_intel_ilp64_dll.lib unless you have other settings that make the integer arguments to MKL routines to be 8-byte integers. Use mkl_intel_lp64_dll.lib instead.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jun 2014 00:46:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029440#M20056</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-06-01T00:46:23Z</dc:date>
    </item>
    <item>
      <title>see more details in mkl user</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029441#M20057</link>
      <description>&lt;P&gt;see more details in mkl user's guide --&amp;nbsp;Using the ILP64 Interface vs. LP64 Interface&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jun 2014 04:12:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029441#M20057</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-06-01T04:12:54Z</dc:date>
    </item>
    <item>
      <title>Hi both,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029442#M20058</link>
      <description>&lt;P&gt;Hi both,&lt;/P&gt;

&lt;P&gt;Many thanks for your help. It works now. Cheers.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jun 2014 14:16:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-in-running-MKL-fortran-example/m-p/1029442#M20058</guid>
      <dc:creator>Ding_L_</dc:creator>
      <dc:date>2014-06-01T14:16:08Z</dc:date>
    </item>
  </channel>
</rss>

