We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fce4e commit 6c75334Copy full SHA for 6c75334
test/spc/spc_test.c
@@ -44,8 +44,8 @@ int main(int argc, char **argv)
44
char name[256], description[256];
45
46
/* 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" };
+ char *counter_names[] = { "runtime_spc_OMPI_SPC_BYTES_SENT_USER",
+ "runtime_spc_OMPI_SPC_BYTES_RECEIVED_USER" };
49
50
MPI_Init(NULL, NULL);
51
MPI_result = MPI_T_init_thread(MPI_THREAD_SINGLE, &provided);
0 commit comments