Skip to content

Commit

Permalink
Move Channel plugin documentation to a removed section
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Nov 7, 2024
1 parent 6683f5b commit b9f473c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/userguide/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ add on any wrappers that are needed to launch the command (eg srun inside
slurm). Providers and launchers are usually paired together for a particular
system type.

Parsl also has a deprecated ``Channel`` abstraction. See
`issue 3515 <https://github.com/Parsl/parsl/issues/3515>`_
for further discussion.

File staging
------------
Parsl can copy input files from an arbitrary URL into a task's working
Expand Down Expand Up @@ -101,3 +97,10 @@ such as tuples, lists, sets and dicts.
This plugin interface might be used to interface other task-like or future-like
objects to the Parsl dependency mechanism, by describing how they can be
interpreted as a Future.

Removed interfaces
------------------

Parsl had a deprecated ``Channel`` abstraction. See
`issue 3515 <https://github.com/Parsl/parsl/issues/3515>`_
for further discussion on its removal.

0 comments on commit b9f473c

Please sign in to comment.