add debug

This commit is contained in:
tqchen 2015-03-15 23:52:16 -07:00
parent 769031375a
commit 7751b2b320

View File

@ -26,7 +26,7 @@ int main(int argc, char *argv[]) {
n++;
}
delete in;
rabit::TrackerPrintf("[%d] finishes loading %d lines\n",
rabit::TrackerPrintf("[%d] ALL finishes loading %d lines\n",
rabit::GetRank(), n);
rabit::Finalize();
return 0;