[mpich2-commits] r6706 - mpich2/trunk/src/mpid/ch3/channels/sock/src
gropp at mcs.anl.gov
gropp at mcs.anl.gov
Mon May 24 08:57:29 CDT 2010
Author: gropp
Date: 2010-05-24 08:57:29 -0500 (Mon, 24 May 2010)
New Revision: 6706
Modified:
mpich2/trunk/src/mpid/ch3/channels/sock/src/ch3_progress.c
Log:
Updated fixmes and removed a shadowed declaration
Modified: mpich2/trunk/src/mpid/ch3/channels/sock/src/ch3_progress.c
===================================================================
--- mpich2/trunk/src/mpid/ch3/channels/sock/src/ch3_progress.c 2010-05-24 13:56:14 UTC (rev 6705)
+++ mpich2/trunk/src/mpid/ch3/channels/sock/src/ch3_progress.c 2010-05-24 13:57:29 UTC (rev 6706)
@@ -563,7 +563,6 @@
if (nb > 0 && adjust_iov(&iovp, &sreq->dev.iov_count, nb))
{
- int (*reqFn)(MPIDI_VC_t *, MPID_Request *, int *);
int complete;
reqFn = sreq->dev.OnDataAvail;
@@ -661,6 +660,7 @@
/* Note that this routine is only called if threads are enabled;
it does not need to check whether runtime threads are enabled */
+/* FIXME: Test for runtime thread level (here or where used) */
#undef FUNCNAME
#define FUNCNAME MPIDI_CH3I_Progress_delay
#undef FCNAME
@@ -684,7 +684,7 @@
}
/* end MPIDI_CH3I_Progress_delay() */
-
+/* FIXME: Test for runtime thread level */
#undef FUNCNAME
#define FUNCNAME MPIDI_CH3I_Progress_continue
#undef FCNAME
More information about the mpich2-commits
mailing list