Skip to content

Commit

Permalink
Merge pull request #185 from proxystore/parsl-channel-deprecation
Browse files Browse the repository at this point in the history
Remove all Parsl channels
  • Loading branch information
gpauloski authored Dec 11, 2024
2 parents 9bd2dc5 + 0b1afc7 commit 65ad39e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions taps/executor/parsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import parsl
from parsl.addresses import address_by_hostname
from parsl.channels import LocalChannel
from parsl.concurrent import ParslPoolExecutor
from parsl.config import Config
from parsl.executors import HighThroughputExecutor
Expand Down Expand Up @@ -67,7 +66,6 @@ def get_executor(self) -> ParslPoolExecutor:
address=address_by_hostname(),
cores_per_worker=1,
provider=LocalProvider(
channel=LocalChannel(),
init_blocks=1,
max_blocks=1,
),
Expand Down

0 comments on commit 65ad39e

Please sign in to comment.