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

Oneapi compability issue

hikaruseven
Beginner
742 Views

Dear Developer and Users,
I used the intel compiler for the mpi implementation in the SERPENT2 parallel
calculation. However, per 2021 the whole intel compiler is integrated into
one single software, which is called oneapi. Since then, whenever i tried to
do the serpent2 calculation with multiple nodes in my cluster the calculation
will be stopped and error at sharing input to the mpi task. While it work properly
with one node.

Have you guys ever experience this issue and would possibly offer some
solution?
Thank you So much for the help

0 Kudos
3 Replies
SantoshY_Intel
Moderator
720 Views

 

Hi,

 

Thanks for reaching out to us.

 

Could you please share with us the OS details along with the result of the below command:

mpirun --version

Can you specify whether the application consists of C or Fortran-specific MPI code?

Could you please try using "verbs" as libfabric provider as mentioned below before running the serpent 2 calculation & share with us the complete log by keeping I_MPI_DEBUG=10?

export I_MPI_OFI_PROVIDER=verbs

 

Thanks & Regards,

Santosh

 

 

0 Kudos
SantoshY_Intel
Moderator
700 Views

Hi,


We haven't heard back from you. Is your issue resolved? If not, Could you please respond to the questions asked in the previous post?


Thanks & Regards,

Santosh


0 Kudos
SantoshY_Intel
Moderator
683 Views

Hi,


As we have not heard back from you, we are considering that your issue has been resolved. So we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.


Have a Good day!


Thanks & Regards

Santosh


0 Kudos
Reply