Hi all, I want to get the elapsed time from start to end of my parallel program (OPENMPI based). It should give same time for the same problem always; irrespective of whether the nodes are running some or programs or they are running only that program. How to do this?
Regards.