Searched refs:IdentInfo_MPI_Ibcast (Results 1 – 2 of 2) sorted by relevance
132 IdentInfo_MPI_Ibcast = &ASTCtx.Idents.get("MPI_Ibcast"); in initCollectiveIdentifiers()133 MPICollectiveTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()134 MPIPointToCollTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()135 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()136 MPIType.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()137 assert(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()256 return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast; in isBcastType()
81 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr, variable