get_parsl_config¶
- lsst.ctrl.bps.parsl.get_parsl_config(config: BpsConfig) Config ¶
Construct parsl configuration from BPS configuration.
For details on the site configuration, see
SiteConfig
. For details on the monitor configuration, seeget_parsl_monitor
.SiteConfig
provides an implementation of the methodget_parsl_config
which returns a Parsl configuration with sensible defaults. Subclasses ofSiteConfig
can overwrite that method to configure Parsl in a way specific to the site’s configuration.- Parameters:
- config
BpsConfig
BPS configuration.
- config
- Returns:
- parsl_config
parsl.config.Config
Parsl configuration.
- parsl_config