From f3e5b6e13c658d2281e3e153c5e65a306ccc7387 Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 3 Dec 2014 10:00:47 -0800 Subject: [PATCH] ok --- src/rabit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rabit.h b/src/rabit.h index 99dd0b4d9..68e39f3fa 100644 --- a/src/rabit.h +++ b/src/rabit.h @@ -43,7 +43,8 @@ inline int GetWorldSize(void); /*! \brief get name of processor */ inline std::string GetProcessorName(void); /*! - * \brief broadcast an std::string to all others from root + * \brief broadcast an memory region to all others from root + * Example: int a = 1; Broadcast(&a, sizeof(a), root); * \param sendrecv_data the pointer to send or recive buffer, * \param size the size of the data * \param root the root of process