Skip to content

Commit

Permalink
Remove double init of some HTEX/monitoring attributes (#3433)
Browse files Browse the repository at this point in the history
These have been initialised in the ParslExecutor base class since #3361
  • Loading branch information
benclifford committed May 16, 2024
1 parent 1bf6c22 commit ca0f879
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parsl/executors/high_throughput/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,6 @@ def __init__(self,
self._workers_per_node = 1 # our best guess-- we do not have any provider hints

self._task_counter = 0
self.run_id = None # set to the correct run_id in dfk
self.hub_address = None # set to the correct hub address in dfk
self.hub_port = None # set to the correct hub port in dfk
self.worker_ports = worker_ports
self.worker_port_range = worker_port_range
self.interchange_proc: Optional[Process] = None
Expand Down

0 comments on commit ca0f879

Please sign in to comment.