[mpich2-commits] r5573 - mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/mx
mercierg at mcs.anl.gov
mercierg at mcs.anl.gov
Tue Oct 27 04:18:02 CDT 2009
Author: mercierg
Date: 2009-10-27 04:18:02 -0500 (Tue, 27 Oct 2009)
New Revision: 5573
Modified:
mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/mx/mx_init.c
Log:
The current MPID_nem_netmod_funcs_t definition doesn't include the MPID_nem_XXX_ckpt_shutdown
pointer. This pointer, however was still declared in the MX module (as well as in the Newmad one).
Might fix ticket #907.
Modified: mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/mx/mx_init.c
===================================================================
--- mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/mx/mx_init.c 2009-10-26 19:06:58 UTC (rev 5572)
+++ mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/mx/mx_init.c 2009-10-27 09:18:02 UTC (rev 5573)
@@ -10,7 +10,6 @@
MPID_nem_netmod_funcs_t MPIDI_nem_mx_funcs = {
MPID_nem_mx_init,
MPID_nem_mx_finalize,
- MPID_nem_mx_ckpt_shutdown,
MPID_nem_mx_poll,
MPID_nem_mx_send,
MPID_nem_mx_get_business_card,
More information about the mpich2-commits
mailing list