Chen Qin 3a35dabfae support larger cluster (#73)
* fix error in dmlc#57, clean up comments and naming

* include missing packages, disable recovery tests for now

* disable local_recover tests until we have a bug fix

* support larger cluster

* fix lint, merge with master
2018-10-22 10:13:45 -07:00
..
2015-01-15 10:24:58 -08:00
2016-02-27 10:14:41 -08:00
2016-02-27 10:14:41 -08:00
2016-02-28 09:35:08 -08:00
2016-02-27 10:14:41 -08:00
2014-12-18 23:50:59 -08:00
2014-12-18 23:50:59 -08:00
2016-02-27 10:14:41 -08:00
2018-10-22 10:13:45 -07:00

Testcases of Rabit

This folder contains internal testcases to test correctness and efficiency of rabit API

The example running scripts for testcases are given by test.mk

  • type make -f test.mk testcasename to run certain testcase

Helper Scripts

  • test.mk contains Makefile documentation of all testcases
  • keepalive.sh helper bash to restart a program when it dies abnormally

List of Programs

  • speed_test: test the running speed of rabit API
  • test_local_recover: test recovery of local state when error happens
  • test_model_recover: test recovery of global state when error happens