MPI_result         41 test/spc/spc_test.c     int i, rank, size, provided, num, name_len, desc_len, verbosity, bind, var_class, readonly, continuous, atomic, count, index, MPI_result;
MPI_result         51 test/spc/spc_test.c     MPI_result = MPI_T_init_thread(MPI_THREAD_SINGLE, &provided);
MPI_result         52 test/spc/spc_test.c     if(MPI_result != MPI_SUCCESS) {
MPI_result         54 test/spc/spc_test.c         MPI_Abort(MPI_COMM_WORLD, MPI_result);
MPI_result         66 test/spc/spc_test.c     MPI_result = MPI_T_pvar_get_num(&num);
MPI_result         67 test/spc/spc_test.c     if(MPI_result != MPI_SUCCESS) {
MPI_result         69 test/spc/spc_test.c         MPI_Abort(MPI_COMM_WORLD, MPI_result);
MPI_result         77 test/spc/spc_test.c         if(MPI_result != MPI_SUCCESS || MPI_result == MPI_T_ERR_PVAR_NO_STARTSTOP) {
MPI_result         79 test/spc/spc_test.c             MPI_Abort(MPI_COMM_WORLD, MPI_result);
MPI_result         99 test/spc/spc_test.c     MPI_result = MPI_T_pvar_session_create(&session);
MPI_result        100 test/spc/spc_test.c     if(MPI_result != MPI_SUCCESS) {
MPI_result        102 test/spc/spc_test.c         MPI_Abort(MPI_COMM_WORLD, MPI_result);
MPI_result        105 test/spc/spc_test.c     MPI_result = MPI_T_pvar_handle_alloc(session, index, NULL, &handle, &count);
MPI_result        106 test/spc/spc_test.c     if(MPI_result != MPI_SUCCESS) {
MPI_result        108 test/spc/spc_test.c         MPI_Abort(MPI_COMM_WORLD, MPI_result);
MPI_result        111 test/spc/spc_test.c     MPI_result = MPI_T_pvar_start(session, handle);
MPI_result        112 test/spc/spc_test.c     if(MPI_result != MPI_SUCCESS) {
MPI_result        113 test/spc/spc_test.c         if(MPI_result != MPI_T_ERR_PVAR_NO_STARTSTOP) {
MPI_result        115 test/spc/spc_test.c             MPI_Abort(MPI_COMM_WORLD, MPI_result);
MPI_result        126 test/spc/spc_test.c     MPI_result = MPI_T_pvar_read(session, handle, &value);
MPI_result        127 test/spc/spc_test.c     if(MPI_result != MPI_SUCCESS) {
MPI_result        129 test/spc/spc_test.c         MPI_Abort(MPI_COMM_WORLD, MPI_result);
MPI_result        145 test/spc/spc_test.c     MPI_result = MPI_T_pvar_stop(session, handle);
MPI_result        146 test/spc/spc_test.c     if(MPI_result != MPI_SUCCESS) {
MPI_result        147 test/spc/spc_test.c         if(MPI_result != MPI_T_ERR_PVAR_NO_STARTSTOP) {
MPI_result        149 test/spc/spc_test.c             MPI_Abort(MPI_COMM_WORLD, MPI_result);
MPI_result        153 test/spc/spc_test.c     MPI_result = MPI_T_pvar_handle_free(session, &handle);
MPI_result        154 test/spc/spc_test.c     if(MPI_result != MPI_SUCCESS) {
MPI_result        156 test/spc/spc_test.c         MPI_Abort(MPI_COMM_WORLD, MPI_result);
MPI_result        159 test/spc/spc_test.c     MPI_result = MPI_T_pvar_session_free(&session);
MPI_result        160 test/spc/spc_test.c     if(MPI_result != MPI_SUCCESS) {
MPI_result        162 test/spc/spc_test.c         MPI_Abort(MPI_COMM_WORLD, MPI_result);
MPI_result        165 test/spc/spc_test.c     MPI_result = MPI_T_finalize();
MPI_result        166 test/spc/spc_test.c     if(MPI_result != MPI_SUCCESS) {
MPI_result        168 test/spc/spc_test.c         MPI_Abort(MPI_COMM_WORLD, MPI_result);