<?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: MPI Fortran program hangs at MPI_RECV hangs in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1572100#M11531</link>
    <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/245425"&gt;@TobiasK&lt;/a&gt;&amp;nbsp;Thanks for the link.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I directly install a trace analyzer in the HPC cluster using the link you provided?&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using Linux-CentOS.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 00:06:04 GMT</pubDate>
    <dc:creator>Niyas</dc:creator>
    <dc:date>2024-02-14T00:06:04Z</dc:date>
    <item>
      <title>MPI Fortran program hangs at MPI_RECV hangs</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1569978#M11517</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm encountering an issue with a large, in-house Fortran MPI code where the program consistently hangs at the MPI_RECV call. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unfortunately, due to the code's sensitivity and the limitations of this public forum, I'm unable to share the entire code or create a simplified version for demonstration purposes.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Despite these constraints, I would be grateful if you could offer any suggestions or troubleshooting steps that might help me identify and resolve the hanging issue.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thank you for your time and assistance.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 03:01:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1569978#M11517</guid>
      <dc:creator>Niyas</dc:creator>
      <dc:date>2024-02-07T03:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: MPI Fortran program hangs at MPI_RECV hangs</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1570172#M11518</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/272890"&gt;@Niyas&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;you might want to consider priority support where we offer a direct channel to Intel engineers and also a clear way how to share confidential data.&lt;BR /&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/support.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/support.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Without a reproducer or anything to work with, the only advice I can give you is to run with -check_mpi enabled. This should help you to identify some coding errors.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 10:43:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1570172#M11518</guid>
      <dc:creator>TobiasK</dc:creator>
      <dc:date>2024-02-07T10:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: MPI Fortran program hangs at MPI_RECV hangs</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1570403#M11520</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/245425"&gt;@TobiasK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, I using the following script file for MPI execution.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;#!/bin/bash

#PBS -N RDE3D04MPI
#PBS -o /home/..../Result_out.out
#PBS -e /home/..../Result_err.out
#PBS -l nodes=lc601:ppn=36+lc602:ppn=36+lc603:ppn=36+lc604:ppn=33

cd /home/..../06RPL3DRDEoldMPI
mpiexec -np 141 ./RPL3DRDEMPI.exe&lt;/LI-CODE&gt;&lt;P&gt;In this file, where should I add -check_mpi?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 01:08:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1570403#M11520</guid>
      <dc:creator>Niyas</dc:creator>
      <dc:date>2024-02-08T01:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: MPI Fortran program hangs at MPI_RECV hangs</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1570914#M11522</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/272890"&gt;@Niyas&lt;/a&gt;&amp;nbsp;yes, you can insert -check_mpi directly after mpiexec, for your reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/trace-analyzer-collector/user-guide-reference/2021-10/correctness-checking-of-mpi-applications.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/trace-analyzer-collector/user-guide-reference/2021-10/correctness-checking-of-mpi-applications.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 08:42:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1570914#M11522</guid>
      <dc:creator>TobiasK</dc:creator>
      <dc:date>2024-02-09T08:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: MPI Fortran program hangs at MPI_RECV hangs</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1570924#M11525</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/245425"&gt;@TobiasK&lt;/a&gt;&amp;nbsp;I tried exactly the following lines&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;mpiexec -check_mpi -np 141 ./RPL3DRDEMPI.exe&lt;/LI-CODE&gt;&lt;P&gt;But, I get the error as the following file,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libVTmc.so' from LD_PRELOAD cannot be preloaded: ignored.&lt;/LI-CODE&gt;&lt;P&gt;Please find the attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I turned on tracking by adding "export VT_CHECK_TRACING=on" in the bashrc as follows but still the error persist,&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;##intel compiler
source /opt/intel/oneapi/compiler/latest/env/vars.sh
source /opt/intel/oneapi/mpi/2021.5.1/env/vars.sh
export I_MPI_HYDRA_BOOTSTRAP=ssh

export VT_CHECK_TRACING=on&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 09:08:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1570924#M11525</guid>
      <dc:creator>Niyas</dc:creator>
      <dc:date>2024-02-09T09:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: MPI Fortran program hangs at MPI_RECV hangs</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1571870#M11527</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/272890"&gt;@Niyas&lt;/a&gt;&amp;nbsp;Please follow the instructions to install&amp;nbsp;Intel® Trace Analyzer and Collector&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/trace-analyzer-collector/user-guide-reference/2021-10/overview.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/trace-analyzer-collector/user-guide-reference/2021-10/overview.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 11:26:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1571870#M11527</guid>
      <dc:creator>TobiasK</dc:creator>
      <dc:date>2024-02-13T11:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: MPI Fortran program hangs at MPI_RECV hangs</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1572100#M11531</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/245425"&gt;@TobiasK&lt;/a&gt;&amp;nbsp;Thanks for the link.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I directly install a trace analyzer in the HPC cluster using the link you provided?&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using Linux-CentOS.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 00:06:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1572100#M11531</guid>
      <dc:creator>Niyas</dc:creator>
      <dc:date>2024-02-14T00:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: MPI Fortran program hangs at MPI_RECV hangs</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1572236#M11532</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/272890"&gt;@Niyas&lt;/a&gt;&amp;nbsp;CentOS is not supported by our current release.&lt;BR /&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-trace-analyzer-and-collector-release-notes-linux.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-trace-analyzer-and-collector-release-notes-linux.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Operating systems:
&lt;UL&gt;
&lt;LI&gt;Amazon Linux 2, 2022&lt;/LI&gt;
&lt;LI&gt;Debian* 11.x&lt;/LI&gt;
&lt;LI&gt;Fedora* 37, 38&lt;/LI&gt;
&lt;LI&gt;Rocky 9&lt;/LI&gt;
&lt;LI&gt;Red Hat Enterprise Linux* 8.x, 9.x&lt;/LI&gt;
&lt;LI&gt;SUSE Linux Enterprise Server* 15SP3, 15SP4&lt;/LI&gt;
&lt;LI&gt;Ubuntu* 20.04, 22.04&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You may still try install the package either as part of the HPC kit or as standalone available here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#trace" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#trace&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, since you are running on an unsupported OS, I cannot help you if something is not working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 09:27:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-Fortran-program-hangs-at-MPI-RECV-hangs/m-p/1572236#M11532</guid>
      <dc:creator>TobiasK</dc:creator>
      <dc:date>2024-02-14T09:27:49Z</dc:date>
    </item>
  </channel>
</rss>

