multi
- sherpa.utils.parallel.multi: Final[bool] = True
Can jobs be run in parallel?
The ability to run jobs in parallel depends on whether the Python
multiprocessing
module can be configured to use themultiprocessing.multiprocessing_start_method
setting from the Sherpa configuration file (returned bysherpa.get_config()
).