Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
bool comm_isRootNode(int rank) {
150
return rank == ROOT_RANK;
151
}
152
bool comm_isRootNode() {
153
return comm_isRootNode(comm_getRank());
154
}
Callers
6
print
Function · 0.85
printMatrixInFourQuadrants
Function · 0.85
print_elems
Function · 0.85
print_elemsWithoutNewline
Function · 0.85
printHeader
Function · 0.85
print_table
Function · 0.85
Calls
1
comm_getRank
Function · 0.85
Tested by
no test coverage detected