Go to the source code of this file.
Functions | |
void | bgq_topo_init () |
void | bgq_topo_free () |
void | bgq_topo_reset () |
Variables | |
int * | bgq_localNodes = NULL |
CmiNodeLock | bgq_lock |
int | bgq_isLocalSet = 0 |
void bgq_topo_init | ( | ) |
Definition at line 13 of file BGQTorus.C.
References bgq_lock, and CmiCreateLock().
Referenced by TopoManager_init().
void bgq_topo_free | ( | ) |
Definition at line 21 of file BGQTorus.C.
References bgq_isLocalSet, bgq_localNodes, bgq_lock, CmiLock(), CmiUnlock(), and free().
Referenced by TopoManager_init().
void bgq_topo_reset | ( | ) |
Definition at line 28 of file BGQTorus.C.
References bgq_isLocalSet, bgq_lock, CmiLock(), and CmiUnlock().
Referenced by TopoManager_init().
int* bgq_localNodes = NULL |
Definition at line 9 of file BGQTorus.C.
Referenced by bgq_topo_free(), BGQTorusManager::coordinatesToRank(), and BGQTorusManager::populateLocalNodes().
Definition at line 10 of file BGQTorus.C.
Referenced by bgq_topo_free(), bgq_topo_init(), bgq_topo_reset(), and BGQTorusManager::populateLocalNodes().
int bgq_isLocalSet = 0 |
Definition at line 11 of file BGQTorus.C.
Referenced by bgq_topo_free(), bgq_topo_reset(), BGQTorusManager::coordinatesToRank(), and BGQTorusManager::populateLocalNodes().