Searched refs:IdentInfo_MPI_Ireduce (Results 1 – 2 of 2) sorted by relevance
145 IdentInfo_MPI_Ireduce = &ASTCtx.Idents.get("MPI_Ireduce"); in initCollectiveIdentifiers()146 MPICollectiveTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()147 MPICollToPointTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()148 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()149 MPIType.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()150 assert(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()262 IdentInfo == IdentInfo_MPI_Ireduce || in isReduceType()
82 *IdentInfo_MPI_Ireduce = nullptr, *IdentInfo_MPI_Allreduce = nullptr, variable