|
9 | 9 | * Copyright (c) 2019 Mellanox Technologies, Inc. |
10 | 10 | * All rights reserved. |
11 | 11 | * Copyright (c) 2020 IBM Corporation. All rights reserved. |
| 12 | + * Copyright (c) 2022 Triad National Security, LLC. All rights reserved. |
12 | 13 | * $COPYRIGHT$ |
13 | 14 | * |
14 | 15 | * Additional copyrights may follow |
@@ -63,8 +64,6 @@ static const ompi_spc_event_t ompi_spc_events_desc[OMPI_SPC_NUM_COUNTERS] = { |
63 | 64 | SET_COUNTER_ARRAY(OMPI_SPC_RECV, "The number of times MPI_Recv was called.", false, false), |
64 | 65 | SET_COUNTER_ARRAY(OMPI_SPC_MRECV, "The number of times MPI_Mrecv was called.", false, false), |
65 | 66 | SET_COUNTER_ARRAY(OMPI_SPC_ISEND, "The number of times MPI_Isend was called.", false, false), |
66 | | - SET_COUNTER_ARRAY(OMPI_SPC_ISENDRECV, "The number of times MPI_Isendrecv was called.", false, false), |
67 | | - SET_COUNTER_ARRAY(OMPI_SPC_ISENDRECV_REPLACE, "The number of times MPI_Isendrecv_replace was called.", false, false), |
68 | 67 | SET_COUNTER_ARRAY(OMPI_SPC_IBSEND, "The number of times MPI_Ibsend was called.", false, false), |
69 | 68 | SET_COUNTER_ARRAY(OMPI_SPC_IRSEND, "The number of times MPI_Irsend was called.", false, false), |
70 | 69 | SET_COUNTER_ARRAY(OMPI_SPC_ISSEND, "The number of times MPI_Issend was called.", false, false), |
@@ -168,6 +167,8 @@ static const ompi_spc_event_t ompi_spc_events_desc[OMPI_SPC_NUM_COUNTERS] = { |
168 | 167 | "contained at once since the last reset of this counter. Note: This counter is reset each time it is read.", true, false), |
169 | 168 | SET_COUNTER_ARRAY(OMPI_SPC_MAX_OOS_IN_QUEUE, "The maximum number of messages that the out of sequence message queue(s) within an MPI process " |
170 | 169 | "contained at once since the last reset of this counter. Note: This counter is reset each time it is read.", true, false) |
| 170 | + SET_COUNTER_ARRAY(OMPI_SPC_ISENDRECV, "The number of times MPI_Isendrecv was called.", false, false), |
| 171 | + SET_COUNTER_ARRAY(OMPI_SPC_ISENDRECV_REPLACE, "The number of times MPI_Isendrecv_replace was called.", false, false), |
171 | 172 | }; |
172 | 173 |
|
173 | 174 | /* An array of event structures to store the event data (value, attachments, flags) */ |
|
0 commit comments