Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Feb 28, 2016
1 parent c7d53ae commit e3188af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions include/rabit/c_api.h
Expand Up @@ -140,6 +140,7 @@ RABIT_DLL int RabitVersionNumber();
* // force link rabit C API library.
* static int must_link_rabit_ = RabitLinkTag();
* \endcode
* \return a dummy integer.
*/
RABIT_DLL int RabitLinkTag();

Expand Down
2 changes: 1 addition & 1 deletion test/test.mk
Expand Up @@ -26,4 +26,4 @@ lazy_recover_10_10k_die_same:
../dmlc-core/tracker/dmlc-submit --cluster local --num-workers=10 lazy_recover 10000 mock=0,0,1,0 mock=1,1,1,0 mock=0,1,1,0 mock=4,1,1,0 mock=9,1,1,0

ringallreduce_10_10k:
../dmlc-core/tracker/dmlc-submit --cluster local -num-workers=10 model_recover 100 rabit_reduce_ring_mincount=10
../dmlc-core/tracker/dmlc-submit --cluster local --num-workers=10 model_recover 100 rabit_reduce_ring_mincount=10

0 comments on commit e3188af

Please sign in to comment.