Local#
- class lsst.ctrl.bps.parsl.sites.Local(*args, **kwargs)#
Bases:
SiteConfigConfiguration for running jobs on the local machine.
The number of cores to use is specified in the site configuration, under
site.<computeSite>.cores(int).Methods Summary
Get a list of executors to be used in processing.
select_executor(job)Get the
labelof the executor to use to execute a job.Methods Documentation
- get_executors() list[ParslExecutor]#
Get a list of executors to be used in processing.
Each executor should have a unique
label.