-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
There are basically three ways to use a Python Task Managers:
- Submit each Python Function as an individual job to the HPC cluster - supported in executorlib by the
SlurmClusterExecutorand theFluxClusterExecutor. - Submit multiple Python Functions within one HPC job allocation - supported in executorlib by the
SlurmJobExecutorand theFluxJobExecutor. - Submit multiple Python Functions to the same resources on a given HPC cluster - similar to the
block_allocation=Truefor theSingleNodeExecutor, theSlurmJobExecutorand theFluxJobExecutorbut for theSlurmClusterExecutorand theFluxClusterExecutor. This is the standard use case for solutions like https://www.dask.org and https://parsl.readthedocs.io/ so it might be an interesting addition to executorlib.
liamhuber
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation