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

mpirun fails with FI_PSM3_UUID was not generated

SMode1
Novice
1,327 Views

Hi guys.

Please help me troubleshoot this error that I got when I run:

mpirun I_MPI_DEBUG=4 geogrid.exe

(geogrid.exe is one component of the wrf)

The error is:

[0] MPI startup(): Intel(R) MPI Library, Version 2021.9 Build 20230307 (id: d82b3071db)
[0] MPI startup(): Copyright (C) 2003-2023 Intel Corporation. All rights reserved.
[0] MPI startup(): library kind: release
[0] MPI startup(): libfabric version: 1.13.2rc1-impi
[0] MPI startup(): libfabric provider: psm3
[0] MPI startup(): FI_PSM3_UUID was not generated, please set it to avoid possible resources own ership conflicts between MPI processes
[0] MPI startup(): File "/opt/intel/oneapi/mpi/2021.9.0/etc/tuning_skx_shm-ofi_psm3_56.dat" not found
[0] MPI startup(): Load tuning file: "/opt/intel/oneapi/mpi/2021.9.0/etc/tuning_skx_shm-ofi_psm3 .dat"
[0] MPI startup(): Rank Pid Node name Pin cpu
[0] MPI startup(): 0 603911 quinde-2 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,1 9,20,21,22,23,24,25,26,27,28,29,30,31
Parsed 50 entries in GEOGRID.TBL
Processing domain 1 of 1
Processing XLAT and XLONG

 

The version:

icc -v
icc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
icc version 2021.9.0 (gcc version 8.5.0 compatibility)

0 Kudos
3 Replies
ShivaniK_Intel
Moderator
1,297 Views

Hi,


Thanks for posting in the Intel forums.


Could you please provide the sample reproducer and steps to reproduce the issue at our end?


Also, could you please provide the below details:


1. OS

2. output of the command:

$lscpu

3. Interconnect hardware you are using.

4. Job Scheduler you are using.


As the Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. Could you please try with the icx compiler and let us know if you face any issues?


Command line: mpiicc -cc=icx sample.c


Thanks & Regards

Shivani


0 Kudos
ShivaniK_Intel
Moderator
1,245 Views

Hi,


As we did not hear back from you could you please respond to my previous post?


Thanks & Regards

Shivani


0 Kudos
ShivaniK_Intel
Moderator
1,187 Views

Hi,


I have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance please post a new question.


Thanks & Regards

Shivani


0 Kudos
Reply