Skip to content

Commit

Permalink
removing debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Apr 16, 2019
1 parent d80f0af commit bdc787b
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -410,9 +410,6 @@ namespace wrench {


WRENCH_INFO("Looking for a host to run a work unit that needs at least %ld cores, and would like %ld cores, and requires %.2ef bytes of RAM", WRENCH_INFO("Looking for a host to run a work unit that needs at least %ld cores, and would like %ld cores, and requires %.2ef bytes of RAM",
minimum_num_cores, desired_num_cores, required_ram); minimum_num_cores, desired_num_cores, required_ram);
if (wu->task) {
WRENCH_INFO(" This is for Task %s", wu->task->getID().c_str());
}
std::string host_selection_algorithm = std::string host_selection_algorithm =
this->getPropertyValueAsString(StandardJobExecutorProperty::HOST_SELECTION_ALGORITHM); this->getPropertyValueAsString(StandardJobExecutorProperty::HOST_SELECTION_ALGORITHM);


Expand Down

0 comments on commit bdc787b

Please sign in to comment.