<?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: MKL scalapack and example1.f in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-scalapack-and-example1-f/m-p/875216#M8848</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
The same thread with the &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70203" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=70203&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Art&lt;BR /&gt;</description>
    <pubDate>Mon, 30 Nov 2009 06:57:56 GMT</pubDate>
    <dc:creator>Artem_V_Intel</dc:creator>
    <dc:date>2009-11-30T06:57:56Z</dc:date>
    <item>
      <title>MKL scalapack and example1.f</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-scalapack-and-example1-f/m-p/875215#M8847</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I'm trying to start using MKL Scalapack and have downloaded example1.f from &lt;A href="http://www.netlib.org/scalapack/examples/" target="_blank"&gt;http://www.netlib.org/scalapack/examples/&lt;/A&gt;.&lt;BR /&gt;But it failes to start both on gfortran and ifort:&lt;BR /&gt;&lt;BR /&gt;If mpif77 points to ifort:&lt;BR /&gt;&lt;BR /&gt;$ mpif77 -g example1.f -L$MKL_LIB -lmkl_blacs -lmkl_scalapack_core -lmkl_core -lmkl_intel -lmkl_blacs_openmpi -lmkl_intel_thread -liomp5&lt;BR /&gt;$ mpirun -n 2 a.out&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image PC Routine Line Source &lt;BR /&gt;libmpi.so.0 B7A76097 Unknown Unknown Unknown&lt;BR /&gt;a.out 080559E0 Unknown Unknown Unknown&lt;BR /&gt;a.out 08055991 Unknown Unknown Unknown&lt;BR /&gt;libc.so.6 B75C0A4C Unknown Unknown Unknown&lt;BR /&gt;a.out 080558A1 Unknown Unknown Unknown&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image PC Routine Line Source &lt;BR /&gt;libmpi.so.0 B7B00097 Unknown Unknown Unknown&lt;BR /&gt;a.out 080559E0 Unknown Unknown Unknown&lt;BR /&gt;a.out 08055991 Unknown Unknown Unknown&lt;BR /&gt;libc.so.6 B764AA4C Unknown Unknown Unknown&lt;BR /&gt;a.out 080558A1 Unknown Unknown Unknown&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;mpirun has exited due to process rank 0 with PID 21960 on&lt;BR /&gt;node pc7229 exiting without calling "finalize". This may&lt;BR /&gt;have caused other processes in the application to be&lt;BR /&gt;terminated by signals sent by mpirun (as reported here).&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Also with gfortran:&lt;BR /&gt;&lt;BR /&gt;$ mpif77 -g example1.f -L$MKL_LIB -lmkl_blacs -lmkl_scalapack_core -lmkl_core -lmkl_gf -lmkl_blacs_openmpi -lmkl_gnu_thread -liomp5&lt;BR /&gt;$ mpirun -n 2 a.out&lt;BR /&gt;[pc7229:21994] *** Process received signal ***&lt;BR /&gt;[pc7229:21995] *** Process received signal ***&lt;BR /&gt;[pc7229:21994] Signal: Segmentation fault (11)&lt;BR /&gt;[pc7229:21994] Signal code: Address not mapped (1)&lt;BR /&gt;[pc7229:21994] Failing at address: 0xcf&lt;BR /&gt;[pc7229:21994] *** End of error message ***&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;mpirun noticed that process rank 0 with PID 21994 on node pc7229 exited on signal 11 (Segmentation fault).&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;I'm using ifort 10.0.026, gfortran 4.4.2, openmpi 1.3.3, Intel MKL 10.0.5.025.&lt;BR /&gt;Where can be the problem?&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Nov 2009 08:02:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-scalapack-and-example1-f/m-p/875215#M8847</guid>
      <dc:creator>semyon</dc:creator>
      <dc:date>2009-11-28T08:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: MKL scalapack and example1.f</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-scalapack-and-example1-f/m-p/875216#M8848</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
The same thread with the &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=70203" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=70203&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Art&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Nov 2009 06:57:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-scalapack-and-example1-f/m-p/875216#M8848</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2009-11-30T06:57:56Z</dc:date>
    </item>
  </channel>
</rss>

