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

« back to all changes in this revision

Viewing changes to src/mpid/ch3/channels/nemesis/netmod/portals4/ptl_init.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:
281
281
    vc_ch->iStartContigMsg = MPID_nem_ptl_iStartContigMsg;
282
282
    vc_ch->iSendContig     = MPID_nem_ptl_iSendContig;
283
283
 
284
 
    if (MPIR_PARAM_COMM_OVERRIDES) /* allow feature to be disabled at runtime */
 
284
    if (MPIR_CVAR_COMM_OVERRIDES) /* allow feature to be disabled at runtime */
285
285
        vc->comm_ops = &comm_ops;
286
286
 
287
287
    vc_ch->next = NULL;