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
multiprocessingmodule can be configured to use themultiprocessing.multiprocessing_start_methodsetting from the Sherpa configuration file (returned bysherpa.get_config()).