Searched refs:IdentInfo_MPI_Ialltoall (Results 1 – 2 of 2) sorted by relevance
171 IdentInfo_MPI_Ialltoall = &ASTCtx.Idents.get("MPI_Ialltoall"); in initCollectiveIdentifiers()172 MPICollectiveTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()173 MPICollToCollTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()174 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()175 MPIType.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()176 assert(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()252 IdentInfo == IdentInfo_MPI_Ialltoall; in isAlltoallType()
84 *IdentInfo_MPI_Ialltoall = nullptr, *IdentInfo_MPI_Barrier = nullptr; variable