Signed-off-by: Arlin Davis <arlin.r.da...@intel.com>
---
 dapl/openib_common/util.c |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/dapl/openib_common/util.c b/dapl/openib_common/util.c
index 5076df8..29fc12f 100644
--- a/dapl/openib_common/util.c
+++ b/dapl/openib_common/util.c
@@ -591,6 +591,26 @@ DAT_NAMED_ATTR ib_attrs[] = {
        {
         DAT_IB_ATTR_IMMED_DATA, "TRUE"}
        ,
+#ifdef DAT_IB_COLLECTIVES
+       {
+        DAT_IB_COLL_BARRIER, "TRUE"}
+       ,
+       {
+        DAT_IB_COLL_BROADCAST, "TRUE"}
+       ,
+       {
+        DAT_IB_COLL_REDUCE, "TRUE"}
+       ,
+       {
+        DAT_IB_COLL_ALLREDUCE, "TRUE"}
+       ,
+       {
+        DAT_IB_COLL_ALLGATHER, "TRUE"}
+       ,
+       {
+        DAT_IB_COLL_ALLGATHERV, "TRUE"}
+       ,
+#endif /* DAT_IB_COLLECTIVES */
 #ifndef _OPENIB_CMA_
        {
         DAT_IB_ATTR_UD, "TRUE"}
-- 
1.7.3



_______________________________________________
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to