<?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 Thanks! I've missed that. now in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/mkl95-LAPACK-produces-segmentation-fault-dgesv/m-p/969003#M96609</link>
    <description>&lt;P&gt;Thanks! I've missed that. now it works&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2014 19:05:16 GMT</pubDate>
    <dc:creator>zuch</dc:creator>
    <dc:date>2014-04-02T19:05:16Z</dc:date>
    <item>
      <title>mkl95_LAPACK produces segmentation fault (dgesv)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/mkl95-LAPACK-produces-segmentation-fault-dgesv/m-p/969001#M96607</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;When I call &amp;nbsp;"dgesv" routine from mkl library with fortran 95 interface I get&amp;nbsp;&lt;/SPAN&gt;segmentation fault.&lt;/P&gt;

&lt;P&gt;call dgesv( adns, rhs , ipiv , info ) !&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;call dgesv( n, nrhs, adns, max(1,n), ipiv, rhs, max(1,n), info ) &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;! F77 &amp;nbsp;works fine&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;ifort -V&lt;BR /&gt;
	Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.2.139 Build 20140121&lt;BR /&gt;
	Copyright (C) 1985-2014 Intel Corporation. &amp;nbsp;All rights reserved.&lt;/P&gt;

&lt;P&gt;compiler flags:&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;ifort main.f90&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;-mkl -lmkl_lapack95_lp64&lt;/SPAN&gt;&lt;/P&gt;

&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>Wed, 02 Apr 2014 18:40:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/mkl95-LAPACK-produces-segmentation-fault-dgesv/m-p/969001#M96607</guid>
      <dc:creator>zuch</dc:creator>
      <dc:date>2014-04-02T18:40:09Z</dc:date>
    </item>
    <item>
      <title>If you wish to call the F95</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/mkl95-LAPACK-produces-segmentation-fault-dgesv/m-p/969002#M96608</link>
      <description>&lt;P&gt;If you wish to call the F95 generic name, which is the one with optional arguments, use the generic name, &lt;STRONG&gt;gesv&lt;/STRONG&gt;, and not the specific name, &lt;STRONG&gt;dgesv, &lt;/STRONG&gt;and make sure that you have provided the necessary interface (by including&amp;nbsp;USE MKL95_LAPACK&amp;nbsp;in every routine that calls a Lapack95/Blas95 routine by its generic name)&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;. The fact that you ran into a seg-fault indicates that your code does not contain such an interface, causing the subroutine to be called with mismatched number/types of arguments.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If you wish to call the F77 specific name, &lt;STRONG&gt;dgesv&lt;/STRONG&gt;, provide all the arguments specified in the argument list for the subroutine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 18:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/mkl95-LAPACK-produces-segmentation-fault-dgesv/m-p/969002#M96608</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-04-02T18:59:00Z</dc:date>
    </item>
    <item>
      <title>Thanks! I've missed that. now</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/mkl95-LAPACK-produces-segmentation-fault-dgesv/m-p/969003#M96609</link>
      <description>&lt;P&gt;Thanks! I've missed that. now it works&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:05:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/mkl95-LAPACK-produces-segmentation-fault-dgesv/m-p/969003#M96609</guid>
      <dc:creator>zuch</dc:creator>
      <dc:date>2014-04-02T19:05:16Z</dc:date>
    </item>
  </channel>
</rss>

