<?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 segmentation fault only with mkl on intel cluster, MPI parallel in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782473#M398</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm moving this to the Intel Clusters and HPC Technology forum so that the Intel Software Development Products team can help.&lt;/P&gt;&lt;P&gt;==&lt;BR /&gt;Aubrey W.&lt;BR /&gt;Intel Software Network Support&lt;/P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;/SPAN&gt;</description>
    <pubDate>Mon, 19 Jul 2010 20:32:30 GMT</pubDate>
    <dc:creator>Aubrey_W_</dc:creator>
    <dc:date>2010-07-19T20:32:30Z</dc:date>
    <item>
      <title>segmentation fault only with mkl on intel cluster, MPI parallelization</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782472#M397</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to run a mpi-application on a linux cluster Intel Xeon; it has been compiled with the intel fortran and c compilers(version 10.1) and mkl collection(version 10.0). &lt;BR /&gt;&lt;BR /&gt;I don't get any error at compile time but I do get the following run-time error:&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------------------------&lt;BR /&gt; Parallel environment (un)loaded (OpenMPI+Intel)&lt;BR /&gt;&lt;BR /&gt;[n017:03307] *** Process received signal ***&lt;BR /&gt;[n017:03307] Signal: Segmentation fault (11)&lt;BR /&gt;[n017:03307] Signal code: Address not mapped (1)&lt;BR /&gt;[n017:03307] Failing at address: 0x1&lt;BR /&gt;[n017:03307] [ 0] /lib64/libpthread.so.0 [0x2b2d247fc7c0]&lt;BR /&gt;[n017:03307] [ 1] /opt/intel/mkl/10.0.5.025/lib/em64t/libmkl_lapack.so(mkl_lapack_dlarre+0xc3) [0x2aaab40d0247]&lt;BR /&gt;[n017:03307] *** End of error message ***&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;mpirun noticed that process rank 0 with PID 3307 on node n017 exited on signal 11 (Segmentation fault).&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;This error doesn't show up immediately, but after some computations have been successfully(?) performed.&lt;BR /&gt;&lt;BR /&gt;It looks strange that in the error report there is a reference to libmkl_lapack.so, because I link just with &lt;BR /&gt;-lmkl_intel_lp64 -lmkl_sequential -lmkl_core&lt;BR /&gt;in fact I don't need lapack in my application, but only blas. I am linking to mkl for em64t architecture, and I am using sequential mkl because the application is parallelized with mpi and I don't want the threaded mkl to interfer with it. I have also tried to link to&lt;BR /&gt;-lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core &lt;BR /&gt;with variable OMP_NUM_THREADS=1 in the makefile, but it doesn't work either.&lt;BR /&gt;&lt;BR /&gt;The full linking line I am using in my application is &lt;BR /&gt;&lt;BR /&gt;-lgsl -lgslcblas -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lguide -lpthread&lt;BR /&gt;plus some user defined libraries.&lt;BR /&gt;&lt;BR /&gt;By the way the same application compiled with intel compilers and the acml(non-threaded) library works on the same cluster without giving a segmentation fault.&lt;BR /&gt;&lt;BR /&gt;I don't understand what I could have done wrong. Does anybody have any hint? Any help is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jul 2010 15:23:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782472#M397</guid>
      <dc:creator>afylot1</dc:creator>
      <dc:date>2010-07-09T15:23:04Z</dc:date>
    </item>
    <item>
      <title>segmentation fault only with mkl on intel cluster, MPI parallel</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782473#M398</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm moving this to the Intel Clusters and HPC Technology forum so that the Intel Software Development Products team can help.&lt;/P&gt;&lt;P&gt;==&lt;BR /&gt;Aubrey W.&lt;BR /&gt;Intel Software Network Support&lt;/P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;/SPAN&gt;</description>
      <pubDate>Mon, 19 Jul 2010 20:32:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782473#M398</guid>
      <dc:creator>Aubrey_W_</dc:creator>
      <dc:date>2010-07-19T20:32:30Z</dc:date>
    </item>
    <item>
      <title>segmentation fault only with mkl on intel cluster, MPI parallel</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782474#M399</link>
      <description>Hi Afylot,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;Are you running mpi based application with MKL, but I cannot see any *.libraries which are supported MPI?&lt;/DIV&gt;&lt;DIV&gt;if you don't need MPI -based functionality from MKL ( no CFFT or Scalapack) then, link&lt;/DIV&gt;&lt;DIV&gt;-lmkl_intel_lp64 -lmkl_sequential -lmkl_core &lt;S&gt;-lguide &lt;/S&gt;-lpthread.&lt;/DIV&gt;&lt;DIV&gt;if the probelm will be there - may you update the MKL? The version you uses is very aged, and many many problems were fixed since this version ( 10.1, 10.2 and the latest 10.3 beta release 1 month ago).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jul 2010 08:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782474#M399</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-07-21T08:42:00Z</dc:date>
    </item>
    <item>
      <title>segmentation fault only with mkl on intel cluster, MPI parallel</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782475#M400</link>
      <description>&lt;DIV&gt;Also, I've found useful the following link, it shows you how the linking should be done under different scenarios. I would give it a try.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;-- Andres&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jul 2010 12:42:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782475#M400</guid>
      <dc:creator>Andres_M_Intel4</dc:creator>
      <dc:date>2010-07-21T12:42:14Z</dc:date>
    </item>
    <item>
      <title>segmentation fault only with mkl on intel cluster, MPI parallel</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782476#M401</link>
      <description>I see this is an MKL issue, so I've moved it again.&lt;BR /&gt;&lt;BR /&gt;==&lt;BR /&gt;Aubrey W.&lt;BR /&gt;Intel Software Network Support</description>
      <pubDate>Wed, 21 Jul 2010 14:19:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782476#M401</guid>
      <dc:creator>Intel_Software_Netw1</dc:creator>
      <dc:date>2010-07-21T14:19:02Z</dc:date>
    </item>
    <item>
      <title>segmentation fault only with mkl on intel cluster, MPI parallel</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782477#M402</link>
      <description>I changed to mkl v10.2 and compiler v10.1, I don't have such problem anymore.&lt;BR /&gt;&lt;BR /&gt;@Andreas &lt;BR /&gt;It seems very useful, I think I am going to use it a lot.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Aug 2010 22:26:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/segmentation-fault-only-with-mkl-on-intel-cluster-MPI/m-p/782477#M402</guid>
      <dc:creator>afylot1</dc:creator>
      <dc:date>2010-08-01T22:26:52Z</dc:date>
    </item>
  </channel>
</rss>

