msg_count_p1 72 test/monitoring/test_pvar_access.c size_t*msg_count_p1, *msg_size_p1; msg_count_p1 129 test/monitoring/test_pvar_access.c msg_count_p1 = calloc(count * 4, sizeof(size_t)); msg_count_p1 130 test/monitoring/test_pvar_access.c msg_size_p1 = &msg_count_p1[count]; msg_count_p1 131 test/monitoring/test_pvar_access.c msg_count_p2 = &msg_count_p1[2*count]; msg_count_p1 132 test/monitoring/test_pvar_access.c msg_size_p2 = &msg_count_p1[3*count]; msg_count_p1 177 test/monitoring/test_pvar_access.c MPIT_result = MPI_T_pvar_read(session, count_handle, msg_count_p1); msg_count_p1 193 test/monitoring/test_pvar_access.c print_vars(world_rank, world_size, msg_count_p1, msg_size_p1); msg_count_p1 198 test/monitoring/test_pvar_access.c print_vars(world_rank, world_size, msg_count_p1, msg_size_p1); msg_count_p1 203 test/monitoring/test_pvar_access.c MPIT_result = MPI_T_pvar_read(session, count_handle, msg_count_p1); msg_count_p1 282 test/monitoring/test_pvar_access.c msg_count_p2[i] -= msg_count_p1[i]; msg_count_p1 320 test/monitoring/test_pvar_access.c free(msg_count_p1);