Searched refs:IdentInfo_MPI_Igather (Results 1 – 2 of 2) sorted by relevance
107 IdentInfo_MPI_Igather = &ASTCtx.Idents.get("MPI_Igather"); in initCollectiveIdentifiers()108 MPICollectiveTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()109 MPICollToPointTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()110 MPINonBlockingTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()111 MPIType.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()112 assert(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()239 IdentInfo == IdentInfo_MPI_Igather || in isGatherType()
80 *IdentInfo_MPI_Igather = nullptr, *IdentInfo_MPI_Allgather = nullptr, variable