ok
This commit is contained in:
parent
faba1dca6c
commit
bd346b4844
@ -19,13 +19,13 @@ int main(int argc, char *argv[]) {
|
|||||||
std::string line;
|
std::string line;
|
||||||
while (in->NextLine(&line)) {
|
while (in->NextLine(&line)) {
|
||||||
if (n % 100 == 0) {
|
if (n % 100 == 0) {
|
||||||
rabit::TrackerPrintf("[%d] finishes loading %d lines",
|
rabit::TrackerPrintf("[%d] finishes loading %d lines\n",
|
||||||
rabit::GetRank(), n);
|
rabit::GetRank(), n);
|
||||||
}
|
}
|
||||||
n++;
|
n++;
|
||||||
}
|
}
|
||||||
delete in;
|
delete in;
|
||||||
rabit::TrackerPrintf("[%d] finishes loading %d lines",
|
rabit::TrackerPrintf("[%d] finishes loading %d lines\n",
|
||||||
rabit::GetRank(), n);
|
rabit::GetRank(), n);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user