1
1
Signed-off-by: Thomas Naughton <naughtont@ornl.gov>
Этот коммит содержится в:
Thomas Naughton 2020-10-13 14:40:49 -04:00
родитель 23269ccaa6
Коммит 9201503bc5

Просмотреть файл

@ -54,8 +54,9 @@ int main(int argc, char **argv)
char name[256], description[256];
/* Counter names to be read by ranks 0 and 1 */
char *counter_names[] = {"runtime_spc_OMPI_BYTES_SENT_USER",
"runtime_spc_OMPI_BYTES_RECEIVED_USER" };
/* (See also: ompi_spc_counters_t for list) */
char *counter_names[] = {"runtime_spc_OMPI_SPC_BYTES_SENT_USER",
"runtime_spc_OMPI_SPC_BYTES_RECEIVED_USER" };
MPI_Init(NULL, NULL);
MPI_T_init_thread(MPI_THREAD_SINGLE, &provided);