<?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 Intel MKL BLACS fatal error in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-BLACS-fatal-error/m-p/1182472#M29396</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My program ends prematurely with the following message:&lt;/P&gt;
&lt;PRE class="brush:plain; class-name:dark; wrap-lines:false;"&gt;Intel MKL BLACS fatal error: cannot allocate memory, aborted. srun: error: n2176: task 0: Exited with exit code 255&lt;/PRE&gt;

&lt;P&gt;The function call that seem to fail is:&lt;/P&gt;

&lt;PRE class="brush:fortran; class-name:dark; wrap-lines:false;"&gt;blacs_gridinit(icontext,'r',nprows,npcols)&lt;/PRE&gt;

&lt;P&gt;The first call goes well but the second doesn't (Newton's algorithm), even though function&lt;/P&gt;

&lt;PRE class="brush:fortran; class-name:dark; wrap-lines:false;"&gt;blacs_exit(1)&lt;/PRE&gt;

&lt;P&gt;is used to exit BLACS. Any idea where it comes from?&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2020 08:22:47 GMT</pubDate>
    <dc:creator>bucaioni__thomas</dc:creator>
    <dc:date>2020-02-03T08:22:47Z</dc:date>
    <item>
      <title>Intel MKL BLACS fatal error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-BLACS-fatal-error/m-p/1182472#M29396</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My program ends prematurely with the following message:&lt;/P&gt;
&lt;PRE class="brush:plain; class-name:dark; wrap-lines:false;"&gt;Intel MKL BLACS fatal error: cannot allocate memory, aborted. srun: error: n2176: task 0: Exited with exit code 255&lt;/PRE&gt;

&lt;P&gt;The function call that seem to fail is:&lt;/P&gt;

&lt;PRE class="brush:fortran; class-name:dark; wrap-lines:false;"&gt;blacs_gridinit(icontext,'r',nprows,npcols)&lt;/PRE&gt;

&lt;P&gt;The first call goes well but the second doesn't (Newton's algorithm), even though function&lt;/P&gt;

&lt;PRE class="brush:fortran; class-name:dark; wrap-lines:false;"&gt;blacs_exit(1)&lt;/PRE&gt;

&lt;P&gt;is used to exit BLACS. Any idea where it comes from?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 08:22:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-BLACS-fatal-error/m-p/1182472#M29396</guid>
      <dc:creator>bucaioni__thomas</dc:creator>
      <dc:date>2020-02-03T08:22:47Z</dc:date>
    </item>
    <item>
      <title>Hi Thomas,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-BLACS-fatal-error/m-p/1182473#M29397</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;In order to troubleshoot this issue, please answer&amp;nbsp;the following questions:&lt;/P&gt;&lt;P&gt;1) Which Operating system (OS) are you running? What is the OS version?&lt;/P&gt;&lt;P&gt;2) Which compiler are you using? What is the version number?&lt;/P&gt;&lt;P&gt;3) What is the system configuration?&lt;/P&gt;&lt;P&gt;4) Can you provide me with code sample so that I can reproduce the error? Without the reproducer, it would be difficult to solve this issue.&lt;/P&gt;&lt;P&gt;5) Relating to question #5, please provide the instructions on how to compile/link the code as well as running instructions.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 18:18:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-BLACS-fatal-error/m-p/1182473#M29397</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2020-02-03T18:18:04Z</dc:date>
    </item>
    <item>
      <title>Hi Khang,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-BLACS-fatal-error/m-p/1182474#M29398</link>
      <description>&lt;P&gt;Hi Khang,&lt;/P&gt;&lt;P&gt;The problem is solved: blacs_gridinit() needs to be called only once at the beginning of the program, not at each matrix inversion.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 11:17:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-BLACS-fatal-error/m-p/1182474#M29398</guid>
      <dc:creator>bucaioni__thomas</dc:creator>
      <dc:date>2020-02-05T11:17:13Z</dc:date>
    </item>
    <item>
      <title>Hi Thomas,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-BLACS-fatal-error/m-p/1182475#M29399</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;I am glad that you are able to figure out the problem.&lt;/P&gt;&lt;P&gt;For your information, you can also&amp;nbsp;submit your issue to the Intel online service center or you email me directly.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 18:13:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-BLACS-fatal-error/m-p/1182475#M29399</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2020-02-05T18:13:24Z</dc:date>
    </item>
  </channel>
</rss>

