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

« back to all changes in this revision

Viewing changes to src/mpid/ch3/channels/nemesis/src/ch3_istartmsg.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:
55
55
    if (MPIDI_CH3I_Sendq_empty(MPIDI_CH3I_shm_sendq))
56
56
       /* MT */
57
57
    {
 
58
        MPIU_Assert(hdr_sz <= INT_MAX);
58
59
        MPIU_DBG_MSG_D (CH3_CHANNEL, VERBOSE, "iStartMsg %d", (int) hdr_sz);
59
 
        mpi_errno = MPID_nem_mpich_send_header (hdr, hdr_sz, vc, &again);
 
60
        mpi_errno = MPID_nem_mpich_send_header (hdr, (int)hdr_sz, vc, &again);
60
61
        if (mpi_errno) MPIU_ERR_POP (mpi_errno);
61
62
        if (again)
62
63
        {