You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2015/08/13 07:50:23 UTC

[2/2] incubator-singa git commit: SINGA-45 Set openblas num threads in job configuration

SINGA-45 Set openblas num threads in job configuration

test and merge to master


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/da844afd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/da844afd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/da844afd

Branch: refs/heads/master
Commit: da844afd1229494684338b865c4d8f570370ab27
Parents: 2da5e23 2c7edd7
Author: wang sheng <wa...@gmail.com>
Authored: Thu Aug 13 13:44:30 2015 +0800
Committer: wang sheng <wa...@gmail.com>
Committed: Thu Aug 13 13:44:30 2015 +0800

----------------------------------------------------------------------
 bin/singa-cleanup.sh       |   2 +-
 bin/singa-console.sh       |  14 ++--
 bin/singa-env.sh           |  13 ++++
 bin/singa-run.sh           |  46 +++++++-----
 bin/singa-stop.sh          |   2 +-
 examples/cifar10/job.conf  |   1 +
 include/utils/cluster_rt.h |   4 +-
 src/main.cc                |   6 +-
 src/proto/job.proto        |   2 +-
 src/proto/singa.proto      |   4 +-
 src/utils/cluster_rt.cc    |   7 +-
 src/utils/tool.cc          | 159 ++++++++++++++++++++++++----------------
 12 files changed, 156 insertions(+), 104 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/da844afd/src/proto/job.proto
----------------------------------------------------------------------