Skip to content

Commit 6c75334

Browse files
committed
Use the correct counter name in the example.
Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
1 parent a0fce4e commit 6c75334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/spc/spc_test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ int main(int argc, char **argv)
4444
char name[256], description[256];
4545

4646
/* Counter names to be read by ranks 0 and 1 */
47-
char *counter_names[] = { "runtime_spc_OMPI_BYTES_SENT_USER",
48-
"runtime_spc_OMPI_BYTES_RECEIVED_USER" };
47+
char *counter_names[] = { "runtime_spc_OMPI_SPC_BYTES_SENT_USER",
48+
"runtime_spc_OMPI_SPC_BYTES_RECEIVED_USER" };
4949

5050
MPI_Init(NULL, NULL);
5151
MPI_result = MPI_T_init_thread(MPI_THREAD_SINGLE, &provided);

0 commit comments

Comments
 (0)