[PVFS2-CVS] commit by pw in pvfs2: Makefile.in

CVS commit program cvs at parl.clemson.edu
Wed Sep 29 18:18:11 EDT 2004


Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv5785

Modified Files:
	Makefile.in 
Log Message:
undo ib-disables-tcp hack


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/Makefile.in,v
diff -u -p -u -r1.169 -r1.170
--- Makefile.in	27 Aug 2004 21:35:33 -0000	1.169
+++ Makefile.in	29 Sep 2004 21:18:11 -0000	1.170
@@ -244,9 +244,7 @@ endif
 # enable IB if configure requested it
 
 ifdef BUILD_IB
-    # Hack out TCP since its select() on the listening socket gets in
-    # the way and makes all IB operations very slow.
-    CFLAGS := $(filter-out -D__STATIC_METHOD_BMI_TCP__, $(CFLAGS))
+    # other settings in bmi_ib/module.mk.in
     CFLAGS += -D__STATIC_METHOD_BMI_IB__
     IBLIBS := -L at IB_HOME@/lib \
 	     -lvapi -lmtl_common -lmosal -lmpga -lpthread -ldl



More information about the PVFS2-CVS mailing list