From f6b0c1aaccbca1ab03db9eaf2c842ddf04488250 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 16 Oct 2012 21:26:17 -0400 Subject: [PATCH] updated docs --- docs/docs/network.xml | 25 +++++++++++++++++++++++++ docs/docs/term_index.xml | 1 + 2 files changed, 26 insertions(+) diff --git a/docs/docs/network.xml b/docs/docs/network.xml index a6e12ccf5..cfe33d121 100644 --- a/docs/docs/network.xml +++ b/docs/docs/network.xml @@ -32,6 +32,7 @@ BSP bsp_connect bsp_listen + bsp_listen_dynamic_port bsp_context @@ -102,6 +103,8 @@ dlib/bsp.h dlib/bsp/bsp_abstract.h + This function spawns a BSP job consisting of a number of network hosts + as well as the local host. @@ -112,6 +115,25 @@ dlib/bsp.h dlib/bsp/bsp_abstract.h + This function listens for a TCP connection from the bsp_connect routine. + Once this connection is established, a user supplied function will be executed and it will + then be able to participate in a BSP computation as one of the processing + nodes. + + + + + + + bsp_listen_dynamic_port + dlib/bsp.h + dlib/bsp/bsp_abstract.h + + This function listens for a TCP connection from the bsp_connect routine. + Once this connection is established, a user supplied function will be executed and it will + then be able to participate in a BSP computation as one of the processing + nodes. This function has the additional ability to select the listening TCP port + automatically from the set of available ports. @@ -122,6 +144,9 @@ dlib/bsp.h dlib/bsp/bsp_abstract.h + This is a tool used to implement algorithms using the Bulk Synchronous + Parallel (BSP) computing model. In particular, this object defines + the API used by a BSP job to communicate between processing nodes. diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index 520b9ed01..a7ed02dca 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -1224,6 +1224,7 @@ +