This commit is contained in:
tqchen
2015-01-14 22:11:00 -08:00
parent a7faac2f09
commit 6dbaddd2b9
2 changed files with 31 additions and 9 deletions

View File

@@ -1,8 +1,7 @@
# this is a makefile used to show testcases of rabit
.PHONY:
.PHONY:all
test:
../tracker/rabit_demo.py -v 1 -n 10 test_model_recover 1 mock=0,0,1,0 mock=1,1,1,0 mock=1,1,1,1 mock=0,1,1,0 mock=4,1,1,0 mock=8,1,2,0
all:
# this experiment test recovery with actually process exit, use keepalive to keep program alive
model_recover_10_10k:
@@ -14,3 +13,6 @@ model_recover_10_10k_die_same:
model_recover_10_10k_die_hard:
../tracker/rabit_demo.py -n 10 test_model_recover 10000 mock=0,0,1,0 mock=1,1,1,0 mock=1,1,1,1 mock=0,1,1,0 mock=4,1,1,0 mock=9,1,1,0 mock=8,1,2,0 mock=4,1,3,0
local_recover_10_10k:
../tracker/rabit_demo.py -n 10 test_local_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 mock=1,1,1,1