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