Skip to content

Commit

Permalink
(#220) Updated HTCondorComputeService constructor to take single list…
Browse files Browse the repository at this point in the history
… of services, only allowing BareMetal or Batch. Some code cleanup.
  • Loading branch information
henricasanova committed Aug 12, 2021
1 parent b8c05b4 commit 40ad71e
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ namespace wrench {

public:
HTCondorComputeService(const std::string &hostname,
const std::string &pool_name,
std::set<ComputeService *> compute_resources,
std::set<ComputeService *> compute_services,
std::map<std::string, std::string> property_list = {},
std::map<std::string, double> messagepayload_list = {},
ComputeService *grid_universe_batch_service = nullptr);
std::map<std::string, double> messagepayload_list = {});

/***********************/
/** \cond DEVELOPER **/
Expand Down
Loading

0 comments on commit 40ad71e

Please sign in to comment.