Skip to content

Commit

Permalink
Update execution providers section of quickstart (Parsl#3183)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyCodex committed Mar 8, 2024
1 parent 49cca8a commit a9d15c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ Execution Providers

Resource providers allow Parsl to gain access to computing power.
For supercomputers, gaining resources often requires requesting them from a scheduler (e.g., Slurm).
Parsl Providers write the requests to requisition **"Blocks"** (e.g., supercomputer nodes) on your behalf.
Parsl Providers manage the process of requesting **"Blocks"** on your behalf, which, in the context of Slurm,
are equivalent to separate Slurm allocations. Each **"Block"** represents an individual allocation of resources,
such as supercomputer nodes.
Parsl comes pre-packaged with Providers compatible with most supercomputers and some cloud computing services.

Another key role of Providers is defining how to start an Executor on a remote computer.
Expand Down

0 comments on commit a9d15c8

Please sign in to comment.