SINGA-16 Runtime Process id Management Merge branch 'feature-procsregister'
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/51a924da Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/51a924da Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/51a924da Branch: refs/heads/master Commit: 51a924dad07948f7a3857f4ad41014aecbbe676c Parents: 9d07f3c da6e4dc Author: wang wei <[email protected]> Authored: Wed Jun 17 15:59:37 2015 +0800 Committer: wang wei <[email protected]> Committed: Wed Jun 17 15:59:37 2015 +0800 ---------------------------------------------------------------------- examples/cifar10/cluster.conf | 4 +- include/utils/cluster_rt.h | 37 +++++- src/test/test_cluster.cc | 23 +++- src/utils/cluster_rt.cc | 266 ++++++++++++++++++++++++------------- 4 files changed, 226 insertions(+), 104 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/51a924da/examples/cifar10/cluster.conf ---------------------------------------------------------------------- diff --cc examples/cifar10/cluster.conf index 88c3d4b,88c3d4b..97c64fd --- a/examples/cifar10/cluster.conf +++ b/examples/cifar10/cluster.conf @@@ -1,6 -1,6 +1,6 @@@ nworker_groups: 1 nserver_groups: 1 nservers_per_group: 1 --nworkers_per_group: 2 --nworkers_per_procs: 2 ++nworkers_per_group: 1 ++nworkers_per_procs: 1 workspace: "examples/cifar10/"
