[mpich2-commits] r4109 - mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/mx
buntinas at mcs.anl.gov
buntinas at mcs.anl.gov
Wed Mar 18 10:45:26 CDT 2009
Author: buntinas
Date: 2009-03-18 10:45:26 -0500 (Wed, 18 Mar 2009)
New Revision: 4109
Modified:
mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/mx/mx_poll.c
Log:
removed c++ style comments
Modified: mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/mx/mx_poll.c
===================================================================
--- mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/mx/mx_poll.c 2009-03-18 15:20:27 UTC (rev 4108)
+++ mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/mx/mx_poll.c 2009-03-18 15:45:26 UTC (rev 4109)
@@ -305,7 +305,7 @@
}
-//static int my__count = 0;
+
#ifndef USE_CTXT_AS_MARK
#undef FUNCNAME
#define FUNCNAME MPID_nem_mx_poll
@@ -333,7 +333,7 @@
MPID_Request *req = (MPID_Request *)(status.context);
if ((req->kind == MPID_REQUEST_SEND) || (req->kind == MPID_PREQUEST_SEND))
{
- //MPIU_Assert(MPIDI_Request_get_type(req) != MPIDI_REQUEST_TYPE_GET_RESP);
+
MPID_nem_mx_handle_sreq(req);
}
else if (req->kind == MPID_REQUEST_RECV)
@@ -433,7 +433,7 @@
{
if ((req->kind == MPID_REQUEST_SEND) || (req->kind == MPID_PREQUEST_SEND))
{
- //MPIU_Assert(MPIDI_Request_get_type(req) != MPIDI_REQUEST_TYPE_GET_RESP);
+
MPID_nem_mx_handle_sreq(req);
}
else if (req->kind == MPID_REQUEST_RECV)
More information about the mpich2-commits
mailing list