<?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 Hello Ouissem, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074645#M22479</link>
    <description>&lt;P&gt;Hello Ouissem,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;At first glance your environment for building/running the example is not properly configured.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Can you describe the building process of the example including environment configuration step?&lt;/P&gt;

&lt;P&gt;Also, please, have a look at Intel MKL Link Line Advisor tool at &lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt; to get additional details on the compiler and linker options necessary to build Intel MKL based application.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2016 15:45:01 GMT</pubDate>
    <dc:creator>VictoriyaS_F_Intel</dc:creator>
    <dc:date>2016-02-18T15:45:01Z</dc:date>
    <item>
      <title>Spline interpolation using Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074640#M22474</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I'm very new to using Intel MKL libraries and I would like to use the Spline Interpolation function for one of my Fortran projects.&lt;/P&gt;

&lt;P&gt;Could someone please help me with a simple example on how to use it as a subroutine that I could call from my main file?&lt;/P&gt;

&lt;P&gt;Many thanks for your help.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Ouissem&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 12:46:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074640#M22474</guid>
      <dc:creator>Ouissem_B</dc:creator>
      <dc:date>2016-02-16T12:46:37Z</dc:date>
    </item>
    <item>
      <title>Hello Ouissem B,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074641#M22475</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Ouissem B,&lt;/P&gt;

&lt;P&gt;Data Fitting domain of Intel MKL supports spline based computations.&lt;/P&gt;

&lt;P&gt;The training materials on Data Fitting available at &lt;A href="https://community.intel.com/legacyfs/online/drupal_files/article/184622/df-training-materials_1.pdf"&gt;https://software.intel.com/sites/default/files/article/184622/df-training-materials_1.pdf&lt;/A&gt; can be a good start for learning of the content of the algorithms and their usage model.&lt;/P&gt;

&lt;P&gt;Additional details on spline API are available in Intel MKL Manual, &lt;A href="https://software.intel.com/en-us/node/471318"&gt;https://software.intel.com/en-us/node/471318&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Intel MKL provides the Fortran examples that demonstrate how to use the spline based computations, please have a look at the datafittingf folder in the example directory.&lt;/P&gt;

&lt;P&gt;Please, let us know, if you have any additional questions&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 15:32:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074641#M22475</guid>
      <dc:creator>VictoriyaS_F_Intel</dc:creator>
      <dc:date>2016-02-16T15:32:30Z</dc:date>
    </item>
    <item>
      <title>Hello Victoriya,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074642#M22476</link>
      <description>&lt;P&gt;Hello Victoriya,&lt;/P&gt;

&lt;P&gt;Thank you very much for your valuable reply.&lt;/P&gt;

&lt;P&gt;I started reading the Training Materials and it helped me better understand how the data fitting API does work.&lt;/P&gt;

&lt;P&gt;Looking in the DataFittingF folder, I've started adapting the 'dfscubicspline_interp.f' routine to my project, and I do have a small question if you don't mind: What does the 'nblocks' variable refers to?&lt;/P&gt;

&lt;P&gt;Again, thank you for your reply and help.&lt;/P&gt;

&lt;P&gt;Kind regards,&lt;/P&gt;

&lt;P&gt;Ouissem&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Victoriya Kardakova (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hello&amp;nbsp;Ouissem B,&lt;/P&gt;

&lt;P&gt;Data Fitting domain of Intel MKL supports spline based computations.&lt;/P&gt;

&lt;P&gt;The training materials on Data Fitting available at &lt;A href="https://community.intel.com/legacyfs/online/drupal_files/article/184622/df-training-materials_1.pdf"&gt;https://software.intel.com/sites/default/files/article/184622/df-training-materials_1.pdf&lt;/A&gt; can be a good start for learning of the content of the algorithms and their usage model.&lt;/P&gt;

&lt;P&gt;Additional details on spline API are available in Intel MKL Manual, &lt;A href="https://software.intel.com/en-us/node/471318"&gt;https://software.intel.com/en-us/node/471318&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Intel MKL provides the Fortran examples that demonstrate how to use the spline based computations, please have a look at the datafittingf folder in the example directory.&lt;/P&gt;

&lt;P&gt;Please, let us know, if you have any additional questions&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 08:36:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074642#M22476</guid>
      <dc:creator>Ouissem_B</dc:creator>
      <dc:date>2016-02-17T08:36:44Z</dc:date>
    </item>
    <item>
      <title>Hello Ouissem,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074643#M22477</link>
      <description>&lt;P&gt;Hello Ouissem,&lt;/P&gt;

&lt;P&gt;The example 'dfscubicspline_interp.f' gives the idea how to interpolate with Intel MKL Data Fitting component in parallel mode.&lt;/P&gt;

&lt;P&gt;The array of interpolation sites of size NSITE_BLOCK*NNBLOCKS &amp;nbsp;is split into blocks and can be processed in parallel using dfsInterpolate1D routine, and the number of blocks specified in the nblocks variable equal to NNBLOCKS.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 16:11:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074643#M22477</guid>
      <dc:creator>VictoriyaS_F_Intel</dc:creator>
      <dc:date>2016-02-17T16:11:31Z</dc:date>
    </item>
    <item>
      <title>Hello Victoriya,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074644#M22478</link>
      <description>&lt;P&gt;Hello Victoriya,&lt;/P&gt;

&lt;P&gt;Thank you for your reply.&lt;/P&gt;

&lt;P&gt;I'm trying to adapt the&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;'dfscubicspline_interp.f'&amp;nbsp;&lt;/SPAN&gt;program to use it as a subroutine in my main project.&lt;/P&gt;

&lt;P&gt;For the time being, I'm assuming NNBLOCKS = 1. If that doesn't require much parallelism effort from my side (I'm a bit short on time), it would be very useful to use&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;NNBLOCKS &amp;gt; 1.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;The think is that, after making my modifications, and when I'm trying to compile, I get errors such as:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Erreur&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error #7002: Error in opening the compiled module file.&amp;nbsp; Check INCLUDE paths.&amp;nbsp;&amp;nbsp; [MKL_DF_TYPE]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\...\&lt;WBR /&gt;mkl_interp_cspline.f90&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;WBR /&gt;&amp;nbsp; 34&lt;/P&gt;

&lt;P&gt;Erreur&amp;nbsp;&amp;nbsp; 9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error #6785: This name does not match the unit name.&amp;nbsp;&amp;nbsp; [MKL_DF_TYPE]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;\\...&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;\&lt;/SPAN&gt;mkl_df.f90&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;WBR /&gt;&amp;nbsp; 310&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Erreur&amp;nbsp;&amp;nbsp; 19&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error #6457: This derived type name has not been declared.&amp;nbsp;&amp;nbsp; [DF_TASK]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;\\...&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;\&lt;/SPAN&gt;mkl_df.f90&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;WBR /&gt;&amp;nbsp; 324&lt;/P&gt;

&lt;P&gt;It seems that the INCLUDE paths have not been setup properly. Is there a way to set them up properly witout reinstalling the whole library?&lt;/P&gt;

&lt;P&gt;Again, thank you &lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Victoriya&lt;/SPAN&gt; for your replies, your help is much appreciated.&lt;/P&gt;

&lt;P&gt;Kinds regards,&lt;/P&gt;

&lt;P&gt;Ouissem&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Victoriya Kardakova (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hello Ouissem,&lt;/P&gt;

&lt;P&gt;The example 'dfscubicspline_interp.f' gives the idea how to interpolate with Intel MKL Data Fitting component in parallel mode.&lt;/P&gt;

&lt;P&gt;The array of interpolation sites of size NSITE_BLOCK*NNBLOCKS &amp;nbsp;is split into blocks and can be processed in parallel using dfsInterpolate1D routine, and the number of blocks specified in the nblocks variable equal to NNBLOCKS.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 08:53:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074644#M22478</guid>
      <dc:creator>Ouissem_B</dc:creator>
      <dc:date>2016-02-18T08:53:58Z</dc:date>
    </item>
    <item>
      <title>Hello Ouissem,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074645#M22479</link>
      <description>&lt;P&gt;Hello Ouissem,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;At first glance your environment for building/running the example is not properly configured.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Can you describe the building process of the example including environment configuration step?&lt;/P&gt;

&lt;P&gt;Also, please, have a look at Intel MKL Link Line Advisor tool at &lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt; to get additional details on the compiler and linker options necessary to build Intel MKL based application.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:45:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074645#M22479</guid>
      <dc:creator>VictoriyaS_F_Intel</dc:creator>
      <dc:date>2016-02-18T15:45:01Z</dc:date>
    </item>
    <item>
      <title>Hello Victoriya,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074646#M22480</link>
      <description>&lt;P&gt;Hello Victoriya,&lt;/P&gt;

&lt;P&gt;Actually, I'm using Microsoft Visual Studio and all I've done to now is set the Fortran compiler to use the MKL library (Configuration Properties &amp;gt; Fortran &amp;gt; Libraries &amp;gt; Use Intel Math Kernel Library &amp;gt; Sequential /Qmkl).&lt;/P&gt;

&lt;P&gt;Many thanks,&lt;/P&gt;

&lt;P&gt;Ouissem&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Victoriya Kardakova (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hello Ouissem,&lt;/P&gt;

&lt;P&gt;At first glance your environment for building/running the example is not properly configured.&lt;/P&gt;

&lt;P&gt;Can you describe the building process of the example including environment configuration step?&lt;/P&gt;

&lt;P&gt;Also, please, have a look at Intel MKL Link Line Advisor tool at &lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt; to get additional details on the compiler and linker options necessary to build Intel MKL based application.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 08:37:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074646#M22480</guid>
      <dc:creator>Ouissem_B</dc:creator>
      <dc:date>2016-02-19T08:37:23Z</dc:date>
    </item>
    <item>
      <title>Hello Ouissem,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074647#M22481</link>
      <description>&lt;P&gt;Hello Ouissem,&lt;/P&gt;

&lt;P&gt;Could you please provide the command line that is used for the example compilation? You could find it in Microsoft Visual Studio project properties. It seems MKL include directory is missed there.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 14:24:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074647#M22481</guid>
      <dc:creator>VictoriyaS_F_Intel</dc:creator>
      <dc:date>2016-02-20T14:24:47Z</dc:date>
    </item>
    <item>
      <title>in that case, I'd recommend</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074648#M22482</link>
      <description>&lt;P&gt;in that case, I'd recommend you have a look at the article describing how to build such projects with mkl, &amp;nbsp;Please follow the link you will find out user's typical issue -&amp;nbsp;https://software.intel.com/en-us/articles/how-to-use-lapack95&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2016 05:03:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074648#M22482</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-02-21T05:03:05Z</dc:date>
    </item>
    <item>
      <title>Hi Victoriya,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074649#M22483</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Victoriya,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;this is the Command Line used for my actual project.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: Calibri, sans-serif; font-size: 14.6667px; line-height: normal;"&gt;/nologo /debug:full /Od /Qunroll:3 /Qparallel /warn:all /module:"Debug\\" /object:"Debug\\" /traceback /check:bounds /check:stack /libs:static /threads /dbglibs /winapp /4Yportlib /Qmkl:sequential /c&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Many thanks for your help.&lt;/P&gt;

&lt;P&gt;Ouissem&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Victoriya Kardakova (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hello Ouissem,&lt;/P&gt;

&lt;P&gt;Could you please provide the command line that is used for the example compilation? You could find it in Microsoft Visual Studio project properties. It seems MKL include directory is missed there.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 16:03:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074649#M22483</guid>
      <dc:creator>Ouissem_B</dc:creator>
      <dc:date>2016-02-22T16:03:55Z</dc:date>
    </item>
    <item>
      <title>Hi Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074650#M22484</link>
      <description>&lt;P&gt;Hi Gennady,&lt;/P&gt;

&lt;P&gt;Thank you for the link, I will have a look at it, and I will let you know&lt;/P&gt;

&lt;P&gt;Many thanks for your reply. Best Regards.&lt;/P&gt;

&lt;P&gt;Ouissem&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gennady Fedorov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;in that case, I'd recommend you have a look at the article describing how to build such projects with mkl, &amp;nbsp;Please follow the link you will find out user's typical issue -&amp;nbsp;&lt;A href="https://software.intel.com/en-us/articles/how-to-use-lapack95"&gt;https://software.intel.com/en-us/articles/how-to-use-lapack95&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 16:07:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074650#M22484</guid>
      <dc:creator>Ouissem_B</dc:creator>
      <dc:date>2016-02-22T16:07:03Z</dc:date>
    </item>
    <item>
      <title>Hi all,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074651#M22485</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I think that I've managed to configure my Visual Studio to use MKL, since I don't have any related error.&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I'm trying to adapt the&amp;nbsp;'dfscubicspline_interp.f'&amp;nbsp;program to use it as a subroutine in my main project.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;While compiling my subroutine, I get this kind of warnings / errors:&lt;/SPAN&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&lt;STRONG&gt;warning #6717: This name has not been given an explicit type.&amp;nbsp;&amp;nbsp; [TASK]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\emc1\...\&lt;WBR /&gt;mkl_df_interp_cspline.f90&amp;nbsp; 199&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

	&lt;P&gt;&lt;STRONG&gt;warning #6717: This name has not been given an explicit type.&amp;nbsp;&amp;nbsp; [SUNIFORMRANDSORTEDDATA]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;WBR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\emc1\gso\3-Etudes\Prive\&lt;WBR /&gt;Exemples Intel Fortran\datafittingf\source\&lt;WBR /&gt;generatedata.inc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 577&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

	&lt;P&gt;&lt;STRONG&gt;warning #6717: This name has not been given an explicit type.&amp;nbsp;&amp;nbsp; [SUNIFORMRANDDATA]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;WBR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\emc1\...\&lt;WBR /&gt;generatedata.inc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 509 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

	&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

	&lt;P&gt;&lt;STRONG&gt;[...]&lt;/STRONG&gt;&lt;/P&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;&lt;STRONG&gt;error #6633: The type of the actual argument differs from the type of the dummy argument.&amp;nbsp;&amp;nbsp; [TASK]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\emc1\...\&lt;WBR /&gt;mkl_df_interp_cspline.f90&amp;nbsp;&amp;nbsp; 199&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

	&lt;P&gt;&lt;STRONG&gt;error #6633: The type of the actual argument differs from the type of the dummy argument.&amp;nbsp;&amp;nbsp; [TASK]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\emc1\...\&lt;WBR /&gt;mkl_df_interp_cspline.f90&amp;nbsp;&amp;nbsp; 210&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

	&lt;P&gt;&lt;STRONG&gt;error #6633: The type of the actual argument differs from the type of the dummy argument.&amp;nbsp;&amp;nbsp;&amp;nbsp;[TASK]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\emc1\...\&lt;WBR /&gt;mkl_df_interp_cspline.f90&amp;nbsp;&amp;nbsp; 269&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

	&lt;P&gt;&lt;STRONG&gt;error #5508: Declaration of routine 'SPEAKDATA' conflicts with a previous declaration \\emc1\...\&lt;WBR /&gt;generatedata.inc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 624&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Hope this could give some insights about my problem. Please fill free to ask for any details that I can provide.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Ouissem&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 16:28:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074651#M22485</guid>
      <dc:creator>Ouissem_B</dc:creator>
      <dc:date>2016-03-03T16:28:21Z</dc:date>
    </item>
    <item>
      <title>Hello Ouissem,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074652#M22486</link>
      <description>&lt;P&gt;Hello Ouissem,&lt;/P&gt;

&lt;P&gt;You appear not to add USE statement for the modules used in the subroutine. For example, TASK symbol is defined in MKL_DF_TYPE module, so please add the following statements into your program and let us know how it works for you:&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;USE MKL_DF_TYPE
USE MKL_DF
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 09:52:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074652#M22486</guid>
      <dc:creator>VictoriyaS_F_Intel</dc:creator>
      <dc:date>2016-03-04T09:52:35Z</dc:date>
    </item>
    <item>
      <title>Hi Ouissem,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074653#M22487</link>
      <description>&lt;P&gt;Hi Ouissem,&lt;/P&gt;

&lt;P&gt;is there any result with the use statement?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 02:47:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074653#M22487</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-03-07T02:47:41Z</dc:date>
    </item>
    <item>
      <title>Quote:Victoriya Kardakova</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074654#M22488</link>
      <description>&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Victoriya Kardakova (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Hello Ouissem,&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;You appear not to add USE statement for the modules used in the subroutine. For example, TASK symbol is defined in MKL_DF_TYPE module, so please add the following statements into your program and let us know how it works for you:&lt;/P&gt;

&lt;PRE class="brush:fortran;" style="font-size: 13.008px; line-height: 19.512px;"&gt;USE MKL_DF_TYPE
USE MKL_DF
&lt;/PRE&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Ying H (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Ouissem,&lt;/P&gt;

&lt;P&gt;is there any result with the use statement?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;HiVictoriya and Ying,&lt;/P&gt;

&lt;P&gt;Thank you very much for your replies, and my apologies for my late answer.&lt;/P&gt;

&lt;P&gt;Actually, both statement are included in my routine. In fact, as a first step, I used the &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;'&lt;STRONG&gt;dfscubicspline_interp.f&lt;/STRONG&gt;' routine exactly the way it is, and which I'm adapting using my own entries.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Up to now, the code seems to properly compile the subroutine, but crushes when executing it. I'm suspecting a coding errors (wrong definition of the targets/pointers). I probably need to better understand the existing routine before using it.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Again, thank you very much for your valuable help.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Kind regards.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Ouissem&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 15:01:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074654#M22488</guid>
      <dc:creator>Ouissem_B</dc:creator>
      <dc:date>2016-03-08T15:01:54Z</dc:date>
    </item>
    <item>
      <title>Please give details regarding</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074655#M22489</link>
      <description>&lt;P&gt;Please give details regarding how you compiled the example code, the compiler version used and details of the crash.&lt;/P&gt;

&lt;P&gt;I copied the files&amp;nbsp;dfscubicspline_interp.f and the three .inc files from the ...\mkl\examples\datafittingf\source directory to a working directory, and built the program using &lt;STRONG&gt;ifort /Qmkl dfscubicspline_interp.f&lt;/STRONG&gt; . The resulting EXE ran without any error and gave reasonable output results.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 07:59:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074655#M22489</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-03-09T07:59:46Z</dc:date>
    </item>
    <item>
      <title>Hi mecej4,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074656#M22490</link>
      <description>&lt;P&gt;Hi mecej4,&lt;/P&gt;

&lt;P&gt;Thank you for your reply.&lt;/P&gt;

&lt;P&gt;Indeed, there was no problem compiling and running the&amp;nbsp;&lt;SPAN style="font-weight: 700; font-size: 13.008px; line-height: 19.512px;"&gt;dfscubicspline_interp.f&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&amp;nbsp;&lt;/SPAN&gt;program as it is provided.&lt;/P&gt;

&lt;P&gt;In my case, I changed few things and made it as a subroutine, to call it from my main program:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;subroutine MKL_DF_TEST ( ntop, ntop_int, top, top_int, p3dmax, p3dmax_int )&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P&gt;integer *4, intent (in) :: ntop&lt;BR /&gt;
		integer *4, intent (in) :: ntop_int&lt;BR /&gt;
		real (4), dimension (ntop), intent (in) :: top&lt;BR /&gt;
		real (4), dimension (ntop_int), intent (in) :: top_int&lt;BR /&gt;
		real (4), dimension (ntop), intent (in) :: p3dmax&lt;BR /&gt;
		real (4), dimension (ntop_int), intent (out) :: p3dmax_int&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;where &lt;EM&gt;p3dmax&lt;/EM&gt; is the input and &lt;EM&gt;p3dmax_int&lt;/EM&gt; the result of the interpolation.&lt;/P&gt;

&lt;P&gt;The code crashs at this line (corresponding to L199 in the original &lt;SPAN style="font-size: 13.008px; font-weight: bold; line-height: 19.512px;"&gt;dfscubicspline_interp.f&lt;/SPAN&gt;&amp;nbsp;routine):&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;errcode = dfsConstruct1D( task, type, method )&lt;BR /&gt;
		CALL CheckDfError(errcode)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm using iFort 11.1 on MS-Visual Studio 2013 / Windows.&lt;/P&gt;

&lt;P&gt;Thank you very much for your help.&lt;/P&gt;

&lt;P&gt;Kind regards,&lt;/P&gt;

&lt;P&gt;Ouissem&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Please give details regarding how you compiled the example code, the compiler version used and details of the crash.&lt;/P&gt;

&lt;P&gt;I copied the files&amp;nbsp;dfscubicspline_interp.f and the three .inc files from the ...\mkl\examples\datafittingf\source directory to a working directory, and built the program using &lt;STRONG&gt;ifort /Qmkl dfscubicspline_interp.f&lt;/STRONG&gt; . The resulting EXE ran without any error and gave reasonable output results.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 14:44:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074656#M22490</guid>
      <dc:creator>Ouissem_B</dc:creator>
      <dc:date>2016-03-10T14:44:03Z</dc:date>
    </item>
    <item>
      <title>Hi!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074657#M22491</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;I'm sorry for this late reply, the thing is that I'm working on this issue for a side project, and I hadn't much time to put on it.&lt;/P&gt;

&lt;P&gt;Actually, I've managed, with the help of a collegue, to make my subroutine work. The issue was related to a bad definition of a pointer, which made the code crash each time it was used.&lt;/P&gt;

&lt;P&gt;Thank you all for your help.&lt;/P&gt;

&lt;P&gt;Kind regards,&lt;/P&gt;

&lt;P&gt;Ouissem&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Spline-interpolation-using-Intel-MKL/m-p/1074657#M22491</guid>
      <dc:creator>Ouissem_B</dc:creator>
      <dc:date>2016-04-26T13:18:00Z</dc:date>
    </item>
  </channel>
</rss>

