[mpich-commits] r10620 - mpich2/trunk/src/mpid/ch3/src

gropp at mcs.anl.gov gropp at mcs.anl.gov
Mon Nov 19 10:59:27 CST 2012


Author: gropp
Date: 2012-11-19 10:59:27 -0600 (Mon, 19 Nov 2012)
New Revision: 10620

Modified:
   mpich2/trunk/src/mpid/ch3/src/ch3u_recvq.c
Log:
Correct annotation to properly mark debug code

Modified: mpich2/trunk/src/mpid/ch3/src/ch3u_recvq.c
===================================================================
--- mpich2/trunk/src/mpid/ch3/src/ch3u_recvq.c	2012-11-19 16:55:40 UTC (rev 10619)
+++ mpich2/trunk/src/mpid/ch3/src/ch3u_recvq.c	2012-11-19 16:59:27 UTC (rev 10620)
@@ -942,7 +942,9 @@
     }
     return out;
 }
+/* --END ERROR HANDLING-- */
 
+/* --BEGIN DEBUG-- */
 /* satisfy the compiler */
 void MPIDI_CH3U_Dbg_print_recvq(FILE *stream);
 
@@ -999,7 +1001,7 @@
     }
     fprintf(stream, "========================================\n");
 }
-/* --END ERROR HANDLING-- */
+/* --END DEBUG-- */
 
 /* returns the number of elements in the unexpected queue */
 #undef FUNCNAME



More information about the commits mailing list