Hi, Is there a way in the MPI library to report which process is running on which core in a SMP system with shared memory MPI programming model? I dug out the library calls and only found out MPI_Get_processor_name to be close. But it reports the machine itself not the core the process is running on. thanks, john