Searched refs:IdentInfo_MPI_Allreduce (Results 1 – 2 of 2) sorted by relevance
152 IdentInfo_MPI_Allreduce = &ASTCtx.Idents.get("MPI_Allreduce"); in initCollectiveIdentifiers()153 MPICollectiveTypes.push_back(IdentInfo_MPI_Allreduce); in initCollectiveIdentifiers()154 MPICollToCollTypes.push_back(IdentInfo_MPI_Allreduce); in initCollectiveIdentifiers()155 MPIType.push_back(IdentInfo_MPI_Allreduce); in initCollectiveIdentifiers()156 assert(IdentInfo_MPI_Allreduce); in initCollectiveIdentifiers()263 IdentInfo == IdentInfo_MPI_Allreduce || in isReduceType()
82 *IdentInfo_MPI_Ireduce = nullptr, *IdentInfo_MPI_Allreduce = nullptr, variable