Searched refs:IdentInfo_MPI_Alltoall (Results 1 – 2 of 2) sorted by relevance
166 IdentInfo_MPI_Alltoall = &ASTCtx.Idents.get("MPI_Alltoall"); in initCollectiveIdentifiers()167 MPICollectiveTypes.push_back(IdentInfo_MPI_Alltoall); in initCollectiveIdentifiers()168 MPICollToCollTypes.push_back(IdentInfo_MPI_Alltoall); in initCollectiveIdentifiers()169 MPIType.push_back(IdentInfo_MPI_Alltoall); in initCollectiveIdentifiers()170 assert(IdentInfo_MPI_Alltoall); in initCollectiveIdentifiers()252 return IdentInfo == IdentInfo_MPI_Alltoall || in isAlltoallType()
84 *IdentInfo_MPI_Iallreduce = nullptr, *IdentInfo_MPI_Alltoall = nullptr, variable