<?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: Intel MPI ''helloworld&amp;quot; program not work on the machine in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426804#M9987</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below is the answer of you first question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NAME="openSUSE Leap"&lt;BR /&gt;VERSION="15.2"&lt;BR /&gt;ID="opensuse-leap"&lt;BR /&gt;ID_LIKE="suse opensuse"&lt;BR /&gt;VERSION_ID="15.2"&lt;BR /&gt;PRETTY_NAME="openSUSE Leap 15.2"&lt;BR /&gt;ANSI_COLOR="0;32"&lt;BR /&gt;CPE_NAME="cpe:/o:opensuse:leap:15.2"&lt;BR /&gt;BUG_REPORT_URL="&lt;A href="https://bugs.opensuse.org" target="_blank"&gt;https://bugs.opensuse.org&lt;/A&gt;"&lt;BR /&gt;HOME_URL="&lt;A href="https://www.opensuse.org/" target="_blank"&gt;https://www.opensuse.org/&lt;/A&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the second question, i guess I am&amp;nbsp;&lt;SPAN&gt;using a terminal to run the application manually. But, I am not sure, because the workstation is&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;not&amp;nbsp;configured by me. Meanwhile, I plan to close this discussion because our project is close to end and maybe we don't need to use this&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;workstation anymore. Anyway, really thanks for your kindly help, which helps me a lot!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks and best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xu&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 16:28:11 GMT</pubDate>
    <dc:creator>xulisdu</dc:creator>
    <dc:date>2022-11-01T16:28:11Z</dc:date>
    <item>
      <title>Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1417089#M9860</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am reading the article "Essential Guide to Distributed Memory Coarray Fortran with the Intel Fortran Compiler for Linux“ (&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/technical/distributed-memory-coarray-fortran-with-the-intel-fortran-compiler-for-linux-essential.html" target="_blank" rel="noopener"&gt;Essential Guide to Distributed Memory Coarray Fortran with the Intel...&lt;/A&gt;), following which I should try if the&amp;nbsp;&lt;SPAN&gt;MPI 'hello world' program from that article can be run on the machine&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;successfully first. The&amp;nbsp;MPI 'hello world' program (MPI_hello.f90) reads:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;  Program hello_world
   use mpi

   integer rank, size, ierror, tag, status(MPI_STATUS_SIZE)
   
   call MPI_INIT(ierror)
   call MPI_COMM_SIZE(MPI_COMM_WORLD, size, ierror)
   call MPI_COMM_RANK(MPI_COMM_WORLD, rank, ierror)
   print*, 'node', rank, ': Hello world'
   call MPI_FINALIZE(ierror)

   end&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;I compile it by:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; mpiifort -c helloworld.f90&lt;/P&gt;
&lt;P&gt;&amp;nbsp; mpiifort -o hello helloworld.o&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I run ./hello I get some errors like&lt;/P&gt;
&lt;P&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[0] MPI startup(): FI_PSM3_UUID was not generated, please set it to avoid possible resources ownership conflicts between MPI processes&lt;BR /&gt;[qelr_create_cq:256]create cq: failed with rc = 22&lt;BR /&gt;leonhard-15:pid109993.hello: Unable to create send CQ of size 5080 on qedr0: Invalid argument&lt;BR /&gt;leonhard-15:pid109993.hello: Unable to initialize verbs NIC /sys/class/infiniband/qedr0 (unit 0:0)&lt;BR /&gt;leonhard-15:pid109993: PSM3 can't open nic unit: 0 (err=23)&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;[leonhard-15:109993:0:109993] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))&lt;BR /&gt;==== backtrace ====&lt;BR /&gt;0 /usr/lib64/libucs.so.0(+0x1b55c) [0x1488e236155c]&lt;BR /&gt;1 /usr/lib64/libucs.so.0(+0x1b712) [0x1488e2361712]&lt;BR /&gt;2 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPIR_Err_return_comm+0x15d) [0x1488e63d6b2d]&lt;BR /&gt;3 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPI_Init+0x150) [0x1488e656b5a0]&lt;BR /&gt;4 /opt/intel/oneapi/mpi/2021.6.0//lib/libmpifort.so.12(PMPI_INIT+0x1b) [0x1488e7a0a85b]&lt;BR /&gt;5 ./hello() [0x4030ee]&lt;BR /&gt;6 ./hello() [0x403092]&lt;BR /&gt;7 /lib64/libc.so.6(__libc_start_main+0xea) [0x1488e53dc3ea]&lt;BR /&gt;8 ./hello() [0x402faa]&lt;BR /&gt;===================&lt;BR /&gt;Segmentation fault (core dumped)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My ifort and mpiifort versions are&lt;/P&gt;
&lt;P&gt;mpiifort for the Intel(R) MPI Library 2021.6 for Linux*&lt;BR /&gt;Copyright Intel Corporation.&lt;BR /&gt;ifort version 2021.6.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the intel processor for this machine is&amp;nbsp;Intel(R) Xeon(R) Gold 6254 CPU @ 3.10GHz.&lt;/P&gt;
&lt;P&gt;This program can be run successfully on another machine with the processor&amp;nbsp;Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz. I am new for linux machine. And I don't know what to do about this. Could you give me some suggestions?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2022 18:34:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1417089#M9860</guid>
      <dc:creator>xulisdu</dc:creator>
      <dc:date>2022-09-24T18:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1417292#M9866</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know the OS details, and hardware details you are using?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please confirm if you can run the below command without any error?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mpirun -n 3 hostname&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide us with the outputs for the below commands:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;1) I_MPI_DEBUG=30 FI_LOG_LEVEL=debug mpirun -n 4 ./hello
2) lscpu&lt;/LI-CODE&gt;
&lt;P&gt;Could you please let us know on how many nodes you are running MPI code(single or multi-node)?&lt;/P&gt;
&lt;P&gt;And also, we recommend you use 2 or more ranks to launch your MPI Applications. So, use the below commands for compiling and running the MPI code:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mpiifort helloworld.f90 -o hello
mpirun -n 4 ./hello&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 10:56:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1417292#M9866</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-09-26T10:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1417390#M9868</link>
      <description>&lt;P&gt;Hi Varsha,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you very much for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The OS is&lt;/P&gt;
&lt;P&gt;"Linux version 5.3.18-150300.59.43-default (geeko@buildhost) (gcc version 7.5.0 (SUSE Linux))"；&lt;/P&gt;
&lt;P&gt;The results after "mpirun -n 3 hostname":&amp;nbsp;leonhard-15 leonhard-15 leonhard-15;&lt;/P&gt;
&lt;P&gt;The results after " I_MPI_DEBUG=30 FI_LOG_LEVEL=debug mpirun -n 4 ./hello":&lt;/P&gt;
&lt;P&gt;MPI startup(): Pinning environment could not be initialized correctly. Intel MPI process pinning will not be used.&lt;BR /&gt;Possible reason: Using Slurm's srun or other job submission commands from other job schedulers to launch your MPI job. In this case, job scheduler specified pinning will be used.&lt;BR /&gt;MPI startup(): PMI server not found. Please set I_MPI_PMI_LIBRARY variable if it is not a singleton case.&lt;BR /&gt;[0] MPI startup(): Intel(R) MPI Library, Version 2021.6 Build 20220227 (id: 28877f3f32)&lt;BR /&gt;[0] MPI startup(): Copyright (C) 2003-2022 Intel Corporation. All rights reserved.&lt;BR /&gt;[0] MPI startup(): library kind: release&lt;BR /&gt;MPI startup(): Pinning environment could not be initialized correctly. Intel MPI process pinning will not be used.&lt;BR /&gt;Possible reason: Using Slurm's srun or other job submission commands from other job schedulers to launch your MPI job. In this case, job scheduler specified pinning will be used.&lt;BR /&gt;MPI startup(): PMI server not found. Please set I_MPI_PMI_LIBRARY variable if it is not a singleton case.&lt;BR /&gt;[0] MPI startup(): Intel(R) MPI Library, Version 2021.6 Build 20220227 (id: 28877f3f32)&lt;BR /&gt;[0] MPI startup(): Copyright (C) 2003-2022 Intel Corporation. All rights reserved.&lt;BR /&gt;[0] MPI startup(): library kind: release&lt;BR /&gt;[0] MPI startup(): libfabric version: 1.13.2rc1-impi&lt;BR /&gt;libfabric:88637:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88637:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;BR /&gt;libfabric:88637:core:core:ze_hmem_dl_init():422&amp;lt;warn&amp;gt; Failed to dlopen libze_loader.so&lt;BR /&gt;libfabric:88637:core:core:ofi_hmem_init():214&amp;lt;warn&amp;gt; Failed to initialize hmem iface FI_HMEM_ZE: No data available&lt;BR /&gt;libfabric:88637:core:mr:ofi_default_cache_size():78&amp;lt;info&amp;gt; default cache size=2816918428&lt;BR /&gt;MPI startup(): Pinning environment could not be initialized correctly. Intel MPI process pinning will not be used.&lt;BR /&gt;Possible reason: Using Slurm's srun or other job submission commands from other job schedulers to launch your MPI job. In this case, job scheduler specified pinning will be used.&lt;BR /&gt;[0] MPI startup(): libfabric version: 1.13.2rc1-impi&lt;BR /&gt;MPI startup(): PMI server not found. Please set I_MPI_PMI_LIBRARY variable if it is not a singleton case.&lt;BR /&gt;[0] MPI startup(): Intel(R) MPI Library, Version 2021.6 Build 20220227 (id: 28877f3f32)&lt;BR /&gt;[0] MPI startup(): Copyright (C) 2003-2022 Intel Corporation. All rights reserved.&lt;BR /&gt;[0] MPI startup(): library kind: release&lt;BR /&gt;libfabric:88638:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88638:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;BR /&gt;libfabric:88638:core:core:ze_hmem_dl_init():422&amp;lt;warn&amp;gt; Failed to dlopen libze_loader.so&lt;BR /&gt;libfabric:88638:core:core:ofi_hmem_init():214&amp;lt;warn&amp;gt; Failed to initialize hmem iface FI_HMEM_ZE: No data available&lt;BR /&gt;libfabric:88638:core:mr:ofi_default_cache_size():78&amp;lt;info&amp;gt; default cache size=2816918428&lt;BR /&gt;libfabric:88637:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: verbs (113.20)&lt;BR /&gt;libfabric:88637:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: tcp (113.20)&lt;BR /&gt;libfabric:88637:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: sockets (113.20)&lt;BR /&gt;libfabric:88637:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88637:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;BR /&gt;libfabric:88637:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ZE not supported&lt;BR /&gt;libfabric:88637:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: shm (114.0)&lt;BR /&gt;MPI startup(): Pinning environment could not be initialized correctly. Intel MPI process pinning will not be used.&lt;BR /&gt;Possible reason: Using Slurm's srun or other job submission commands from other job schedulers to launch your MPI job. In this case, job scheduler specified pinning will be used.&lt;BR /&gt;libfabric:88637:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88637:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;BR /&gt;libfabric:88637:core:core:ze_hmem_dl_init():422&amp;lt;warn&amp;gt; Failed to dlopen libze_loader.so&lt;BR /&gt;libfabric:88637:core:core:ofi_hmem_init():214&amp;lt;warn&amp;gt; Failed to initialize hmem iface FI_HMEM_ZE: No data available&lt;BR /&gt;libfabric:88637:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: ofi_rxm (113.20)&lt;BR /&gt;MPI startup(): PMI server not found. Please set I_MPI_PMI_LIBRARY variable if it is not a singleton case.&lt;BR /&gt;[0] MPI startup(): Intel(R) MPI Library, Version 2021.6 Build 20220227 (id: 28877f3f32)&lt;BR /&gt;[0] MPI startup(): Copyright (C) 2003-2022 Intel Corporation. All rights reserved.&lt;BR /&gt;[0] MPI startup(): library kind: release&lt;BR /&gt;libfabric:88638:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: verbs (113.20)&lt;BR /&gt;[0] MPI startup(): libfabric version: 1.13.2rc1-impi&lt;BR /&gt;libfabric:88638:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: tcp (113.20)&lt;BR /&gt;libfabric:88639:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88639:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;BR /&gt;libfabric:88639:core:core:ze_hmem_dl_init():422&amp;lt;warn&amp;gt; Failed to dlopen libze_loader.so&lt;BR /&gt;libfabric:88639:core:core:ofi_hmem_init():214&amp;lt;warn&amp;gt; Failed to initialize hmem iface FI_HMEM_ZE: No data available&lt;BR /&gt;libfabric:88639:core:mr:ofi_default_cache_size():78&amp;lt;info&amp;gt; default cache size=2816918428&lt;BR /&gt;libfabric:88638:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: sockets (113.20)&lt;BR /&gt;libfabric:88638:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88638:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;BR /&gt;libfabric:88638:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ZE not supported&lt;BR /&gt;libfabric:88638:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: shm (114.0)&lt;BR /&gt;libfabric:88638:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88638:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;BR /&gt;libfabric:88638:core:core:ze_hmem_dl_init():422&amp;lt;warn&amp;gt; Failed to dlopen libze_loader.so&lt;BR /&gt;libfabric:88638:core:core:ofi_hmem_init():214&amp;lt;warn&amp;gt; Failed to initialize hmem iface FI_HMEM_ZE: No data available&lt;BR /&gt;libfabric:88638:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: ofi_rxm (113.20)&lt;BR /&gt;libfabric:88639:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: verbs (113.20)&lt;BR /&gt;[0] MPI startup(): libfabric version: 1.13.2rc1-impi&lt;BR /&gt;libfabric:88639:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: tcp (113.20)&lt;BR /&gt;libfabric:88640:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88640:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;BR /&gt;libfabric:88639:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: sockets (113.20)&lt;BR /&gt;libfabric:88640:core:core:ze_hmem_dl_init():422&amp;lt;warn&amp;gt; Failed to dlopen libze_loader.so&lt;BR /&gt;libfabric:88640:core:core:ofi_hmem_init():214&amp;lt;warn&amp;gt; Failed to initialize hmem iface FI_HMEM_ZE: No data available&lt;BR /&gt;libfabric:88640:core:mr:ofi_default_cache_size():78&amp;lt;info&amp;gt; default cache size=2816918428&lt;BR /&gt;libfabric:88639:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88639:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;BR /&gt;libfabric:88639:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ZE not supported&lt;BR /&gt;libfabric:88639:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: shm (114.0)&lt;BR /&gt;libfabric:88639:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88639:core:core:ofi_hmem_init():209&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;BR /&gt;libfabric:88639:core:core:ze_hmem_dl_init():422&amp;lt;warn&amp;gt; Failed to dlopen libze_loader.so&lt;BR /&gt;libfabric:88639:core:core:ofi_hmem_init():214&amp;lt;warn&amp;gt; Failed to initialize hmem iface FI_HMEM_ZE: No data available&lt;BR /&gt;libfabric:88639:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: ofi_rxm (113.20)&lt;BR /&gt;libfabric:88640:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: verbs (113.20)&lt;BR /&gt;libfabric:88640:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: tcp (113.20)&lt;BR /&gt;libfabric:88640:core:core:ofi_register_provider():474&amp;lt;info&amp;gt; registering provider: sockets (113.20)&lt;BR /&gt;libfabric:88640:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_CUDA not supported&lt;BR /&gt;libfabric:88640:core:core:ofi_hmem_init():222&amp;lt;info&amp;gt; Hmem iface FI_HMEM_ROCR not supported&lt;/P&gt;
&lt;P&gt;............................&lt;/P&gt;
&lt;P&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;[leonhard-15:88695:0:88695] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))&lt;BR /&gt;==== backtrace ====&lt;BR /&gt;0 /usr/lib64/libucs.so.0(+0x1b55c) [0x14cf33f1755c]&lt;BR /&gt;1 /usr/lib64/libucs.so.0(+0x1b712) [0x14cf33f17712]&lt;BR /&gt;2 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPIR_Err_return_comm+0x15d) [0x14cf37f8cb2d]&lt;BR /&gt;3 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPI_Init+0x150) [0x14cf381215a0]&lt;BR /&gt;4 /opt/intel/oneapi/mpi/2021.6.0//lib/libmpifort.so.12(PMPI_INIT+0x1b) [0x14cf395c085b]&lt;BR /&gt;5 ./hello() [0x4030ee]&lt;BR /&gt;6 ./hello() [0x403092]&lt;BR /&gt;7 /lib64/libc.so.6(__libc_start_main+0xea) [0x14cf36f923ea]&lt;BR /&gt;8 ./hello() [0x402faa]&lt;BR /&gt;===================&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;mpirun noticed that process rank 3 with PID 0 on node leonhard-15 exited on signal 11 (Segmentation fault).&lt;/P&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;
&lt;P&gt;The results after ”Iscpu":&lt;/P&gt;
&lt;P&gt;Architecture: x86_64&lt;BR /&gt;CPU op-mode(s): 32-bit, 64-bit&lt;BR /&gt;Byte Order: Little Endian&lt;BR /&gt;Address sizes: 46 bits physical, 48 bits virtual&lt;BR /&gt;CPU(s): 144&lt;BR /&gt;On-line CPU(s) list: 0-143&lt;BR /&gt;Thread(s) per core: 2&lt;BR /&gt;Core(s) per socket: 18&lt;BR /&gt;Socket(s): 4&lt;BR /&gt;NUMA node(s): 4&lt;BR /&gt;Vendor ID: GenuineIntel&lt;BR /&gt;CPU family: 6&lt;BR /&gt;Model: 85&lt;BR /&gt;Model name: Intel(R) Xeon(R) Gold 6254 CPU @ 3.10GHz&lt;BR /&gt;Stepping: 7&lt;BR /&gt;CPU MHz: 1200.051&lt;BR /&gt;CPU max MHz: 4000.0000&lt;BR /&gt;CPU min MHz: 1200.0000&lt;BR /&gt;BogoMIPS: 6200.00&lt;BR /&gt;Virtualization: VT-x&lt;BR /&gt;L1d cache: 32K&lt;BR /&gt;L1i cache: 32K&lt;BR /&gt;L2 cache: 1024K&lt;BR /&gt;L3 cache: 25344K&lt;BR /&gt;NUMA node0 CPU(s): 0-17,72-89&lt;BR /&gt;NUMA node1 CPU(s): 18-35,90-107&lt;BR /&gt;NUMA node2 CPU(s): 36-53,108-125&lt;BR /&gt;NUMA node3 CPU(s): 54-71,126-143&lt;BR /&gt;Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities&lt;/P&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;
&lt;P&gt;&lt;SPAN&gt;Could you please let us know on how many nodes you are running MPI code(single or multi-node)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To be honest, I am new for this. How can I know how many nodes I used? I just type "./hello", so I guess only single node?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I also try&amp;nbsp;mpiifort helloworld.f90 -o hello; mpirun -n 4 ./hello. But I still get a lot of errors like before with the final sentence&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"mpirun noticed that process rank 0 with PID 0 on node leonhard-15 exited on signal 11 (Segmentation fault)."&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you again!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 18:47:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1417390#M9868</guid>
      <dc:creator>xulisdu</dc:creator>
      <dc:date>2022-09-26T18:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1419347#M9890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for providing the details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please please let us know the commands you are using for the slurm(to take nodes)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try following the below steps:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;export I_MPI_PIN_RESPECT_CPUSET=0
unset I_MPI_PMI_LIBRARY
mpiifort helloworld.f90 -o hello
mpirun -n 4 ./hello&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know if you are still facing any issues?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 11:22:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1419347#M9890</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-10-04T11:22:16Z</dc:date>
    </item>
    <item>
      <title>Re:Intel® oneAPI Math Kernel Library</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1421047#M9912</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide an update on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2022 11:10:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1421047#M9912</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-10-11T11:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel® oneAPI Math Kernel Library</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1421052#M9913</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry for my late reply. Currently it is still not working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try&amp;nbsp; following commands, and the error report you could find below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: if I switch off the coarray option in my individual code (not helloworld.f90), it can be run normally.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much and best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Xu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;============================ error report =================================================&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[0] MPI startup(): FI_PSM3_UUID was not generated, please set it to avoid possible resources ownership conflicts between MPI processes&lt;BR /&gt;[qelr_create_cq:256]create cq: failed with rc = 22&lt;BR /&gt;leonhard-15:rank0: PSM3 can't open nic unit: 0 (err=23)&lt;BR /&gt;leonhard-15:rank0.hello: Unable to create send CQ of size 5080 on qedr0: Invalid argument&lt;BR /&gt;leonhard-15:rank0.hello: Unable to initialize verbs NIC /sys/class/infiniband/qedr0 (unit 0:0)&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;[leonhard-15:7590 :0:7590] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))&lt;BR /&gt;==== backtrace ====&lt;BR /&gt;0 /usr/lib64/libucs.so.0(+0x1b55c) [0x148fd5adf55c]&lt;BR /&gt;1 /usr/lib64/libucs.so.0(+0x1b712) [0x148fd5adf712]&lt;BR /&gt;2 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPIR_Err_return_comm+0x15d) [0x148fd9b54b2d]&lt;BR /&gt;3 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPI_Init+0x150) [0x148fd9ce95a0]&lt;BR /&gt;4 /opt/intel/oneapi/mpi/2021.6.0//lib/libmpifort.so.12(PMPI_INIT+0x1b) [0x148fdb18885b]&lt;BR /&gt;5 ./hello() [0x4030ee]&lt;BR /&gt;6 ./hello() [0x403092]&lt;BR /&gt;7 /lib64/libc.so.6(__libc_start_main+0xea) [0x148fd8b5a3ea]&lt;BR /&gt;8 ./hello() [0x402faa]&lt;BR /&gt;===================&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[0] MPI startup(): FI_PSM3_UUID was not generated, please set it to avoid possible resources ownership conflicts between MPI processes&lt;BR /&gt;leonhard-15:rank3: PSM3 can't open nic unit: 0 (err=23)&lt;BR /&gt;qelr_alloc_context: Failed to allocate context for device.&lt;BR /&gt;leonhard-15:rank3.hello: Unable to open qedr0: Invalid argument&lt;BR /&gt;leonhard-15:rank3.hello: Unable to initialize verbs NIC /sys/class/infiniband/qedr0 (unit 0:0)&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;[leonhard-15:7593 :0:7593] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))&lt;BR /&gt;==== backtrace ====&lt;BR /&gt;0 /usr/lib64/libucs.so.0(+0x1b55c) [0x14bac3b6f55c]&lt;BR /&gt;1 /usr/lib64/libucs.so.0(+0x1b712) [0x14bac3b6f712]&lt;BR /&gt;2 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPIR_Err_return_comm+0x15d) [0x14bac7be4b2d]&lt;BR /&gt;3 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPI_Init+0x150) [0x14bac7d795a0]&lt;BR /&gt;4 /opt/intel/oneapi/mpi/2021.6.0//lib/libmpifort.so.12(PMPI_INIT+0x1b) [0x14bac921885b]&lt;BR /&gt;5 ./hello() [0x4030ee]&lt;BR /&gt;6 ./hello() [0x403092]&lt;BR /&gt;7 /lib64/libc.so.6(__libc_start_main+0xea) [0x14bac6bea3ea]&lt;BR /&gt;8 ./hello() [0x402faa]&lt;BR /&gt;===================&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_cq:256]create cq: failed with rc = 22&lt;BR /&gt;leonhard-15:rank2: PSM3 can't open nic unit: 0 (err=23)&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;[leonhard-15:7592 :0:7592] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))&lt;BR /&gt;==== backtrace ====&lt;BR /&gt;0 /usr/lib64/libucs.so.0(+0x1b55c) [0x145b809cb55c]&lt;BR /&gt;1 /usr/lib64/libucs.so.0(+0x1b712) [0x145b809cb712]&lt;BR /&gt;2 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPIR_Err_return_comm+0x15d) [0x145b84a40b2d]&lt;BR /&gt;3 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPI_Init+0x150) [0x145b84bd55a0]&lt;BR /&gt;4 /opt/intel/oneapi/mpi/2021.6.0//lib/libmpifort.so.12(PMPI_INIT+0x1b) [0x145b8607485b]&lt;BR /&gt;5 ./hello() [0x4030ee]&lt;BR /&gt;6 ./hello() [0x403092]&lt;BR /&gt;7 /lib64/libc.so.6(__libc_start_main+0xea) [0x145b83a463ea]&lt;BR /&gt;8 ./hello() [0x402faa]&lt;BR /&gt;===================&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_cq:256]create cq: failed with rc = 22&lt;BR /&gt;leonhard-15:rank1: PSM3 can't open nic unit: 0 (err=23)&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;[leonhard-15:7591 :0:7591] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))&lt;BR /&gt;==== backtrace ====&lt;BR /&gt;0 /usr/lib64/libucs.so.0(+0x1b55c) [0x1490c9b3055c]&lt;BR /&gt;1 /usr/lib64/libucs.so.0(+0x1b712) [0x1490c9b30712]&lt;BR /&gt;2 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPIR_Err_return_comm+0x15d) [0x1490cdba5b2d]&lt;BR /&gt;3 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPI_Init+0x150) [0x1490cdd3a5a0]&lt;BR /&gt;4 /opt/intel/oneapi/mpi/2021.6.0//lib/libmpifort.so.12(PMPI_INIT+0x1b) [0x1490cf1d985b]&lt;BR /&gt;5 ./hello() [0x4030ee]&lt;BR /&gt;6 ./hello() [0x403092]&lt;BR /&gt;7 /lib64/libc.so.6(__libc_start_main+0xea) [0x1490ccbab3ea]&lt;BR /&gt;8 ./hello() [0x402faa]&lt;BR /&gt;===================&lt;BR /&gt;[0] MPI startup(): FI_PSM3_UUID was not generated, please set it to avoid possible resources ownership conflicts between MPI processes&lt;BR /&gt;leonhard-15:rank1.hello: Unable to create send CQ of size 5080 on qedr0: Invalid argument&lt;BR /&gt;leonhard-15:rank1.hello: Unable to initialize verbs NIC /sys/class/infiniband/qedr0 (unit 0:0)&lt;BR /&gt;[0] MPI startup(): FI_PSM3_UUID was not generated, please set it to avoid possible resources ownership conflicts between MPI processes&lt;BR /&gt;leonhard-15:rank2.hello: Unable to create send CQ of size 5080 on qedr0: Invalid argument&lt;BR /&gt;leonhard-15:rank2.hello: Unable to initialize verbs NIC /sys/class/infiniband/qedr0 (unit 0:0)&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;mpirun noticed that process rank 0 with PID 0 on node leonhard-15 exited on signal 11 (Segmentation fault).[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[0] MPI startup(): FI_PSM3_UUID was not generated, please set it to avoid possible resources ownership conflicts between MPI processes&lt;BR /&gt;[qelr_create_cq:256]create cq: failed with rc = 22&lt;BR /&gt;leonhard-15:rank0: PSM3 can't open nic unit: 0 (err=23)&lt;BR /&gt;leonhard-15:rank0.hello: Unable to create send CQ of size 5080 on qedr0: Invalid argument&lt;BR /&gt;leonhard-15:rank0.hello: Unable to initialize verbs NIC /sys/class/infiniband/qedr0 (unit 0:0)&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;[leonhard-15:7590 :0:7590] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))&lt;BR /&gt;==== backtrace ====&lt;BR /&gt;0 /usr/lib64/libucs.so.0(+0x1b55c) [0x148fd5adf55c]&lt;BR /&gt;1 /usr/lib64/libucs.so.0(+0x1b712) [0x148fd5adf712]&lt;BR /&gt;2 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPIR_Err_return_comm+0x15d) [0x148fd9b54b2d]&lt;BR /&gt;3 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPI_Init+0x150) [0x148fd9ce95a0]&lt;BR /&gt;4 /opt/intel/oneapi/mpi/2021.6.0//lib/libmpifort.so.12(PMPI_INIT+0x1b) [0x148fdb18885b]&lt;BR /&gt;5 ./hello() [0x4030ee]&lt;BR /&gt;6 ./hello() [0x403092]&lt;BR /&gt;7 /lib64/libc.so.6(__libc_start_main+0xea) [0x148fd8b5a3ea]&lt;BR /&gt;8 ./hello() [0x402faa]&lt;BR /&gt;===================&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[0] MPI startup(): FI_PSM3_UUID was not generated, please set it to avoid possible resources ownership conflicts between MPI processes&lt;BR /&gt;leonhard-15:rank3: PSM3 can't open nic unit: 0 (err=23)&lt;BR /&gt;qelr_alloc_context: Failed to allocate context for device.&lt;BR /&gt;leonhard-15:rank3.hello: Unable to open qedr0: Invalid argument&lt;BR /&gt;leonhard-15:rank3.hello: Unable to initialize verbs NIC /sys/class/infiniband/qedr0 (unit 0:0)&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;[leonhard-15:7593 :0:7593] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))&lt;BR /&gt;==== backtrace ====&lt;BR /&gt;0 /usr/lib64/libucs.so.0(+0x1b55c) [0x14bac3b6f55c]&lt;BR /&gt;1 /usr/lib64/libucs.so.0(+0x1b712) [0x14bac3b6f712]&lt;BR /&gt;2 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPIR_Err_return_comm+0x15d) [0x14bac7be4b2d]&lt;BR /&gt;3 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPI_Init+0x150) [0x14bac7d795a0]&lt;BR /&gt;4 /opt/intel/oneapi/mpi/2021.6.0//lib/libmpifort.so.12(PMPI_INIT+0x1b) [0x14bac921885b]&lt;BR /&gt;5 ./hello() [0x4030ee]&lt;BR /&gt;6 ./hello() [0x403092]&lt;BR /&gt;7 /lib64/libc.so.6(__libc_start_main+0xea) [0x14bac6bea3ea]&lt;BR /&gt;8 ./hello() [0x402faa]&lt;BR /&gt;===================&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_cq:256]create cq: failed with rc = 22&lt;BR /&gt;leonhard-15:rank2: PSM3 can't open nic unit: 0 (err=23)&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;[leonhard-15:7592 :0:7592] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))&lt;BR /&gt;==== backtrace ====&lt;BR /&gt;0 /usr/lib64/libucs.so.0(+0x1b55c) [0x145b809cb55c]&lt;BR /&gt;1 /usr/lib64/libucs.so.0(+0x1b712) [0x145b809cb712]&lt;BR /&gt;2 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPIR_Err_return_comm+0x15d) [0x145b84a40b2d]&lt;BR /&gt;3 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPI_Init+0x150) [0x145b84bd55a0]&lt;BR /&gt;4 /opt/intel/oneapi/mpi/2021.6.0//lib/libmpifort.so.12(PMPI_INIT+0x1b) [0x145b8607485b]&lt;BR /&gt;5 ./hello() [0x4030ee]&lt;BR /&gt;6 ./hello() [0x403092]&lt;BR /&gt;7 /lib64/libc.so.6(__libc_start_main+0xea) [0x145b83a463ea]&lt;BR /&gt;8 ./hello() [0x402faa]&lt;BR /&gt;===================&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 22&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 14&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_qp:749]create qp: failed on ibv_cmd_create_qp with 95&lt;BR /&gt;[qelr_create_cq:256]create cq: failed with rc = 22&lt;BR /&gt;leonhard-15:rank1: PSM3 can't open nic unit: 0 (err=23)&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:&lt;BR /&gt;MPIR_Init_thread(178)........:&lt;BR /&gt;MPID_Init(1532)..............:&lt;BR /&gt;MPIDI_OFI_mpi_init_hook(1552):&lt;BR /&gt;create_vni_context(2131).....: OFI endpoint open failed (ofi_init.c:2131:create_vni_context:Invalid argument)&lt;BR /&gt;[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1615247&lt;BR /&gt;:&lt;BR /&gt;system msg for write_line failure : Bad file descriptor&lt;BR /&gt;[leonhard-15:7591 :0:7591] Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))&lt;BR /&gt;==== backtrace ====&lt;BR /&gt;0 /usr/lib64/libucs.so.0(+0x1b55c) [0x1490c9b3055c]&lt;BR /&gt;1 /usr/lib64/libucs.so.0(+0x1b712) [0x1490c9b30712]&lt;BR /&gt;2 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPIR_Err_return_comm+0x15d) [0x1490cdba5b2d]&lt;BR /&gt;3 /opt/intel/oneapi/mpi/2021.6.0//lib/release/libmpi.so.12(MPI_Init+0x150) [0x1490cdd3a5a0]&lt;BR /&gt;4 /opt/intel/oneapi/mpi/2021.6.0//lib/libmpifort.so.12(PMPI_INIT+0x1b) [0x1490cf1d985b]&lt;BR /&gt;5 ./hello() [0x4030ee]&lt;BR /&gt;6 ./hello() [0x403092]&lt;BR /&gt;7 /lib64/libc.so.6(__libc_start_main+0xea) [0x1490ccbab3ea]&lt;BR /&gt;8 ./hello() [0x402faa]&lt;BR /&gt;===================&lt;BR /&gt;[0] MPI startup(): FI_PSM3_UUID was not generated, please set it to avoid possible resources ownership conflicts between MPI processes&lt;BR /&gt;leonhard-15:rank1.hello: Unable to create send CQ of size 5080 on qedr0: Invalid argument&lt;BR /&gt;leonhard-15:rank1.hello: Unable to initialize verbs NIC /sys/class/infiniband/qedr0 (unit 0:0)&lt;BR /&gt;[0] MPI startup(): FI_PSM3_UUID was not generated, please set it to avoid possible resources ownership conflicts between MPI processes&lt;BR /&gt;leonhard-15:rank2.hello: Unable to create send CQ of size 5080 on qedr0: Invalid argument&lt;BR /&gt;leonhard-15:rank2.hello: Unable to initialize verbs NIC /sys/class/infiniband/qedr0 (unit 0:0)&lt;BR /&gt;--------------------------------------------------------------------------&lt;BR /&gt;mpirun noticed that process rank 0 with PID 0 on node leonhard-15 exited on signal 11 (Segmentation fault).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 11:34:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1421052#M9913</guid>
      <dc:creator>xulisdu</dc:creator>
      <dc:date>2022-10-11T11:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel® oneAPI Math Kernel Library</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1421053#M9914</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the "following commands" in the last letter means:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;export I_MPI_PIN_RESPECT_CPUSET=0 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;unset I_MPI_PMI_LIBRARY &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;mpiifort helloworld.f90 -o hello &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;mpirun -n 4 ./hello&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 11:35:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1421053#M9914</guid>
      <dc:creator>xulisdu</dc:creator>
      <dc:date>2022-10-11T11:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1422534#M9944</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for providing the information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide us with the output of the cluster checker, so that we can confirm whether you are running on a single node or multiple nodes?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;clck -F health_user&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:08:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1422534#M9944</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-10-17T11:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1423248#M9948</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for you reply!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run&amp;nbsp;&lt;SPAN&gt;clck -F health_user, I get&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Intel(R) Cluster Checker 2021 Update 6 (build 20220318)&lt;/P&gt;
&lt;P&gt;No nodes specified or discovered. Please refer to the Intel(R) Cluster Checker User Guide for information about how to specify nodes to include in testing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Xu&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 07:31:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1423248#M9948</guid>
      <dc:creator>xulisdu</dc:creator>
      <dc:date>2022-10-19T07:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1425066#M9962</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try using the below command and let us know if it works without any errors? Please try the below command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;For Compiling the code: mpiifort helloworld.f90 -o hellofortran
For Running the code: I_MPI_DEBUG=30 mpirun -genv I_MPI_FABRICS=shm -genv FI_PROVIDER=shm -n 2 ./hellofortran&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 07:18:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1425066#M9962</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-10-26T07:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426229#M9980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mpirun: Error: unknown option "-genv"&lt;BR /&gt;Type 'mpirun --help' for usage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems there is none such a command -genv.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Xu&lt;/P&gt;</description>
      <pubDate>Sun, 30 Oct 2022 18:07:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426229#M9980</guid>
      <dc:creator>xulisdu</dc:creator>
      <dc:date>2022-10-30T18:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426400#M9983</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are able to get the results without any errors using the above command:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;I_MPI_DEBUG=30 mpirun -genv I_MPI_FABRICS=shm -genv FI_PROVIDER=shm -n 2 ./hellofortran&lt;/LI-CODE&gt;
&lt;P&gt;Please find the below screenshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VarshaS_Intel_0-1667216516193.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/34692i41C4D36749BBC4CA/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="VarshaS_Intel_0-1667216516193.png" alt="VarshaS_Intel_0-1667216516193.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, you can also try using the below command, and please do let us know if you are able to get the expected results:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;I_MPI_DEBUG=30 I_MPI_FABRICS=shm FI_PROVIDER=shm mpirun -n 2 ./hellofortran&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 11:42:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426400#M9983</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-10-31T11:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426428#M9984</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please find the screenshot below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fig 1" style="width: 747px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/34695iEA9D61BD54EBF4B6/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1667223289302.png" alt="fig 1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;fig 1&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="fig2" style="width: 772px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/34696i67E12EA6B977E7FB/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1667223379939.png" alt="fig2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;fig2&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this the correct results? There are still some sentences like 'Pinning environment could not be initialized correctly. Intel MPI process pinning will not be used.' and ' PMI server not found. Please set I_MPI_PMI_LIBRARY variable if it is not a singleton case.'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Xu&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 13:41:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426428#M9984</guid>
      <dc:creator>xulisdu</dc:creator>
      <dc:date>2022-10-31T13:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426726#M9986</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for providing the information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide the operating system you are using with the help of below command?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;command: cat /etc/os-release&lt;/LI-CODE&gt;
&lt;P&gt;And also, could you please let us know how you are running the MPI application?&lt;/P&gt;
&lt;P&gt;Are you using a terminal to run the application manually? or using any other job schedulers mentioned in &lt;A href="http://&amp;nbsp;https://www.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-linux/top/running-applications/job-schedulers-support.html&amp;nbsp;" target="_self"&gt;link&amp;nbsp;&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 10:28:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426726#M9986</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-11-01T10:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MPI ''helloworld" program not work on the machine</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426804#M9987</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below is the answer of you first question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NAME="openSUSE Leap"&lt;BR /&gt;VERSION="15.2"&lt;BR /&gt;ID="opensuse-leap"&lt;BR /&gt;ID_LIKE="suse opensuse"&lt;BR /&gt;VERSION_ID="15.2"&lt;BR /&gt;PRETTY_NAME="openSUSE Leap 15.2"&lt;BR /&gt;ANSI_COLOR="0;32"&lt;BR /&gt;CPE_NAME="cpe:/o:opensuse:leap:15.2"&lt;BR /&gt;BUG_REPORT_URL="&lt;A href="https://bugs.opensuse.org" target="_blank"&gt;https://bugs.opensuse.org&lt;/A&gt;"&lt;BR /&gt;HOME_URL="&lt;A href="https://www.opensuse.org/" target="_blank"&gt;https://www.opensuse.org/&lt;/A&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the second question, i guess I am&amp;nbsp;&lt;SPAN&gt;using a terminal to run the application manually. But, I am not sure, because the workstation is&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;not&amp;nbsp;configured by me. Meanwhile, I plan to close this discussion because our project is close to end and maybe we don't need to use this&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;workstation anymore. Anyway, really thanks for your kindly help, which helps me a lot!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks and best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 16:28:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1426804#M9987</guid>
      <dc:creator>xulisdu</dc:creator>
      <dc:date>2022-11-01T16:28:11Z</dc:date>
    </item>
    <item>
      <title>Re:Intel® oneAPI Math Kernel Library</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1428519#M10011</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;EM&gt;But, I am not sure, because the workstation is not configured by me.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The warning you are facing might be the configuration in the workstation&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;EM&gt;Is this the correct results?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Yes, from the screenshot(fig2), we are able to see the correct results of the MPI code.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;EM&gt; I plan to close this discussion.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation. We are closing this thread from our end. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2022 17:28:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Intel-MPI-helloworld-quot-program-not-work-on-the-machine/m-p/1428519#M10011</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-11-08T17:28:48Z</dc:date>
    </item>
  </channel>
</rss>

