If you wish to Intel MPI on AMD EPYC Servers, you have to change your MPI
-genv I_MPI_DEBUG=5 -genv I_MPI_PIN=1 -genv KMP_AFFINITY verbose,granularity=fine,compact
Explnation of Options:
-genv I_MPI_DEBUG=5
(Enable debug output to print transport and pinning information)
-genv I_MPI_PIN=1
(Enables Rank Pining. Use in conjunction with the previous options)
-genv KMP_AFFINITY verbose,granularity=fine,compact
( For more information, Thread Affinity Interface (Linux* and Windows*) )
References: