From 8d92231de3bcad395055451dbaaf35dce8fbb322 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Mon, 21 Apr 2014 23:30:05 +0000 Subject: [PATCH] Deprecated comment. This commit was SVN r31472. --- ompi/op/op.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ompi/op/op.h b/ompi/op/op.h index 979384e2a6..8f5ff16e50 100644 --- a/ompi/op/op.h +++ b/ompi/op/op.h @@ -111,10 +111,9 @@ typedef void (ompi_op_java_handler_fn_t)(void *, void *, int *, -/* This enum as well as op_type field in ompi_op_t is placed back here to support - * HCOL allreduce at the moment. It is a part of bgate repository only. This conflict with OMPI v1.7 - * is to be resolved some other way. - * */ +/* + * Basic operation type for predefined types. + */ enum ompi_op_type { OMPI_OP_NULL, OMPI_OP_MAX,