~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/mpid/ch3/channels/nemesis/netmod/newmad/newmad_probe.c

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
   else
75
75
     NEM_NMAD_MATCH_GET_TAG(out_tag,status->MPI_TAG);
76
76
   
77
 
   status->count = size;
 
77
   MPIR_STATUS_SET_COUNT(*status, size);
78
78
   
79
79
 fn_exit:
80
80
    return mpi_errno;
144
144
       else
145
145
         NEM_NMAD_MATCH_GET_TAG(out_tag,status->MPI_TAG);  
146
146
       
147
 
       status->count = size;
 
147
       MPIR_STATUS_SET_COUNT(*status, size);
148
148
       *flag = TRUE;
149
149
    }
150
150
    else