Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

Fatal error in PMPI_Init:

Yelim
Beginner
452 Views

I am using your oneapi 2023, but an error occurs when running openmp.

Please tell me why it happened and how to solve it.

 

1. mpirun --version

Intel(R) MPI Library for Linux* OS, Version 2021.10 Build 20230619 (id: c2e19c2f3e)
Copyright 2003-2023, Intel Corporation.

 

2. lscpu

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 1
Core(s) per socket: 8
Socket(s): 4
NUMA node(s): 4
Vendor ID: GenuineIntel
CPU family: 6
Model: 85
Model name: Intel(R) Xeon(R) Gold 6144 CPU @ 3.50GHz

 

3. compiler : icc/icpc

$basedir/compiler/2023.2.0/linux/bin/intel64/icc

$basedir/compiler/2023.2.0/linux/bin/intel64/icpc

 

4. openmp version : 5.0

$basedir/compiler/2023.2.0/linux/compiler/lib/intel64_lin/libiomp5.so

 

5. error message

[0] MPI startup(): library kind: release
[0] MPI startup(): libfabric version: 1.18.0-impi
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(176)........:
MPID_Init(1548)..............:
MPIDI_OFI_mpi_init_hook(1592):
open_fabric(2650)............:
find_provider(2794)..........: OFI fi_getinfo() failed (ofi_init.c:2794:find_provider:No data available)

0 Kudos
2 Replies
Yelim
Beginner
442 Views

The same error occurs even if you redo it with oneapi version 2024.

0 Kudos
TobiasK
Moderator
368 Views

@Yelim 
please provide more information, you are referring to OpenMP but those errors are from MPI / OFI
What are you actually trying to do?

0 Kudos
Reply