MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / comm_isRootNode

Function comm_isRootNode

quest/src/comm/comm_config.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148
149bool comm_isRootNode(int rank) {
150 return rank == ROOT_RANK;
151}
152bool comm_isRootNode() {
153 return comm_isRootNode(comm_getRank());
154}

Callers 6

printFunction · 0.85
print_elemsFunction · 0.85
printHeaderFunction · 0.85
print_tableFunction · 0.85

Calls 1

comm_getRankFunction · 0.85

Tested by

no test coverage detected