<?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 How to catch MPI exception in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837800#M1406</link>
    <description>Hi Jimmy,&lt;BR /&gt;&lt;BR /&gt;Please take a look at the example: &lt;A href="http://www.rz.rwth-aachen.de/global/show_document.asp?id=aaaaaaaaaabluvs"&gt;here&lt;/A&gt;&lt;BR /&gt;If you do everything correctly but cannot catch an exception that probably means that MPI functon doesn't return error code.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Apr 2010 08:21:21 GMT</pubDate>
    <dc:creator>Dmitry_K_Intel2</dc:creator>
    <dc:date>2010-04-19T08:21:21Z</dc:date>
    <item>
      <title>How to catch MPI exception</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837799#M1405</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; Is there support for MPI::ERRORS_THROW_EXCEPTIONS?&lt;BR /&gt;&lt;BR /&gt; I notice thatany exception is not caught when there is network loss.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 19 Apr 2010 06:49:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837799#M1405</guid>
      <dc:creator>Jimmy821</dc:creator>
      <dc:date>2010-04-19T06:49:21Z</dc:date>
    </item>
    <item>
      <title>How to catch MPI exception</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837800#M1406</link>
      <description>Hi Jimmy,&lt;BR /&gt;&lt;BR /&gt;Please take a look at the example: &lt;A href="http://www.rz.rwth-aachen.de/global/show_document.asp?id=aaaaaaaaaabluvs"&gt;here&lt;/A&gt;&lt;BR /&gt;If you do everything correctly but cannot catch an exception that probably means that MPI functon doesn't return error code.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2010 08:21:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837800#M1406</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-04-19T08:21:21Z</dc:date>
    </item>
    <item>
      <title>How to catch MPI exception</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837801#M1407</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you please clarify what MPI implementation we are talking about? In the Intel MPi Library the MPI::ERRORS_THROW_EXCEPTIONS is supported according to MPI standard specifications.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Andrey</description>
      <pubDate>Mon, 19 Apr 2010 08:36:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837801#M1407</guid>
      <dc:creator>Andrey_D_Intel</dc:creator>
      <dc:date>2010-04-19T08:36:33Z</dc:date>
    </item>
    <item>
      <title>How to catch MPI exception</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837802#M1408</link>
      <description>I am using Intel MPI 4.0. I am running 3 instances of my application on the same computer. To test the exception handling, I forcefully terminate one instance of the application.&lt;BR /&gt;&lt;BR /&gt;However, it appears that the catch block of the 2 other instances are not triggered. I use standard MPI functions such as MPI_TEST, MPI_BCAST, MPI_IRECV, MPI_SEND, MPI_PEEK.&lt;BR /&gt;&lt;BR /&gt;Can I additionally check how to use the I_MPI_TCP_NETMASK flag in a configuration file. I could not include this in any way.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 19 Apr 2010 10:43:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837802#M1408</guid>
      <dc:creator>Jimmy821</dc:creator>
      <dc:date>2010-04-19T10:43:15Z</dc:date>
    </item>
    <item>
      <title>How to catch MPI exception</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837803#M1409</link>
      <description>Just a quick update... I realised that I am able to catch an exception due to software error. For example, there is a mis-match between data size.&lt;BR /&gt;&lt;BR /&gt;However, my objective is to catch errors due to network disconnection, or the other nodes hang abruptly. In this case, I read that there is no way because mpiexec does not trap the errors and will proceed to terminate all running processes.</description>
      <pubDate>Mon, 19 Apr 2010 13:38:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837803#M1409</guid>
      <dc:creator>jimmy82</dc:creator>
      <dc:date>2010-04-19T13:38:55Z</dc:date>
    </item>
    <item>
      <title>How to catch MPI exception</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837804#M1410</link>
      <description>Hi Jimmy,&lt;BR /&gt;&lt;BR /&gt;Please read clause 5 of the Reference Manual about fault tolerance - might be this is your case (or might be you are talking about check-points).&lt;BR /&gt;Mpiexec does not catch errors! Mpiexec aborts an application if one of the processes has been aborted because of error.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2010 05:29:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-catch-MPI-exception/m-p/837804#M1410</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-04-20T05:29:14Z</dc:date>
    </item>
  </channel>
</rss>

