Searched refs:IdentInfo_MPI_Allgather (Results 1 – 2 of 2) sorted by relevance
113 IdentInfo_MPI_Allgather = &ASTCtx.Idents.get("MPI_Allgather"); in initCollectiveIdentifiers()114 MPICollectiveTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()115 MPICollToCollTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()116 MPIType.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()117 assert(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()239 IdentInfo == IdentInfo_MPI_Allgather || in isGatherType()245 return IdentInfo == IdentInfo_MPI_Allgather || in isAllgatherType()
79 *IdentInfo_MPI_Igather = nullptr, *IdentInfo_MPI_Allgather = nullptr, variable