[ofw] [PATCH] DAPL v2.0: build: set IB extended collective type to none by default

Davis, Arlin R arlin.r.davis at intel.com
Fri Aug 19 11:33:31 PDT 2011


Signed-off-by: Arlin Davis <arlin.r.davis at intel.com>
---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 75c002c..56058a0 100644
--- a/configure.in
+++ b/configure.in
@@ -102,7 +102,7 @@ AC_ARG_ENABLE(coll-type,
       echo "Unknown IB collective type' type"
       exit -1
    fi
- ],[coll_type=fca])
+ ],[coll_type=none])
 AM_CONDITIONAL(COLL_TYPE_FCA, test "$coll_type" = "fca")
 
 dnl Check for Redhat EL release 4
-- 
1.7.3





More information about the ofw mailing list