<?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: Rocky Linux 8 using IntelMPI occur error when normal users, good in root user. in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1648185#M11996</link>
    <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/399627"&gt;@haoyahao3&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please show the full output of&lt;/P&gt;
&lt;P&gt;I_MPI_DEBUG=10 I_MPI_HYDRA_DEBUG=1 mpirun -np 2 IMB-MPI1&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2024 09:09:27 GMT</pubDate>
    <dc:creator>TobiasK</dc:creator>
    <dc:date>2024-12-09T09:09:27Z</dc:date>
    <item>
      <title>Rocky Linux 8 using IntelMPI occur error when normal users, good in root user.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1648089#M11994</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Here is a strange error when using IntelMPI: After successful install and using IntelMPI runtime and complier, I have complied the fowllowing codes for mpi in&amp;nbsp; hello.f90 :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;PROGRAM hello_world_mpi

include 'mpif.h'

 

integer process_Rank, size_Of_Cluster, ierror, tag

 

call MPI_INIT(ierror)

call MPI_COMM_SIZE(MPI_COMM_WORLD, size_Of_Cluster, ierror)

call MPI_COMM_RANK(MPI_COMM_WORLD, process_Rank, ierror)

 

print *, 'Hello World from process: ', process_Rank, 'of ', size_Of_Cluster

 

call MPI_FINALIZE(ierror)

END PROGRAM&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have complied it by using intel ifork complier by&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; mpiifort hello.f90 -o hello&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then when I try to run such program as root user:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;&amp;gt; mpirun -n 2 ./hello

 Hello World from process:            1 of            2
 Hello World from process:            0 of            2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Everything goes right in root user.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;When I try to run this in any other user, it get:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;&amp;gt; mpirun -n 2 ./hello

[1733578910.431461221] RFRLServer7:rank89.hello: Unable to create send CQ of size 5080 on mlx5_bond_0: Cannot allocate memory
[1733578910.433054057] RFRLServer7:rank89.hello: Unable to initialize verbs NIC /sys/class/infiniband/mlx5_bond_0 (unit 0:0)
RFRLServer7:rank89: PSM3 can't open nic unit: 0 (err=23)
Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Unknown error class, error stack:
MPIR_Init_thread(193)........: 
MPID_Init(1715)..............: 
MPIDI_OFI_mpi_init_hook(1673): 
create_vni_context(2242).....: OFI endpoint open failed (ofi_init.c:2242:create_vni_context:Invalid argument)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;It&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;seems a wrong with this&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The ifork information: ifort (IFORT) 2021.13.1 20240703&lt;/P&gt;&lt;P&gt;The complier is 2024.2.&lt;/P&gt;&lt;P&gt;The intel MPI is Intel(R) MPI Library for Linux* OS, Version 2021.14 Build 20241121 (id: e7829d6).&lt;/P&gt;&lt;P&gt;My cpu is Intel(R) Xeon(R) Platinum 8360H CPU @ 3.00GHz.&lt;/P&gt;&lt;P&gt;The sysmtem is rocky linux 8.10.&lt;/P&gt;&lt;P&gt;Is there anyone could help me with this problem?&lt;/P&gt;&lt;P&gt;The same problem occur when I use the latest complier ifx.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 02:45:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1648089#M11994</guid>
      <dc:creator>haoyahao3</dc:creator>
      <dc:date>2024-12-09T02:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rocky Linux 8 using IntelMPI occur error when normal users, good in root user.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1648185#M11996</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/399627"&gt;@haoyahao3&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please show the full output of&lt;/P&gt;
&lt;P&gt;I_MPI_DEBUG=10 I_MPI_HYDRA_DEBUG=1 mpirun -np 2 IMB-MPI1&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 09:09:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1648185#M11996</guid>
      <dc:creator>TobiasK</dc:creator>
      <dc:date>2024-12-09T09:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rocky Linux 8 using IntelMPI occur error when normal users, good in root user.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1648585#M11999</link>
      <description>&lt;P&gt;Here is the ouput for your information:&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;[user01@RFRLServer7 ~]$ mpirun -np 2 IMB-MPI1
[mpiexec@RFRLServer7] Launch arguments: /opt/intel/oneapi/mpi/2021.14/bin//hydra_bstrap_proxy --upstream-host RFRLServer7 --upstream-port 43083 --pgid 0 --launcher ssh --launcher-number 0 --base-path /opt/intel/oneapi/mpi/2021.14/bin/ --tree-width 16 --tree-level 1 --time-left -1 --launch-type 2 --debug --proxy-id 0 --node-id 0 --subtree-size 1 --upstream-fd 7 /opt/intel/oneapi/mpi/2021.14/bin//hydra_pmi_proxy --usize -1 --auto-cleanup 1 --abort-signal 9 
[proxy:0:0@RFRLServer7] pmi cmd from fd 9: cmd=init pmi_version=1 pmi_subversion=1
[proxy:0:0@RFRLServer7] PMI response: cmd=response_to_init pmi_version=1 pmi_subversion=1 rc=0
[proxy:0:0@RFRLServer7] pmi cmd from fd 9: cmd=get_maxes
[proxy:0:0@RFRLServer7] PMI response: cmd=maxes kvsname_max=256 keylen_max=64 vallen_max=4096
[proxy:0:0@RFRLServer7] pmi cmd from fd 9: cmd=get_appnum
[proxy:0:0@RFRLServer7] PMI response: cmd=appnum appnum=0
[proxy:0:0@RFRLServer7] pmi cmd from fd 9: cmd=get_my_kvsname
[proxy:0:0@RFRLServer7] PMI response: cmd=my_kvsname kvsname=kvs_3502253_0
[proxy:0:0@RFRLServer7] pmi cmd from fd 9: cmd=get kvsname=kvs_3502253_0 key=PMI_process_mapping
[proxy:0:0@RFRLServer7] PMI response: cmd=get_result rc=0 msg=success value=(vector,(0,1,2))
[proxy:0:0@RFRLServer7] pmi cmd from fd 6: cmd=init pmi_version=1 pmi_subversion=1
[proxy:0:0@RFRLServer7] PMI response: cmd=response_to_init pmi_version=1 pmi_subversion=1 rc=0
[proxy:0:0@RFRLServer7] pmi cmd from fd 6: cmd=get_maxes
[proxy:0:0@RFRLServer7] PMI response: cmd=maxes kvsname_max=256 keylen_max=64 vallen_max=4096
[proxy:0:0@RFRLServer7] pmi cmd from fd 6: cmd=get_appnum
[proxy:0:0@RFRLServer7] PMI response: cmd=appnum appnum=0
[proxy:0:0@RFRLServer7] pmi cmd from fd 6: cmd=get_my_kvsname
[proxy:0:0@RFRLServer7] PMI response: cmd=my_kvsname kvsname=kvs_3502253_0
[proxy:0:0@RFRLServer7] pmi cmd from fd 6: cmd=get kvsname=kvs_3502253_0 key=PMI_process_mapping
[proxy:0:0@RFRLServer7] PMI response: cmd=get_result rc=0 msg=success value=(vector,(0,1,2))
[0] MPI startup(): Intel(R) MPI Library, Version 2021.14  Build 20241121 (id: e7829d6)
[0] MPI startup(): Copyright (C) 2003-2024 Intel Corporation.  All rights reserved.
[0] MPI startup(): library kind: release
[proxy:0:0@RFRLServer7] pmi cmd from fd 9: cmd=barrier_in
[proxy:0:0@RFRLServer7] pmi cmd from fd 6: cmd=put kvsname=kvs_3502253_0 key=-bcast-1-0 value=2F6465762F73686D2F496E74656C5F4D50495F6C4E676D597A
[proxy:0:0@RFRLServer7] PMI response: cmd=put_result rc=0 msg=success
[proxy:0:0@RFRLServer7] pmi cmd from fd 6: cmd=barrier_in
[proxy:0:0@RFRLServer7] PMI response: cmd=barrier_out
[proxy:0:0@RFRLServer7] PMI response: cmd=barrier_out
[proxy:0:0@RFRLServer7] pmi cmd from fd 9: cmd=get kvsname=kvs_3502253_0 key=-bcast-1-0
[proxy:0:0@RFRLServer7] PMI response: cmd=get_result rc=0 msg=success value=2F6465762F73686D2F496E74656C5F4D50495F6C4E676D597A
[0] MPI startup(): libfabric loaded: libfabric.so.1 
[0] MPI startup(): libfabric version: 1.21.0-impi
[0] MPI startup(): max number of MPI_Request per vci: 67108864 (pools: 1)
[0] MPI startup(): libfabric provider: psm3
[1733885461.826111329] RFRLServer7:rank0.IMB-MPI1: Unable to create send CQ of size 5080 on mlx5_bond_0: Cannot allocate memory
[1733885461.826473879] RFRLServer7:rank0.IMB-MPI1: Unable to initialize verbs NIC /sys/class/infiniband/mlx5_bond_0 (unit 0:0)
RFRLServer7:rank0: PSM3 can't open nic unit: 0 (err=23)
Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Unknown error class, error stack:
MPIR_Init_thread(193)........: 
MPID_Init(1715)..............: 
MPIDI_OFI_mpi_init_hook(1673): 
create_vni_context(2242).....: OFI endpoint open failed (ofi_init.c:2242:create_vni_context:Invalid argument)
[proxy:0:0@RFRLServer7] pmi cmd from fd 6: cmd=abort exitcode=1615247&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything to help you solve this problem?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 02:53:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1648585#M11999</guid>
      <dc:creator>haoyahao3</dc:creator>
      <dc:date>2024-12-11T02:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rocky Linux 8 using IntelMPI occur error when normal users, good in root user.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1653733#M12022</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/399627"&gt;@haoyahao3&lt;/a&gt;&amp;nbsp;did you configure ulimits correctly?&lt;BR /&gt;e.g. follow this description:&lt;BR /&gt;&lt;A href="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html-single/configuring_infiniband_and_rdma_networks/index#increasing-the-amount-of-memory-that-users-are-allowed-to-pin-in-the-system_configuring-infiniband-and-rdma-networks" target="_blank"&gt;https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html-single/configuring_infiniband_and_rdma_networks/index#increasing-the-amount-of-memory-that-users-are-allowed-to-pin-in-the-system_configuring-infiniband-and-rdma-networks&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 12:11:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1653733#M12022</guid>
      <dc:creator>TobiasK</dc:creator>
      <dc:date>2025-01-02T12:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rocky Linux 8 using IntelMPI occur error when normal users, good in root user.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1685793#M12134</link>
      <description>&lt;P&gt;I have configured the ulimited as the link. But the problem does not seem to be solved&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 01:31:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1685793#M12134</guid>
      <dc:creator>haoyahao3</dc:creator>
      <dc:date>2025-04-28T01:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rocky Linux 8 using IntelMPI occur error when normal users, good in root user.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1686029#M12136</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/399627"&gt;@haoyahao3&lt;/a&gt;&amp;nbsp;have you verified the settings with&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;ulimit -l&lt;/LI-CODE&gt;
&lt;P&gt;for the user account in question?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Usually those settings should be set by the MOFED installer, which IB stack are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 15:35:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Rocky-Linux-8-using-IntelMPI-occur-error-when-normal-users-good/m-p/1686029#M12136</guid>
      <dc:creator>TobiasK</dc:creator>
      <dc:date>2025-04-28T15:35:01Z</dc:date>
    </item>
  </channel>
</rss>

