Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

What core am I running on?

r_robinson
Beginner
305 Views

I have a fortran program that runs on a parallel cluster using mpi. Each cluster "node" consists of two chips each with 4 cores. Inside the program I can get the node name each mpi process is running on (MPI_GET_PROCESSOR_NAME) but how can I get which core? Just curious.

Thanks for any help.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
305 Views
Even if you could get that information, it is likely to vary during the course of execution. What use would you make of that information?

I'm not aware of an easy way to get that data.
0 Kudos
Reply