Lines Matching refs:push_back
31 MPIPointToPointTypes.push_back(IdentInfo_MPI_Send); in initPointToPointIdentifiers()
32 MPIType.push_back(IdentInfo_MPI_Send); in initPointToPointIdentifiers()
36 MPIPointToPointTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
37 MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
38 MPIType.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()
42 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
43 MPIType.push_back(IdentInfo_MPI_Ssend); in initPointToPointIdentifiers()
47 MPIPointToPointTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
48 MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
49 MPIType.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()
53 MPIPointToPointTypes.push_back(IdentInfo_MPI_Bsend); in initPointToPointIdentifiers()
54 MPIType.push_back(IdentInfo_MPI_Bsend); in initPointToPointIdentifiers()
58 MPIPointToPointTypes.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()
59 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()
60 MPIType.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()
64 MPIPointToPointTypes.push_back(IdentInfo_MPI_Rsend); in initPointToPointIdentifiers()
65 MPIType.push_back(IdentInfo_MPI_Rsend); in initPointToPointIdentifiers()
69 MPIPointToPointTypes.push_back(IdentInfo_MPI_Irsend); in initPointToPointIdentifiers()
70 MPIType.push_back(IdentInfo_MPI_Irsend); in initPointToPointIdentifiers()
74 MPIPointToPointTypes.push_back(IdentInfo_MPI_Recv); in initPointToPointIdentifiers()
75 MPIType.push_back(IdentInfo_MPI_Recv); in initPointToPointIdentifiers()
79 MPIPointToPointTypes.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()
80 MPINonBlockingTypes.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()
81 MPIType.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()
88 MPICollectiveTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
89 MPIPointToCollTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
90 MPIType.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
94 MPICollectiveTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
95 MPIPointToCollTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
96 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
97 MPIType.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
101 MPICollectiveTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
102 MPICollToPointTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
103 MPIType.push_back(IdentInfo_MPI_Gather); 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()
114 MPICollectiveTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
115 MPICollToCollTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
116 MPIType.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
120 MPICollectiveTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
121 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
122 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
123 MPIType.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
127 MPICollectiveTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()
128 MPIPointToCollTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()
129 MPIType.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()
133 MPICollectiveTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
134 MPIPointToCollTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
135 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
136 MPIType.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
140 MPICollectiveTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
141 MPICollToPointTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
142 MPIType.push_back(IdentInfo_MPI_Reduce); 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()
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()
159 MPICollectiveTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
160 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
161 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
162 MPIType.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
166 MPICollectiveTypes.push_back(IdentInfo_MPI_Alltoall); in initCollectiveIdentifiers()
167 MPICollToCollTypes.push_back(IdentInfo_MPI_Alltoall); in initCollectiveIdentifiers()
168 MPIType.push_back(IdentInfo_MPI_Alltoall); 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()
181 MPIType.push_back(IdentInfo_MPI_Comm_rank); in initAdditionalIdentifiers()
185 MPIType.push_back(IdentInfo_MPI_Comm_size); in initAdditionalIdentifiers()
189 MPIType.push_back(IdentInfo_MPI_Wait); in initAdditionalIdentifiers()
193 MPIType.push_back(IdentInfo_MPI_Waitall); in initAdditionalIdentifiers()
197 MPICollectiveTypes.push_back(IdentInfo_MPI_Barrier); in initAdditionalIdentifiers()
198 MPIType.push_back(IdentInfo_MPI_Barrier); in initAdditionalIdentifiers()