diff --git a/docs/userguide/execution.rst b/docs/userguide/execution.rst index 1a61e40e73..4168367f9d 100644 --- a/docs/userguide/execution.rst +++ b/docs/userguide/execution.rst @@ -39,7 +39,7 @@ parameters include access keys, instance type, and spot bid price Parsl currently supports the following providers: 1. `parsl.providers.LocalProvider`: The provider allows you to run locally on your laptop or workstation. -2. `parsl.providers.CobaltProvider`: This provider allows you to schedule resources via the Cobalt scheduler. +2. `parsl.providers.CobaltProvider`: This provider allows you to schedule resources via the Cobalt scheduler. **This provider is deprecated and will be removed by 2024.04**. 3. `parsl.providers.SlurmProvider`: This provider allows you to schedule resources via the Slurm scheduler. 4. `parsl.providers.CondorProvider`: This provider allows you to schedule resources via the Condor scheduler. 5. `parsl.providers.GridEngineProvider`: This provider allows you to schedule resources via the GridEngine scheduler. @@ -48,7 +48,8 @@ Parsl currently supports the following providers: 8. `parsl.providers.GoogleCloudProvider`: This provider allows you to provision and manage cloud nodes from Google Cloud. 9. `parsl.providers.KubernetesProvider`: This provider allows you to provision and manage containers on a Kubernetes cluster. 10. `parsl.providers.AdHocProvider`: This provider allows you manage execution over a collection of nodes to form an ad-hoc cluster. -11. `parsl.providers.LSFProvider`: This provider allows you to schedule resources via IBM's LSF scheduler +11. `parsl.providers.LSFProvider`: This provider allows you to schedule resources via IBM's LSF scheduler. + Executors