forked from llnl/mpiP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlookup.c
More file actions
225 lines (220 loc) · 9.68 KB
/
lookup.c
File metadata and controls
225 lines (220 loc) · 9.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
/* /work_dir/lookup.c */
/* DO NOT EDIT -- AUTOMATICALLY GENERATED! */
/* Timestamp: 13 November 2023 08:34 */
/* Location: dfa7d90d8eab posix */
#include "mpiPi.h"
#include "mpiPi_def.h"
mpiPi_lookup_t mpiPi_lookup [] = {
{ mpiPi_MPI_Abort, "MPI_Abort"},
{ mpiPi_MPI_Accumulate, "MPI_Accumulate"},
{ mpiPi_MPI_Allgather, "MPI_Allgather"},
{ mpiPi_MPI_Allgatherv, "MPI_Allgatherv"},
{ mpiPi_MPI_Allreduce, "MPI_Allreduce"},
{ mpiPi_MPI_Alltoall, "MPI_Alltoall"},
{ mpiPi_MPI_Alltoallv, "MPI_Alltoallv"},
{ mpiPi_MPI_Barrier, "MPI_Barrier"},
{ mpiPi_MPI_Bcast, "MPI_Bcast"},
{ mpiPi_MPI_Bsend, "MPI_Bsend"},
{ mpiPi_MPI_Bsend_init, "MPI_Bsend_init"},
{ mpiPi_MPI_Buffer_attach, "MPI_Buffer_attach"},
{ mpiPi_MPI_Buffer_detach, "MPI_Buffer_detach"},
{ mpiPi_MPI_Cancel, "MPI_Cancel"},
{ mpiPi_MPI_Cart_coords, "MPI_Cart_coords"},
{ mpiPi_MPI_Cart_create, "MPI_Cart_create"},
{ mpiPi_MPI_Cart_get, "MPI_Cart_get"},
{ mpiPi_MPI_Cart_map, "MPI_Cart_map"},
{ mpiPi_MPI_Cart_rank, "MPI_Cart_rank"},
{ mpiPi_MPI_Cart_shift, "MPI_Cart_shift"},
{ mpiPi_MPI_Cart_sub, "MPI_Cart_sub"},
{ mpiPi_MPI_Cartdim_get, "MPI_Cartdim_get"},
{ mpiPi_MPI_Comm_compare, "MPI_Comm_compare"},
{ mpiPi_MPI_Comm_create, "MPI_Comm_create"},
{ mpiPi_MPI_Comm_create_errhandler, "MPI_Comm_create_errhandler"},
{ mpiPi_MPI_Comm_create_keyval, "MPI_Comm_create_keyval"},
{ mpiPi_MPI_Comm_delete_attr, "MPI_Comm_delete_attr"},
{ mpiPi_MPI_Comm_dup, "MPI_Comm_dup"},
{ mpiPi_MPI_Comm_free, "MPI_Comm_free"},
{ mpiPi_MPI_Comm_free_keyval, "MPI_Comm_free_keyval"},
{ mpiPi_MPI_Comm_get_attr, "MPI_Comm_get_attr"},
{ mpiPi_MPI_Comm_get_errhandler, "MPI_Comm_get_errhandler"},
{ mpiPi_MPI_Comm_group, "MPI_Comm_group"},
{ mpiPi_MPI_Comm_rank, "MPI_Comm_rank"},
{ mpiPi_MPI_Comm_remote_group, "MPI_Comm_remote_group"},
{ mpiPi_MPI_Comm_remote_size, "MPI_Comm_remote_size"},
{ mpiPi_MPI_Comm_set_attr, "MPI_Comm_set_attr"},
{ mpiPi_MPI_Comm_set_errhandler, "MPI_Comm_set_errhandler"},
{ mpiPi_MPI_Comm_size, "MPI_Comm_size"},
{ mpiPi_MPI_Comm_split, "MPI_Comm_split"},
{ mpiPi_MPI_Comm_test_inter, "MPI_Comm_test_inter"},
{ mpiPi_MPI_Compare_and_swap, "MPI_Compare_and_swap"},
{ mpiPi_MPI_Dims_create, "MPI_Dims_create"},
{ mpiPi_MPI_Errhandler_free, "MPI_Errhandler_free"},
{ mpiPi_MPI_Error_class, "MPI_Error_class"},
{ mpiPi_MPI_Error_string, "MPI_Error_string"},
{ mpiPi_MPI_Fetch_and_op, "MPI_Fetch_and_op"},
{ mpiPi_MPI_File_close, "MPI_File_close"},
{ mpiPi_MPI_File_delete, "MPI_File_delete"},
{ mpiPi_MPI_File_get_amode, "MPI_File_get_amode"},
{ mpiPi_MPI_File_get_byte_offset, "MPI_File_get_byte_offset"},
{ mpiPi_MPI_File_get_group, "MPI_File_get_group"},
{ mpiPi_MPI_File_get_info, "MPI_File_get_info"},
{ mpiPi_MPI_File_get_position, "MPI_File_get_position"},
{ mpiPi_MPI_File_get_size, "MPI_File_get_size"},
{ mpiPi_MPI_File_get_view, "MPI_File_get_view"},
{ mpiPi_MPI_File_open, "MPI_File_open"},
{ mpiPi_MPI_File_preallocate, "MPI_File_preallocate"},
{ mpiPi_MPI_File_read, "MPI_File_read"},
{ mpiPi_MPI_File_read_all, "MPI_File_read_all"},
{ mpiPi_MPI_File_read_at, "MPI_File_read_at"},
{ mpiPi_MPI_File_read_at_all, "MPI_File_read_at_all"},
{ mpiPi_MPI_File_seek, "MPI_File_seek"},
{ mpiPi_MPI_File_set_info, "MPI_File_set_info"},
{ mpiPi_MPI_File_set_size, "MPI_File_set_size"},
{ mpiPi_MPI_File_set_view, "MPI_File_set_view"},
{ mpiPi_MPI_File_sync, "MPI_File_sync"},
{ mpiPi_MPI_File_write, "MPI_File_write"},
{ mpiPi_MPI_File_write_all, "MPI_File_write_all"},
{ mpiPi_MPI_File_write_at, "MPI_File_write_at"},
{ mpiPi_MPI_File_write_at_all, "MPI_File_write_at_all"},
{ mpiPi_MPI_Finalize, "MPI_Finalize"},
{ mpiPi_MPI_Finalized, "MPI_Finalized"},
{ mpiPi_MPI_Gather, "MPI_Gather"},
{ mpiPi_MPI_Gatherv, "MPI_Gatherv"},
{ mpiPi_MPI_Get, "MPI_Get"},
{ mpiPi_MPI_Get_accumulate, "MPI_Get_accumulate"},
{ mpiPi_MPI_Get_address, "MPI_Get_address"},
{ mpiPi_MPI_Get_count, "MPI_Get_count"},
{ mpiPi_MPI_Get_elements, "MPI_Get_elements"},
{ mpiPi_MPI_Get_processor_name, "MPI_Get_processor_name"},
{ mpiPi_MPI_Get_version, "MPI_Get_version"},
{ mpiPi_MPI_Graph_create, "MPI_Graph_create"},
{ mpiPi_MPI_Graph_get, "MPI_Graph_get"},
{ mpiPi_MPI_Graph_map, "MPI_Graph_map"},
{ mpiPi_MPI_Graph_neighbors, "MPI_Graph_neighbors"},
{ mpiPi_MPI_Graph_neighbors_count, "MPI_Graph_neighbors_count"},
{ mpiPi_MPI_Graphdims_get, "MPI_Graphdims_get"},
{ mpiPi_MPI_Group_compare, "MPI_Group_compare"},
{ mpiPi_MPI_Group_difference, "MPI_Group_difference"},
{ mpiPi_MPI_Group_excl, "MPI_Group_excl"},
{ mpiPi_MPI_Group_free, "MPI_Group_free"},
{ mpiPi_MPI_Group_incl, "MPI_Group_incl"},
{ mpiPi_MPI_Group_intersection, "MPI_Group_intersection"},
{ mpiPi_MPI_Group_range_excl, "MPI_Group_range_excl"},
{ mpiPi_MPI_Group_range_incl, "MPI_Group_range_incl"},
{ mpiPi_MPI_Group_rank, "MPI_Group_rank"},
{ mpiPi_MPI_Group_size, "MPI_Group_size"},
{ mpiPi_MPI_Group_translate_ranks, "MPI_Group_translate_ranks"},
{ mpiPi_MPI_Group_union, "MPI_Group_union"},
{ mpiPi_MPI_Iallgather, "MPI_Iallgather"},
{ mpiPi_MPI_Iallgatherv, "MPI_Iallgatherv"},
{ mpiPi_MPI_Iallreduce, "MPI_Iallreduce"},
{ mpiPi_MPI_Ialltoall, "MPI_Ialltoall"},
{ mpiPi_MPI_Ialltoallv, "MPI_Ialltoallv"},
{ mpiPi_MPI_Ialltoallw, "MPI_Ialltoallw"},
{ mpiPi_MPI_Ibarrier, "MPI_Ibarrier"},
{ mpiPi_MPI_Ibcast, "MPI_Ibcast"},
{ mpiPi_MPI_Ibsend, "MPI_Ibsend"},
{ mpiPi_MPI_Iexscan, "MPI_Iexscan"},
{ mpiPi_MPI_Igather, "MPI_Igather"},
{ mpiPi_MPI_Igatherv, "MPI_Igatherv"},
{ mpiPi_MPI_Init, "MPI_Init"},
{ mpiPi_MPI_Init_thread, "MPI_Init_thread"},
{ mpiPi_MPI_Initialized, "MPI_Initialized"},
{ mpiPi_MPI_Intercomm_create, "MPI_Intercomm_create"},
{ mpiPi_MPI_Intercomm_merge, "MPI_Intercomm_merge"},
{ mpiPi_MPI_Iprobe, "MPI_Iprobe"},
{ mpiPi_MPI_Irecv, "MPI_Irecv"},
{ mpiPi_MPI_Ireduce, "MPI_Ireduce"},
{ mpiPi_MPI_Ireduce_scatter, "MPI_Ireduce_scatter"},
{ mpiPi_MPI_Ireduce_scatter_block, "MPI_Ireduce_scatter_block"},
{ mpiPi_MPI_Irsend, "MPI_Irsend"},
{ mpiPi_MPI_Iscan, "MPI_Iscan"},
{ mpiPi_MPI_Iscatter, "MPI_Iscatter"},
{ mpiPi_MPI_Iscatterv, "MPI_Iscatterv"},
{ mpiPi_MPI_Isend, "MPI_Isend"},
{ mpiPi_MPI_Issend, "MPI_Issend"},
{ mpiPi_MPI_Op_create, "MPI_Op_create"},
{ mpiPi_MPI_Op_free, "MPI_Op_free"},
{ mpiPi_MPI_Pack, "MPI_Pack"},
{ mpiPi_MPI_Pack_size, "MPI_Pack_size"},
{ mpiPi_MPI_Probe, "MPI_Probe"},
{ mpiPi_MPI_Put, "MPI_Put"},
{ mpiPi_MPI_Raccumulate, "MPI_Raccumulate"},
{ mpiPi_MPI_Recv, "MPI_Recv"},
{ mpiPi_MPI_Recv_init, "MPI_Recv_init"},
{ mpiPi_MPI_Reduce, "MPI_Reduce"},
{ mpiPi_MPI_Reduce_scatter, "MPI_Reduce_scatter"},
{ mpiPi_MPI_Request_free, "MPI_Request_free"},
{ mpiPi_MPI_Rget, "MPI_Rget"},
{ mpiPi_MPI_Rget_accumulate, "MPI_Rget_accumulate"},
{ mpiPi_MPI_Rput, "MPI_Rput"},
{ mpiPi_MPI_Rsend, "MPI_Rsend"},
{ mpiPi_MPI_Rsend_init, "MPI_Rsend_init"},
{ mpiPi_MPI_Scan, "MPI_Scan"},
{ mpiPi_MPI_Scatter, "MPI_Scatter"},
{ mpiPi_MPI_Scatterv, "MPI_Scatterv"},
{ mpiPi_MPI_Send, "MPI_Send"},
{ mpiPi_MPI_Send_init, "MPI_Send_init"},
{ mpiPi_MPI_Sendrecv, "MPI_Sendrecv"},
{ mpiPi_MPI_Sendrecv_replace, "MPI_Sendrecv_replace"},
{ mpiPi_MPI_Ssend, "MPI_Ssend"},
{ mpiPi_MPI_Ssend_init, "MPI_Ssend_init"},
{ mpiPi_MPI_Start, "MPI_Start"},
{ mpiPi_MPI_Startall, "MPI_Startall"},
{ mpiPi_MPI_Test, "MPI_Test"},
{ mpiPi_MPI_Test_cancelled, "MPI_Test_cancelled"},
{ mpiPi_MPI_Testall, "MPI_Testall"},
{ mpiPi_MPI_Testany, "MPI_Testany"},
{ mpiPi_MPI_Testsome, "MPI_Testsome"},
{ mpiPi_MPI_Topo_test, "MPI_Topo_test"},
{ mpiPi_MPI_Type_commit, "MPI_Type_commit"},
{ mpiPi_MPI_Type_contiguous, "MPI_Type_contiguous"},
{ mpiPi_MPI_Type_count, "MPI_Type_count"},
{ mpiPi_MPI_Type_create_darray, "MPI_Type_create_darray"},
{ mpiPi_MPI_Type_create_hindexed, "MPI_Type_create_hindexed"},
{ mpiPi_MPI_Type_create_hvector, "MPI_Type_create_hvector"},
{ mpiPi_MPI_Type_create_indexed_block, "MPI_Type_create_indexed_block"},
{ mpiPi_MPI_Type_create_struct, "MPI_Type_create_struct"},
{ mpiPi_MPI_Type_create_subarray, "MPI_Type_create_subarray"},
{ mpiPi_MPI_Type_free, "MPI_Type_free"},
{ mpiPi_MPI_Type_get_contents, "MPI_Type_get_contents"},
{ mpiPi_MPI_Type_get_envelope, "MPI_Type_get_envelope"},
{ mpiPi_MPI_Type_get_extent, "MPI_Type_get_extent"},
{ mpiPi_MPI_Type_indexed, "MPI_Type_indexed"},
{ mpiPi_MPI_Type_size, "MPI_Type_size"},
{ mpiPi_MPI_Type_vector, "MPI_Type_vector"},
{ mpiPi_MPI_Unpack, "MPI_Unpack"},
{ mpiPi_MPI_Wait, "MPI_Wait"},
{ mpiPi_MPI_Waitall, "MPI_Waitall"},
{ mpiPi_MPI_Waitany, "MPI_Waitany"},
{ mpiPi_MPI_Waitsome, "MPI_Waitsome"},
{ mpiPi_MPI_Win_allocate, "MPI_Win_allocate"},
{ mpiPi_MPI_Win_allocate_shared, "MPI_Win_allocate_shared"},
{ mpiPi_MPI_Win_attach, "MPI_Win_attach"},
{ mpiPi_MPI_Win_complete, "MPI_Win_complete"},
{ mpiPi_MPI_Win_create, "MPI_Win_create"},
{ mpiPi_MPI_Win_create_dynamic, "MPI_Win_create_dynamic"},
{ mpiPi_MPI_Win_detach, "MPI_Win_detach"},
{ mpiPi_MPI_Win_fence, "MPI_Win_fence"},
{ mpiPi_MPI_Win_flush, "MPI_Win_flush"},
{ mpiPi_MPI_Win_flush_all, "MPI_Win_flush_all"},
{ mpiPi_MPI_Win_flush_local, "MPI_Win_flush_local"},
{ mpiPi_MPI_Win_flush_local_all, "MPI_Win_flush_local_all"},
{ mpiPi_MPI_Win_free, "MPI_Win_free"},
{ mpiPi_MPI_Win_get_group, "MPI_Win_get_group"},
{ mpiPi_MPI_Win_get_info, "MPI_Win_get_info"},
{ mpiPi_MPI_Win_lock, "MPI_Win_lock"},
{ mpiPi_MPI_Win_lock_all, "MPI_Win_lock_all"},
{ mpiPi_MPI_Win_post, "MPI_Win_post"},
{ mpiPi_MPI_Win_set_info, "MPI_Win_set_info"},
{ mpiPi_MPI_Win_shared_query, "MPI_Win_shared_query"},
{ mpiPi_MPI_Win_start, "MPI_Win_start"},
{ mpiPi_MPI_Win_sync, "MPI_Win_sync"},
{ mpiPi_MPI_Win_test, "MPI_Win_test"},
{ mpiPi_MPI_Win_unlock, "MPI_Win_unlock"},
{ mpiPi_MPI_Win_unlock_all, "MPI_Win_unlock_all"},
{ mpiPi_MPI_Win_wait, "MPI_Win_wait"},
{ mpiPi_MPI_Wtick, "MPI_Wtick"},
{ mpiPi_MPI_Wtime, "MPI_Wtime"},
{0,NULL}};
/* eof */