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.
2 parents 23269cc + 9201503 commit 7aa195fCopy full SHA for 7aa195f
examples/spc_example.c
@@ -54,8 +54,9 @@ int main(int argc, char **argv)
54
char name[256], description[256];
55
56
/* Counter names to be read by ranks 0 and 1 */
57
- char *counter_names[] = {"runtime_spc_OMPI_BYTES_SENT_USER",
58
- "runtime_spc_OMPI_BYTES_RECEIVED_USER" };
+ /* (See also: ompi_spc_counters_t for list) */
+ char *counter_names[] = {"runtime_spc_OMPI_SPC_BYTES_SENT_USER",
59
+ "runtime_spc_OMPI_SPC_BYTES_RECEIVED_USER" };
60
61
MPI_Init(NULL, NULL);
62
MPI_T_init_thread(MPI_THREAD_SINGLE, &provided);
0 commit comments