Commit 535432e4 authored by Ramon Nou's avatar Ramon Nou
Browse files

gfind bug solved

parent c9eaf8e3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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++;
@@ -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;