Home
last modified time | relevance | path

Searched refs:hubComm_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlpsKnowledgeBrokerMPI.cpp775 hubComm_); in masterMain()
808 hubComm_); in masterMain()
2543 else if (comm == hubComm_) { in hubReportStatus()
3023 else if (comm == hubComm_) { in masterUpdateSysStatus()
4447 MPI_Comm_create(MPI_COMM_WORLD, hubGroup_, &hubComm_); in initializeSearch()
5457 hubComm_ = MPI_COMM_NULL; in init()
5933 assert(comm == clusterComm_ || comm == hubComm_); in sendModelKnowledge()
6207 hubComm_, in rootInitMaster()
6256 hubComm_, // comm in rootInitMaster()
6483 hubComm_, in rootInitHub()
[all …]
H A DAlpsKnowledgeBrokerMPI.h82 MPI_Comm hubComm_; variable