<?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: getting started with VML in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/getting-started-with-VML/m-p/972247#M16800</link>
    <description>1) You forgot to include mkl_vml.fi header file into your program&lt;BR /&gt;2) For vd (double precision accuracy) functions REAL type should have lenght 8 (REAL*8)&lt;BR /&gt;&lt;BR /&gt;If you correct these two mistakes your code will work fine! :-)</description>
    <pubDate>Wed, 12 Oct 2005 23:19:29 GMT</pubDate>
    <dc:creator>Andrey_G_Intel2</dc:creator>
    <dc:date>2005-10-12T23:19:29Z</dc:date>
    <item>
      <title>getting started with VML</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/getting-started-with-VML/m-p/972246#M16799</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I just downloaded mkl 8.0.019 and I tried to create a simple program that would calculate tanh of a random matrix:&lt;BR /&gt;&lt;BR /&gt;PROGRAM main&lt;BR /&gt;    REAL, ALLOCATABLE, DIMENSION(:) :: a, b&lt;BR /&gt;    INTEGER :: s&lt;BR /&gt;    &lt;BR /&gt;    s=10000&lt;BR /&gt;&lt;BR /&gt;    ALLOCATE(a(s))&lt;BR /&gt;    ALLOCATE(b(s))&lt;BR /&gt;    &lt;BR /&gt;    a = 0&lt;BR /&gt;    b = 0&lt;BR /&gt;&lt;BR /&gt;    CALL RANDOM_NUMBER(a)&lt;BR /&gt;    CALL VDATANH( s, a, b)&lt;BR /&gt;END PROGRAM&lt;BR /&gt;&lt;BR /&gt;/opt/intel/fc/9.0/bin/ifort -w90 -w95 -o nn -Vaxlib -static-libcxa -L/opt/intel/mkl/8.0/lib/32 -lmkl_blas95 -lmkl_lapack -lvml -lmkl_ia32 -lguide -lpthread -I/opt/intel/mkl/8.0/include/ tantest.f90&lt;BR /&gt;&lt;BR /&gt;I get all sorts of fatal errors depending on what tweaks I make to the code. The particular one for the code shown is:&lt;BR /&gt;&lt;BR /&gt;*** glibc detected *** free(): invalid next size (normal): 0x080ab350 ***&lt;BR /&gt;forrtl: error (76): IOT trap signal&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does anybody know what I am doing wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Joan</description>
      <pubDate>Mon, 03 Oct 2005 09:00:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/getting-started-with-VML/m-p/972246#M16799</guid>
      <dc:creator>jpuig</dc:creator>
      <dc:date>2005-10-03T09:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: getting started with VML</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/getting-started-with-VML/m-p/972247#M16800</link>
      <description>1) You forgot to include mkl_vml.fi header file into your program&lt;BR /&gt;2) For vd (double precision accuracy) functions REAL type should have lenght 8 (REAL*8)&lt;BR /&gt;&lt;BR /&gt;If you correct these two mistakes your code will work fine! :-)</description>
      <pubDate>Wed, 12 Oct 2005 23:19:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/getting-started-with-VML/m-p/972247#M16800</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2005-10-12T23:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: getting started with VML</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/getting-started-with-VML/m-p/972248#M16801</link>
      <description>Thanks for the answer. It was the double precision thing that was getting me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Joan</description>
      <pubDate>Mon, 17 Oct 2005 20:51:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/getting-started-with-VML/m-p/972248#M16801</guid>
      <dc:creator>jpuig</dc:creator>
      <dc:date>2005-10-17T20:51:05Z</dc:date>
    </item>
  </channel>
</rss>

