Loading examples/gfind/gfind.cc +0 −3 Original line number Diff line number Diff line Loading @@ -308,7 +308,6 @@ void dirProcess(const string path, unsigned long long &checked, // cout << "PROCESSING " << world_rank << "/"<< world_size << " = " << path << // endl; for (int it = 0; it < opt->num_servers; it++) { int servers_per_node = ceil(opt->num_servers / (world_size - 1)); if (servers_per_node == 0) servers_per_node++; Loading Loading @@ -352,8 +351,6 @@ void dirProcess(const string path, unsigned long long &checked, temp = reinterpret_cast<dirent_extended *>((char *)temp + temp->d_reclen); } } // cout << "/PROCESSING " << world_rank << "/" << world_size << " = " << // path // << " Q " << dirs.size() << endl; Loading Loading
examples/gfind/gfind.cc +0 −3 Original line number Diff line number Diff line Loading @@ -308,7 +308,6 @@ void dirProcess(const string path, unsigned long long &checked, // cout << "PROCESSING " << world_rank << "/"<< world_size << " = " << path << // endl; for (int it = 0; it < opt->num_servers; it++) { int servers_per_node = ceil(opt->num_servers / (world_size - 1)); if (servers_per_node == 0) servers_per_node++; Loading Loading @@ -352,8 +351,6 @@ void dirProcess(const string path, unsigned long long &checked, temp = reinterpret_cast<dirent_extended *>((char *)temp + temp->d_reclen); } } // cout << "/PROCESSING " << world_rank << "/" << world_size << " = " << // path // << " Q " << dirs.size() << endl; Loading