<?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 newbi: using mkl examples - i.e. #include &amp;quot;mkl_dfti_examples.h&amp;quot; in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804743#M3348</link>
    <description>&lt;P&gt;Erich,&lt;BR /&gt;&lt;BR /&gt;It looks like you use incorrectly g++.&lt;BR /&gt;In order to run dftc examples please use make in the directory/opt/intel/mkl/10.2.2.025/examples/dftc/&lt;BR /&gt;&lt;BR /&gt;% make help&lt;BR /&gt;Usage: make {libia32|soia32|libintel64|sointel64} [function=name]&lt;BR /&gt;[compiler=compiler_name] [interface=interface_name] [threading=threading_name]&lt;BR /&gt;[omp=omp_name] [parallel=parallel_name]&lt;/P&gt;&lt;P&gt;name - function name. Please see dftc.lst file&lt;/P&gt;&lt;P&gt;compiler_name - can be gnu, pgi or intel. Default value is intel.&lt;BR /&gt; Intel C Compiler as default&lt;/P&gt;&lt;P&gt;omp_name - can be iomp5 if parallel=intel or&lt;BR /&gt; can be iomp5 or gomp if parallel=gnu or&lt;BR /&gt; can be pgmp if parallel=pgi.&lt;BR /&gt; Default value is iomp5.&lt;/P&gt;&lt;P&gt;interface_name - can be lp64 or ilp64 for intel64. Default value is lp64.&lt;/P&gt;&lt;P&gt;parallel_name - can be intel (default value), pgi (only if compiler=pgi) or&lt;BR /&gt; gnu (if compiler=gnu).&lt;/P&gt;&lt;P&gt;threading_name - can be parallel or sequential. Default value is parallel.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jun 2010 07:27:13 GMT</pubDate>
    <dc:creator>barragan_villanueva_</dc:creator>
    <dc:date>2010-06-07T07:27:13Z</dc:date>
    <item>
      <title>newbi: using mkl examples - i.e. #include "mkl_dfti_examples.h"</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804739#M3344</link>
      <description>Hija all&lt;BR /&gt;&lt;BR /&gt;The examples in e.g. /opt/intel/mkl/10.2.2.025/examples/dftc/ use&lt;BR /&gt;&lt;BR /&gt;#include "mkl_dfti_examples.h"&lt;BR /&gt;&lt;BR /&gt;Where do I find the object (or .c) files to link the examples?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;Erich&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2010 16:18:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804739#M3344</guid>
      <dc:creator>Erich_Zwyssig</dc:creator>
      <dc:date>2010-06-04T16:18:39Z</dc:date>
    </item>
    <item>
      <title>newbi: using mkl examples - i.e. #include "mkl_dfti_examples.h"</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804740#M3345</link>
      <description>Hi Eric,&lt;DIV&gt;Try to find it in directory /examples/dftc/source/&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Jun 2010 16:24:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804740#M3345</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-06-04T16:24:37Z</dc:date>
    </item>
    <item>
      <title>newbi: using mkl examples - i.e. #include "mkl_dfti_examples.h"</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804741#M3346</link>
      <description>Hi Alex&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. I tried to find mkl_dfti_examples.o or .c, but I see that these routines&lt;BR /&gt;are in&lt;BR /&gt;&lt;BR /&gt;- dfti_example_status_print.c&lt;BR /&gt;- dfti_example_support.c&lt;BR /&gt;&lt;BR /&gt;Would you be able to tell me what the error below means?&lt;BR /&gt;&lt;BR /&gt;g++ -c -Wall -g -I include -I /usr/include -I /opt/intel/mkl/10.2.2.025/examples/dftc/source -I KLINCLUDE -I PPINCLUDE src/mkl_dfti_example.cpp -o mkl_dfti_example.o&lt;BR /&gt;src/mkl_dfti_example.cpp: In function int main(int, char**):&lt;BR /&gt;src/mkl_dfti_example.cpp:75: warning: format %d expects type int, but argument 2 has type long int&lt;BR /&gt;g++ -c -Wall -g -I include -I /usr/include -I /opt/intel/mkl/10.2.2.025/examples/dftc/source -I KLINCLUDE -I PPINCLUDE -c -o dfti_example_status_print.o /opt/intel/mkl/10.2.2.025/examples/dftc/source/dfti_example_status_print.c&lt;BR /&gt;g++ -c -Wall -g -I include -I /usr/include -I /opt/intel/mkl/10.2.2.025/examples/dftc/source -I KLINCLUDE -I PPINCLUDE -c -o dfti_example_support.o /opt/intel/mkl/10.2.2.025/examples/dftc/source/dfti_example_support.c&lt;BR /&gt;/opt/intel/mkl/10.2.2.025/examples/dftc/source/dfti_example_support.c: In function int init_forward_tone_and_expected_result_c(void*, void*, long int):&lt;BR /&gt;/opt/intel/mkl/10.2.2.025/examples/dftc/source/dfti_example_support.c:279: error: invalid conversion from void* to float*&lt;BR /&gt;/opt/intel/mkl/10.2.2.025/examples/dftc/source/dfti_example_support.c:280: error: invalid conversion from void* to float*&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bon weekend&lt;BR /&gt;&lt;BR /&gt;Erich&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2010 17:05:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804741#M3346</guid>
      <dc:creator>Erich_Zwyssig</dc:creator>
      <dc:date>2010-06-04T17:05:30Z</dc:date>
    </item>
    <item>
      <title>newbi: using mkl examples - i.e. #include "mkl_dfti_examples.h"</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804742#M3347</link>
      <description>Do you ask about the location of the example sources, the MKL header files or the MKL library? &lt;BR /&gt;&lt;BR /&gt;Anyway, all these are located in a fairly logical and simply organized set of directories. For example, the libraries on our system are in /opt/intel/mkl101/lib/em64t. the header files in /opt/intel/mkl101/include/ and the example sources are in /opt/intel/mkl101/examples/ . &lt;BR /&gt;&lt;BR /&gt;Unless you have a nonstandard installation, these paths, modified to suit your version of MKL and machine architecture, should work.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2010 17:11:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804742#M3347</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-06-04T17:11:40Z</dc:date>
    </item>
    <item>
      <title>newbi: using mkl examples - i.e. #include "mkl_dfti_examples.h"</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804743#M3348</link>
      <description>&lt;P&gt;Erich,&lt;BR /&gt;&lt;BR /&gt;It looks like you use incorrectly g++.&lt;BR /&gt;In order to run dftc examples please use make in the directory/opt/intel/mkl/10.2.2.025/examples/dftc/&lt;BR /&gt;&lt;BR /&gt;% make help&lt;BR /&gt;Usage: make {libia32|soia32|libintel64|sointel64} [function=name]&lt;BR /&gt;[compiler=compiler_name] [interface=interface_name] [threading=threading_name]&lt;BR /&gt;[omp=omp_name] [parallel=parallel_name]&lt;/P&gt;&lt;P&gt;name - function name. Please see dftc.lst file&lt;/P&gt;&lt;P&gt;compiler_name - can be gnu, pgi or intel. Default value is intel.&lt;BR /&gt; Intel C Compiler as default&lt;/P&gt;&lt;P&gt;omp_name - can be iomp5 if parallel=intel or&lt;BR /&gt; can be iomp5 or gomp if parallel=gnu or&lt;BR /&gt; can be pgmp if parallel=pgi.&lt;BR /&gt; Default value is iomp5.&lt;/P&gt;&lt;P&gt;interface_name - can be lp64 or ilp64 for intel64. Default value is lp64.&lt;/P&gt;&lt;P&gt;parallel_name - can be intel (default value), pgi (only if compiler=pgi) or&lt;BR /&gt; gnu (if compiler=gnu).&lt;/P&gt;&lt;P&gt;threading_name - can be parallel or sequential. Default value is parallel.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2010 07:27:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804743#M3348</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-06-07T07:27:13Z</dc:date>
    </item>
    <item>
      <title>newbi: using mkl examples - i.e. #include "mkl_dfti_examples.h"</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804744#M3349</link>
      <description>Hi Victor&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;That's compiling now, thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Erich&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2010 13:51:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-using-mkl-examples-i-e-include-quot-mkl-dfti-examples-h/m-p/804744#M3349</guid>
      <dc:creator>Erich_Zwyssig</dc:creator>
      <dc:date>2010-06-07T13:51:09Z</dc:date>
    </item>
  </channel>
</rss>

