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

Count the number of real phyiscal machine by MPI

志强_赵_
Beginner
657 Views

Does have any API to get the number of real phyiscal machine like mpi_comm_size?

0 Kudos
1 Reply
Artem_R_Intel1
Employee
657 Views

Hi,

As far as I know the only possibility is to use MPI_Get_processor_name() - for example gather and count unique values.

0 Kudos
Reply