<?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 There were dozens of in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060284#M21660</link>
    <description>&lt;P&gt;There were dozens of complaints about the new fortran 16/MKL install, and I had the same problem here as well.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2015 21:37:08 GMT</pubDate>
    <dc:creator>WSinc</dc:creator>
    <dc:date>2015-08-27T21:37:08Z</dc:date>
    <item>
      <title>Why no simple linear equation solver?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060257#M21633</link>
      <description>&lt;P&gt;I looked in the INTEL MATH KERNEL library, and could not find a routine that just solves&lt;/P&gt;

&lt;P&gt;A*X=B&lt;/P&gt;

&lt;P&gt;where A is an N by N matrix, and X and B are vectors of length N.&lt;/P&gt;

&lt;P&gt;They throw a lot of confusing **** at you, when you just want to solve a &lt;STRONG&gt;basic problem,&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;and dont have a system with special characteristics, like SPARSE, Band, Hermitian, etc.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;So its impossible to just find a basic routine to give you a quick answer.&lt;/P&gt;

&lt;P&gt;Or if its there, they sure don't bother to tell you where - - - -&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;They used to have one - what happened to it?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 22:25:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060257#M21633</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-24T22:25:21Z</dc:date>
    </item>
    <item>
      <title>Had you spent a few seconds</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060258#M21634</link>
      <description>&lt;P&gt;Reading the contents list of the MKL manual, or reading the similar listing of the contents of Lapack on Netlib (http://www.netlib.org/lapack/lug/), shows one that the routines sGESV, dGESV, etc., will probably do what was wanted.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 22:34:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060258#M21634</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-08-24T22:34:00Z</dc:date>
    </item>
    <item>
      <title>Well, I didnt know about the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060259#M21635</link>
      <description>&lt;P&gt;Well, I didnt know about the NET:LIB web site, otherwise I would have gone there first.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;It appears that I should use the LAPACK routines, but apparently there has to be something special I put in the BUILD to access those.&lt;/P&gt;

&lt;P&gt;They are not automatically included in the IMKL set ?&lt;/P&gt;

&lt;P&gt;So, what is the build step I have to include?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I tried adding &lt;STRONG&gt;mkl_lapack95.lib &lt;/STRONG&gt;to the list of "include libraries,"&lt;/P&gt;

&lt;P&gt;but it still cannot find that routine.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;That was the suggestion they made for IA-32 architecture, BTW.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Maybe Steve could answer this...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 01:19:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060259#M21635</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-25T01:19:37Z</dc:date>
    </item>
    <item>
      <title> 
 
 </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060260#M21636</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 01:21:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060260#M21636</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-25T01:21:45Z</dc:date>
    </item>
    <item>
      <title>Hi Billsincl, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060261#M21637</link>
      <description>&lt;P&gt;Hi Billsincl,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Right, you may read netlib lapack function, which provide such solvers.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;MKL also support the lapack ( almost de facto linear Algribra function standard), same interface.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;?gesv&lt;BR /&gt;
	Computes the solution to the system of linear&lt;BR /&gt;
	equations with a square matrix A and multiple righthand sides.&lt;BR /&gt;
	Syntax&lt;BR /&gt;
	FORTRAN 77:&lt;BR /&gt;
	call sgesv( n, nrhs, a, lda, ipiv, b, ldb, info), s for single point floating,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;call dgesv( n, nrhs, a, lda, ipiv, b, ldb, info), &amp;nbsp;d for double floating.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Do you use Fortran or c to develop the solver? &amp;nbsp; If you try to use MKL, then you can find the c or fortran example under MKL install directory:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;for example;windows: Intel_sw_development_tools\compilers_and_libraries_2016.0.0xx\windows\mkl\examples&lt;/P&gt;

&lt;P&gt;lapacke_dgesv_row.c&lt;/P&gt;

&lt;P&gt;examples_f95\lapack95\source&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 08:15:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060261#M21637</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-08-25T08:15:51Z</dc:date>
    </item>
    <item>
      <title>attach one fortran sample</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060262#M21638</link>
      <description>&lt;P&gt;attach one fortran sample code.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 08:21:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060262#M21638</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-08-25T08:21:08Z</dc:date>
    </item>
    <item>
      <title>This download example DOES</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060263#M21639</link>
      <description>&lt;P&gt;This download example DOES NOT COMPILE.&lt;/P&gt;

&lt;P&gt;It doesnt like the USE statements, says "check include paths."&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;So can we have an example that actually works ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 18:07:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060263#M21639</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-25T18:07:46Z</dc:date>
    </item>
    <item>
      <title>It also says:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060264#M21640</link>
      <description>&lt;P&gt;It also says:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;d:\william data\Downloads\gesv.f90(44): error #6683: A kind type parameter must be a compile-time constant. &amp;nbsp; [WP]&lt;/P&gt;

&lt;P&gt;The other comments are just warnings.&lt;/P&gt;

&lt;P&gt;But I dont see why these examples do us any good if they dont even compile - - -&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 18:28:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060264#M21640</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-25T18:28:45Z</dc:date>
    </item>
    <item>
      <title>The module names may be</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060265#M21641</link>
      <description>&lt;P&gt;The module names may be different in the version of MKL that you have and the ones that are used by the people replying to your post. It is usually necessary for you to check the names of modules in your installation before using them in code. Similarly, the MKL libraries to link against have to be tailored to your specific case. There are tools to facilitate these adjustments, but those tools will work only if you use them, to do which you need to learn about them first.&lt;/P&gt;

&lt;P&gt;The module names in the current version of MKL are "F95_PRECISION" instead of "MKL95_PRECISION" and "LAPACK95" instead of "MKL95_LAPACK". As I suggested earlier, you need to find out the names of the modules in your installation and edit the source code to suit.&lt;/P&gt;

&lt;P&gt;To run the program, you will also need the input data file gesv.d, which you will find in the MKL examples directory.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:24:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060265#M21641</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-08-25T19:24:39Z</dc:date>
    </item>
    <item>
      <title>OK, so where do we find that</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060266#M21642</link>
      <description>&lt;P&gt;Those USE statements don't work either. I get error #7002 for BOTH.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;OK, so where do we find that out? Do the names of the modules have anything to do with the processor, or whether its 32 or 64 bits?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I dont see any articles that show us where - -&lt;/P&gt;

&lt;P&gt;That Fortran file still doesnt compile, apparently having nothing to do with the USE statements&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Why is this such a god-awful confused mess ??&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060266#M21642</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-25T19:36:00Z</dc:date>
    </item>
    <item>
      <title>Quote:billsincl wrote:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060267#M21643</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;billsincl wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;OK, so where do we find that out? Do the names of the modules have anything to do with the processor, or whether its 32 or 64 bits?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;No, the modules names are the same, but they are located in different directories depending on the architecture/memory model being used. For example, I have the 32-bit module files in&amp;nbsp;...\Composer XE\mkl\include\ia32.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;That Fortran file still doesnt compile, apparently having nothing to do with the USE statements&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;No, all the compilation problems that you reported &lt;STRONG&gt;are&lt;/STRONG&gt; related to USE statements. In fact, I am not sure why/if you chose to use the Fortran 95 interface to Lapack. Had you used the F77 interface (i.e., the implicit interface), you would not have needed to worry about USE statements.&lt;/P&gt;

&lt;P&gt;Once I changed the module names as I indicated earlier in Ying H.'s example code, I could build and run the program with the data in the MKL examples directory. The program ran fine.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060267#M21643</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-08-25T19:59:00Z</dc:date>
    </item>
    <item>
      <title>well, that's wonderful that</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060268#M21644</link>
      <description>&lt;P&gt;well, that's wonderful that it runs on YOUR computer, but that does not solve MY problem - -&lt;/P&gt;

&lt;P&gt;I thought we were supposed to use the most up to date compilers?&lt;/P&gt;

&lt;P&gt;isn't F95 the default compiler nowadays?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Anyway, I checked the module names on my machine, and they agree with what you said, but the&lt;/P&gt;

&lt;P&gt;compiler cant make any sense of the USE statements. Is there something I am also supposed to put in the build&lt;/P&gt;

&lt;P&gt;that will POINT to those?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Can we have someone that will give us a &lt;STRONG&gt;definitive answer,&lt;/STRONG&gt; rather than guessing and running around in circles?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 20:59:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060268#M21644</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-25T20:59:28Z</dc:date>
    </item>
    <item>
      <title>------ Build started: Project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060269#M21645</link>
      <description>&lt;P&gt;------ Build started: Project: resist, Configuration: Debug|Win32 ------&lt;/P&gt;

&lt;P&gt;Compiling with Intel(R) Visual Fortran Compiler XE 15.0.2.179 [IA-32]...&lt;BR /&gt;
	gesv (1).f90&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(39): error #7002: Error in opening the compiled module file. &amp;nbsp;Check INCLUDE paths. &amp;nbsp; [LAPACK95]&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(38): error #7002: Error in opening the compiled module file. &amp;nbsp;Check INCLUDE paths. &amp;nbsp; [F95_PRECISION]&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(46): error #6683: A kind type parameter must be a compile-time constant. &amp;nbsp; [WP]&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(72): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W&amp;gt;=D+7'.&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(72): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W&amp;gt;=D+7'.&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(79): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W&amp;gt;=D+7'.&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(79): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W&amp;gt;=D+7'.&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(82): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W&amp;gt;=D+7'.&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(82): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W&amp;gt;=D+7'.&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(38): error #6581: Unresolved rename. &amp;nbsp; [WP]&lt;BR /&gt;
	d:\william data\Downloads\gesv (1).f90(39): error #6580: Name in only-list does not exist. &amp;nbsp; [GESV]&lt;BR /&gt;
	compilation aborted for d:\william data\Downloads\gesv (1).f90 (code 1)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 21:08:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060269#M21645</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-25T21:08:14Z</dc:date>
    </item>
    <item>
      <title>OK, I converted it to use the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060270#M21646</link>
      <description>&lt;P&gt;OK, I converted it to use the explicit f77 interface, and it compiles.&lt;/P&gt;

&lt;P&gt;But I also had to fix that REAL(WP) statement made it REAL(4) instead for single precision arrays.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Anyway, it still does not run, it can't find the SGESV entry point.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 21:43:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060270#M21646</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-25T21:43:58Z</dc:date>
    </item>
    <item>
      <title>[quote=billsincl, #12]well,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060271#M21647</link>
      <description>&lt;BLOCKQUOTE&gt;
	&lt;P style="font-size: 12.1949996948242px; line-height: 12.1949996948242px;"&gt;&lt;SPAN style="font-size: 12px; line-height: 12px;"&gt;well, that's wonderful that it runs on YOUR computer, but that does not solve MY problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P style="font-size: 12.1949996948242px; line-height: 12.1949996948242px;"&gt;&lt;SPAN style="font-size: 12px; line-height: 12px;"&gt;You are missing the point: since the program builds and runs on a different computer, the conclusion to be drawn is that any remaining problems are attributable to your compiler/MKL installation or your build procedure, and definitely do not lie in the source code. This observation narrows down the scope where problems exist.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 12.1949996948242px; line-height: 12.1949996948242px;"&gt;&lt;SPAN style="font-size: 12px; line-height: 12px;"&gt;So far, you have not told us which compiler and MKL versions you use, nor how you do the build. Without giving that information, it is unreasonable of you to demand a definitive answer.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 12.1949996948242px; line-height: 12.1949996948242px;"&gt;&lt;SPAN style="font-size: 12px; line-height: 12px;"&gt;The Fortran file that you attached to #14 runs fine (after correcting it to set lda and ldb both = n before calling sgesv) with the current release of IFort (15.0.4) and the accompanying version of MKL (11.2.3). If you are building at the command line, you need to use the /Qmkl option. If you are using Visual Studio, you have to specify that the MKL libraries are to be used at link time (in the project properties-&amp;gt;Fortran-&amp;gt;Libraries-&amp;gt;Use Intel Math Kernel Library).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 22:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060271#M21647</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-08-25T22:21:00Z</dc:date>
    </item>
    <item>
      <title>OK, I have both of those, and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060272#M21648</link>
      <description>&lt;P&gt;OK, I have both of those, and I did get it to run with the F77 interface. So I know it can find the entry point.&lt;/P&gt;

&lt;P&gt;However, the F95 interface fails. No one seems to be able to tell me why.&lt;/P&gt;

&lt;P&gt;I did use the MAth Kernel library in the build step.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Apparently there is something else that has to be added to this process.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 00:40:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060272#M21648</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-26T00:40:20Z</dc:date>
    </item>
    <item>
      <title>Quote:billsincl wrote:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060273#M21649</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;billsincl wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;However, the F95 interface fails. No one seems to be able to tell me why.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I did use the MAth Kernel library in the build step.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Apparently there is something else that has to be added to this process.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;The F95 interface works fine, as you should see from #11. If you invest the time to learn how Fortran include files, module files and libraries relate to one another and how you should go about using them in the build process, you will perceive that it is all very logical and reasonable. In fact, many of the issues occur even when building a simple Fortran program. However, the compiler driver manages all the necessary ingredients behind the scenes, so you may be unaware of what is needed and being taken care of.&lt;/P&gt;

&lt;P&gt;There is a tool called the &amp;nbsp;MKL Link Line Advisor, see&amp;nbsp;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor , which can help you with using MKL in any but the simplest projects.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 01:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060273#M21649</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-08-26T01:15:00Z</dc:date>
    </item>
    <item>
      <title>If it is logical and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060274#M21650</link>
      <description>&lt;P&gt;If it is logical and reasonable, why is the behavior not consistent on different machines?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;We should not have to take a three month course in this stuff, just to solve a simple problem.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have filed a complaint about this - - -&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 03:10:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060274#M21650</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-26T03:10:48Z</dc:date>
    </item>
    <item>
      <title>Hi billsincl, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060275#M21651</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://software.intel.com/en-us/user/401759" style="font-size: 11px; line-height: 16.5px;"&gt;billsincl&lt;/A&gt;,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Maybe screencast will &amp;nbsp;help. &amp;nbsp;I attache the build processing in word file for your reference.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;i suppose you have installed parallel studio XE 2015 update 2. (ifort and MKL are installed). and please let us know if any issues.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Ying&lt;SPAN style="color: rgb(96, 96, 96); font-size: 11px; line-height: 16.5px; background-color: rgb(238, 238, 238);"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 08:53:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060275#M21651</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-08-26T08:53:16Z</dc:date>
    </item>
    <item>
      <title>This mecej4 tells me there</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060276#M21652</link>
      <description>&lt;P&gt;This mecej4 tells me there there is something wrong with the installation on my machine.&lt;/P&gt;

&lt;P&gt;Well since that was done by INTEL &lt;EM&gt;&lt;STRONG&gt;as part of my subscription, &lt;/STRONG&gt;&lt;/EM&gt;why dont they look at it, and correct the problem?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;As I said earlier, my computer is a typical INTEL desktop, with a 32 bit INTEL processor, so the installation&lt;/P&gt;

&lt;P&gt;coming from you should be pretty routine, right ?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 15:41:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-no-simple-linear-equation-solver/m-p/1060276#M21652</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2015-08-26T15:41:06Z</dc:date>
    </item>
  </channel>
</rss>

