Searched refs:IdentInfo_MPI_Bcast (Results 1 – 2 of 2) sorted by relevance
126 IdentInfo_MPI_Bcast = &ASTCtx.Idents.get("MPI_Bcast"); in initCollectiveIdentifiers()127 MPICollectiveTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()128 MPIPointToCollTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()129 MPIType.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()130 assert(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()256 return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast; in isBcastType()
80 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr, variable