Name
TAU_PROFILE_GET_NODE — Returns the measurement system's node id
Synopsis
C/C++:
TAU_PROFILE_GET_NODE(
node)
;
int node;
Fortran:
TAU_PROFILE_GET_NODE(
node)
;
integer node;
Description
TAU_PROFILE_GET_NODE
gives the node id for the
processes in which it is called. When using MPI node id is the same as MPI
rank.