forked from apache/singa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SINGA-59 Remove dependency on gflags
remove gflag in tool.cc updated Dirver class and example main file to remove dependency on gflags. All flags should be passed to the main func as -argname [argvalue], where argvalue is optional. Users must pass the job conf path, which includes at least the cluster setting. the sing-run.sh should add -singa_conf <conf_path> -singa_job <jobid> to the arglist. the user provided argument -conf path is changed to absolute path and appended to the end of arglist Update configure and Makefile related files to remove gflags
- Loading branch information
1 parent
2498ff1
commit f2b0aef
Showing
27 changed files
with
13,675 additions
and
13,047 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.