MPIT_result       105 ompi/mca/common/monitoring/monitoring_prof.c     int result, MPIT_result;
MPIT_result       113 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_init_thread(MPI_THREAD_SINGLE, &provided);
MPIT_result       114 ompi/mca/common/monitoring/monitoring_prof.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       116 ompi/mca/common/monitoring/monitoring_prof.c         PMPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       119 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_session_create(&session);
MPIT_result       120 ompi/mca/common/monitoring/monitoring_prof.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       122 ompi/mca/common/monitoring/monitoring_prof.c         PMPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       148 ompi/mca/common/monitoring/monitoring_prof.c     int result, MPIT_result;
MPIT_result       287 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_session_free(&session);
MPIT_result       288 ompi/mca/common/monitoring/monitoring_prof.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       292 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_finalize();
MPIT_result       293 ompi/mca/common/monitoring/monitoring_prof.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       305 ompi/mca/common/monitoring/monitoring_prof.c     int MPIT_result;
MPIT_result       310 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_get_index(res->pvar_name, MPI_T_PVAR_CLASS_SIZE, &(res->pvar_idx));
MPIT_result       311 ompi/mca/common/monitoring/monitoring_prof.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       313 ompi/mca/common/monitoring/monitoring_prof.c         PMPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       316 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_handle_alloc(session, res->pvar_idx, comm_world, &(res->pvar_handle), &count);
MPIT_result       317 ompi/mca/common/monitoring/monitoring_prof.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       319 ompi/mca/common/monitoring/monitoring_prof.c         PMPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       332 ompi/mca/common/monitoring/monitoring_prof.c     int MPIT_result;
MPIT_result       334 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_start(session, res->pvar_handle);
MPIT_result       335 ompi/mca/common/monitoring/monitoring_prof.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       337 ompi/mca/common/monitoring/monitoring_prof.c         PMPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       343 ompi/mca/common/monitoring/monitoring_prof.c     int MPIT_result;
MPIT_result       345 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_stop(session, res->pvar_handle);
MPIT_result       346 ompi/mca/common/monitoring/monitoring_prof.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       348 ompi/mca/common/monitoring/monitoring_prof.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       354 ompi/mca/common/monitoring/monitoring_prof.c     int MPIT_result;
MPIT_result       356 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_read(session, res->pvar_handle, res->vector);
MPIT_result       357 ompi/mca/common/monitoring/monitoring_prof.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       359 ompi/mca/common/monitoring/monitoring_prof.c         PMPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       365 ompi/mca/common/monitoring/monitoring_prof.c     int MPIT_result;
MPIT_result       367 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_handle_free(session, &(res->pvar_handle));
MPIT_result       368 ompi/mca/common/monitoring/monitoring_prof.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       370 ompi/mca/common/monitoring/monitoring_prof.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        34 test/monitoring/check_monitoring.c         int MPIT_result;                                                \
MPIT_result        35 test/monitoring/check_monitoring.c         MPIT_result = MPI_T_pvar_start(session, pvar_prefix ## _handle); \
MPIT_result        36 test/monitoring/check_monitoring.c         if( MPI_SUCCESS != MPIT_result ) {                              \
MPIT_result        39 test/monitoring/check_monitoring.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);                     \
MPIT_result        41 test/monitoring/check_monitoring.c         return MPIT_result;                                             \
MPIT_result        45 test/monitoring/check_monitoring.c         int MPIT_result;                                                \
MPIT_result        48 test/monitoring/check_monitoring.c         MPIT_result = MPI_T_pvar_get_index(pvar_prefix ## _pvar_name,   \
MPIT_result        51 test/monitoring/check_monitoring.c         if( MPI_SUCCESS != MPIT_result ) {                              \
MPIT_result        54 test/monitoring/check_monitoring.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);                     \
MPIT_result        55 test/monitoring/check_monitoring.c             return MPIT_result;                                         \
MPIT_result        60 test/monitoring/check_monitoring.c         MPIT_result = MPI_T_pvar_handle_alloc(session, pvar_prefix ## _pvar_idx, \
MPIT_result        63 test/monitoring/check_monitoring.c         if( MPI_SUCCESS != MPIT_result ) {                              \
MPIT_result        66 test/monitoring/check_monitoring.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);                     \
MPIT_result        67 test/monitoring/check_monitoring.c             return MPIT_result;                                         \
MPIT_result        74 test/monitoring/check_monitoring.c         int MPIT_result;                                                \
MPIT_result        75 test/monitoring/check_monitoring.c         MPIT_result = MPI_T_pvar_stop(session, pvar_prefix ## _handle); \
MPIT_result        76 test/monitoring/check_monitoring.c         if( MPI_SUCCESS != MPIT_result ) {                              \
MPIT_result        79 test/monitoring/check_monitoring.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);                     \
MPIT_result        81 test/monitoring/check_monitoring.c         return MPIT_result;                                             \
MPIT_result        85 test/monitoring/check_monitoring.c         int MPIT_result;                                                \
MPIT_result        87 test/monitoring/check_monitoring.c         MPIT_result = pvar_prefix ## _stop(session);                    \
MPIT_result        89 test/monitoring/check_monitoring.c         MPIT_result = MPI_T_pvar_handle_free(session, &(pvar_prefix ## _handle)); \
MPIT_result        90 test/monitoring/check_monitoring.c         if( MPI_SUCCESS != MPIT_result ) {				\
MPIT_result        93 test/monitoring/check_monitoring.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);			\
MPIT_result        94 test/monitoring/check_monitoring.c             return MPIT_result;                                         \
MPIT_result        96 test/monitoring/check_monitoring.c         return MPIT_result;						\
MPIT_result       100 test/monitoring/check_monitoring.c         int MPIT_result;                                                \
MPIT_result       102 test/monitoring/check_monitoring.c         MPIT_result = pvar_prefix ## _stop(session);                    \
MPIT_result       104 test/monitoring/check_monitoring.c         MPIT_result = MPI_T_pvar_read(session, pvar_prefix ## _handle, values); \
MPIT_result       105 test/monitoring/check_monitoring.c         if( MPI_SUCCESS != MPIT_result ) {				\
MPIT_result       108 test/monitoring/check_monitoring.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);			\
MPIT_result       148 test/monitoring/check_monitoring.c     int MPIT_result, provided;
MPIT_result       149 test/monitoring/check_monitoring.c     MPIT_result = MPI_T_init_thread(MPI_THREAD_SINGLE, &provided);
MPIT_result       150 test/monitoring/check_monitoring.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       152 test/monitoring/check_monitoring.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       154 test/monitoring/check_monitoring.c     MPIT_result = MPI_T_pvar_session_create(session);
MPIT_result       155 test/monitoring/check_monitoring.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       157 test/monitoring/check_monitoring.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       172 test/monitoring/check_monitoring.c     int MPIT_result;
MPIT_result       181 test/monitoring/check_monitoring.c     MPIT_result = MPI_T_pvar_session_free(session);
MPIT_result       182 test/monitoring/check_monitoring.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       184 test/monitoring/check_monitoring.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        20 test/monitoring/example_reduce_count.c     int rank, size, n, to, from, tagno, MPIT_result, provided, count;
MPIT_result        35 test/monitoring/example_reduce_count.c     MPIT_result = MPI_T_init_thread(MPI_THREAD_SINGLE, &provided);
MPIT_result        36 test/monitoring/example_reduce_count.c     if (MPIT_result != MPI_SUCCESS)
MPIT_result        37 test/monitoring/example_reduce_count.c 	MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        39 test/monitoring/example_reduce_count.c     MPIT_result = MPI_T_pvar_get_index(count_pvar_name, MPI_T_PVAR_CLASS_SIZE, &count_pvar_idx);
MPIT_result        40 test/monitoring/example_reduce_count.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result        43 test/monitoring/example_reduce_count.c 	MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        46 test/monitoring/example_reduce_count.c     MPIT_result = MPI_T_pvar_session_create(&session);
MPIT_result        47 test/monitoring/example_reduce_count.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result        49 test/monitoring/example_reduce_count.c 	MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        53 test/monitoring/example_reduce_count.c     MPIT_result = MPI_T_pvar_handle_alloc(session, count_pvar_idx,
MPIT_result        55 test/monitoring/example_reduce_count.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result        58 test/monitoring/example_reduce_count.c 	MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        63 test/monitoring/example_reduce_count.c     MPIT_result = MPI_T_pvar_start(session, count_handle);
MPIT_result        64 test/monitoring/example_reduce_count.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result        67 test/monitoring/example_reduce_count.c 	MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        86 test/monitoring/example_reduce_count.c     MPIT_result = MPI_T_pvar_read(session, count_handle, counts);
MPIT_result        87 test/monitoring/example_reduce_count.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result        90 test/monitoring/example_reduce_count.c 	MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       103 test/monitoring/example_reduce_count.c     MPIT_result = MPI_T_pvar_stop(session, count_handle);
MPIT_result       104 test/monitoring/example_reduce_count.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       107 test/monitoring/example_reduce_count.c 	MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       110 test/monitoring/example_reduce_count.c     MPIT_result = MPI_T_pvar_handle_free(session, &count_handle);
MPIT_result       111 test/monitoring/example_reduce_count.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       114 test/monitoring/example_reduce_count.c 	MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       117 test/monitoring/example_reduce_count.c     MPIT_result = MPI_T_pvar_session_free(&session);
MPIT_result       118 test/monitoring/example_reduce_count.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       120 test/monitoring/example_reduce_count.c 	MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        78 test/monitoring/monitoring_test.c     int rank, size, n, to, from, tagno, MPIT_result, provided, count, world_rank;
MPIT_result       105 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_init_thread(MPI_THREAD_SINGLE, &provided);
MPIT_result       106 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS)
MPIT_result       107 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       109 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_get_index(flush_pvar_name, MPI_T_PVAR_CLASS_GENERIC, &flush_pvar_idx);
MPIT_result       110 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       113 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       116 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_session_create(&session);
MPIT_result       117 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       119 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       123 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_handle_alloc(session, flush_pvar_idx,
MPIT_result       125 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       128 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       131 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_start(session, flush_handle);
MPIT_result       132 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       135 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       170 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_stop(session, flush_handle);
MPIT_result       171 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       174 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       177 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_start(session, flush_handle);
MPIT_result       178 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       181 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       249 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_stop(session, flush_handle);
MPIT_result       250 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       253 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       256 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_start(session, flush_handle);
MPIT_result       257 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       260 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       351 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_stop(session, flush_handle);
MPIT_result       352 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       355 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       358 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_handle_free(session, &flush_handle);
MPIT_result       359 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       362 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       365 test/monitoring/monitoring_test.c         MPIT_result = MPI_T_pvar_session_free(&session);
MPIT_result       366 test/monitoring/monitoring_test.c         if (MPIT_result != MPI_SUCCESS) {
MPIT_result       368 test/monitoring/monitoring_test.c             MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        66 test/monitoring/test_pvar_access.c     int rank, size, n, to, from, tagno, MPIT_result, provided, count;
MPIT_result        86 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_init_thread(MPI_THREAD_SINGLE, &provided);
MPIT_result        87 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS)
MPIT_result        88 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        91 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_get_index(count_pvar_name, MPI_T_PVAR_CLASS_SIZE, &count_pvar_idx);
MPIT_result        92 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result        95 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result        97 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_get_index(msize_pvar_name, MPI_T_PVAR_CLASS_SIZE, &msize_pvar_idx);
MPIT_result        98 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       101 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       105 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_session_create(&session);
MPIT_result       106 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       109 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       113 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_handle_alloc(session, count_pvar_idx,
MPIT_result       115 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       118 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       120 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_handle_alloc(session, msize_pvar_idx,
MPIT_result       122 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       125 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       135 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_start(session, count_handle);
MPIT_result       136 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       139 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       141 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_start(session, msize_handle);
MPIT_result       142 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       145 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       164 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_stop(session, count_handle);
MPIT_result       165 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       168 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       170 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_stop(session, msize_handle);
MPIT_result       171 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       174 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       177 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_read(session, count_handle, msg_count_p1);
MPIT_result       178 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       181 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       183 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_read(session, msize_handle, msg_size_p1);
MPIT_result       184 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       187 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       203 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_read(session, count_handle, msg_count_p1);
MPIT_result       204 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       207 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       209 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_read(session, msize_handle, msg_size_p1);
MPIT_result       210 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       213 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       221 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_start(session, count_handle);
MPIT_result       222 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       225 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       227 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_start(session, msize_handle);
MPIT_result       228 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       231 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       267 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_read(session, count_handle, msg_count_p2);
MPIT_result       268 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       271 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       273 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_read(session, msize_handle, msg_size_p2);
MPIT_result       274 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       277 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       298 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_handle_free(session, &count_handle);
MPIT_result       299 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       302 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       304 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_handle_free(session, &msize_handle);
MPIT_result       305 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       308 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);
MPIT_result       311 test/monitoring/test_pvar_access.c     MPIT_result = MPI_T_pvar_session_free(&session);
MPIT_result       312 test/monitoring/test_pvar_access.c     if (MPIT_result != MPI_SUCCESS) {
MPIT_result       315 test/monitoring/test_pvar_access.c         MPI_Abort(MPI_COMM_WORLD, MPIT_result);