<?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: Runtime error with LAPAACK solver DGELS in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976142#M17106</link>
    <description>Thanks. I will submit an inquiry.&lt;BR /&gt;&lt;BR /&gt;Bob</description>
    <pubDate>Wed, 14 Sep 2005 03:50:36 GMT</pubDate>
    <dc:creator>rvwilson</dc:creator>
    <dc:date>2005-09-14T03:50:36Z</dc:date>
    <item>
      <title>Runtime error with LAPAACK solver DGELS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976138#M17102</link>
      <description>I am getting a runtime error (segmentation fault) when I call the LAPACK solver 'DGELS' from my Fortran program. I used a small example program that I found on the net to set up the problem and make the call to DGELS. &lt;BR /&gt;&lt;BR /&gt;Did I use the correct fortran command line options? Did I link with the MKL libraries properly? Are there any compiler bugs that would cause this problem? I also set the stacksize to unlimited (e.g., limit stacksize unlimited).&lt;BR /&gt;&lt;BR /&gt;Any help resolving this issue would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Bob&lt;BR /&gt;&lt;BR /&gt;==================&lt;BR /&gt;Problem specifics&lt;BR /&gt;==================&lt;BR /&gt;&lt;BR /&gt;Compiler command:&lt;BR /&gt;-----------------&lt;BR /&gt;ifort myprog.f -L$MKLPATH -lmkl_lapack -lmkl_ia32 -lguide -lpthread&lt;BR /&gt;&lt;BR /&gt;where MKLPATH=/opt/intel/mkl721/lib/32&lt;BR /&gt;&lt;BR /&gt;Runtime execution:&lt;BR /&gt;------------------&lt;BR /&gt;[bwilson@spalding ~/lapack]$ ./a.out&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image              PC        Routine            Line        Source&lt;BR /&gt;libc.so.6          55772D79  Unknown               Unknown  Unknown&lt;BR /&gt;&lt;BR /&gt;Stack trace terminated abnormally.&lt;BR /&gt;&lt;BR /&gt;Operating system:&lt;BR /&gt;-----------------&lt;BR /&gt;[bwilson@spalding ~]$ uname -a&lt;BR /&gt;Linux spalding 2.6.8-24.10-smp #1 SMP Wed Dec 22 11:54:27 UTC 2004 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;Compiler version:&lt;BR /&gt;------------------&lt;BR /&gt;[bwilson@spalding ~]$ ifort -V&lt;BR /&gt;Intel Fortran Compiler for 32-bit applications, Version 9.0    Build 20050430Z Package ID: l_fc_p_9.0.021</description>
      <pubDate>Tue, 13 Sep 2005 22:00:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976138#M17102</guid>
      <dc:creator>rvwilson</dc:creator>
      <dc:date>2005-09-13T22:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error with LAPAACK solver DGELS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976139#M17103</link>
      <description>Since you say your problem is small, it may not matter whether you build your test application as a 32-bit application, but it's still curious that you did that on a 64-bit system.&lt;BR /&gt;ifort 9.0.023 or 024 should be more reliable than 021, but you haven't given any information which would tell if that is relevant.&lt;BR /&gt;You should get better information on the location of the crash by using -g option, with and without optimization.</description>
      <pubDate>Wed, 14 Sep 2005 00:13:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976139#M17103</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2005-09-14T00:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error with LAPAACK solver DGELS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976140#M17104</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. I recompiled with the -g option and used the debugger with the following the results included at the bottom. It gave a warning about an unrecognized programming langauge. Sorry, but I do not why this occured. Does this help to shed any light on the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[bwilson@spalding ~/lapack]$ ifort -g myprog.f $MKLPATH/libmkl_lapack.a $MKLPATH/libmkl_ia32.a $MKLPATH/libguide.a -lpthread&lt;BR /&gt;&lt;BR /&gt;[bwilson@spalding ~/lapack]$ idb ./a.out&lt;BR /&gt;Linux Application Debugger for 32-bit applications, Version 7.2.2, Build 20030624&lt;BR /&gt;------------------&lt;BR /&gt;object file name: ./a.out&lt;BR /&gt;Reading symbolic information ...WARNING: Unrecognized programming language encountered.&lt;BR /&gt;Attempting to use C Language rules&lt;BR /&gt;done&lt;BR /&gt;(idb) run&lt;BR /&gt;A:&lt;BR /&gt;1.0000 6.0000 2.0000&lt;BR /&gt;1.0000 -2.0000 -8.0000&lt;BR /&gt;1.0000 -2.0000 4.0000&lt;BR /&gt;1.0000 6.0000 14.0000&lt;BR /&gt;&lt;BR /&gt;b:&lt;BR /&gt;96.0000&lt;BR /&gt;192.0000&lt;BR /&gt;192.0000&lt;BR /&gt;-96.0000&lt;BR /&gt;Thread received signal SEGV&lt;BR /&gt;stopped at [ __GI_strcat(...) 0x55746d79]&lt;BR /&gt;&lt;BR /&gt;Information: An type was presented during execution of the previous command. For complete type information on this symbol, recompilation of the program will be necessary. Consult the compiler man pages for details on producing full symbol table information using the '-g' (and '-gall' for cxx) flags.&lt;P&gt;Message Edited by rvwilson on &lt;SPAN class="date_text"&gt;09-13-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:24 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2005 01:08:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976140#M17104</guid>
      <dc:creator>rvwilson</dc:creator>
      <dc:date>2005-09-14T01:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error with LAPAACK solver DGELS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976141#M17105</link>
      <description>It does look like it would be worth a problem report on your premier.intel.com account.  Please fill out all the information including both ifort and MKL versions.</description>
      <pubDate>Wed, 14 Sep 2005 03:29:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976141#M17105</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2005-09-14T03:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error with LAPAACK solver DGELS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976142#M17106</link>
      <description>Thanks. I will submit an inquiry.&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Wed, 14 Sep 2005 03:50:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Runtime-error-with-LAPAACK-solver-DGELS/m-p/976142#M17106</guid>
      <dc:creator>rvwilson</dc:creator>
      <dc:date>2005-09-14T03:50:36Z</dc:date>
    </item>
  </channel>
</rss>

