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 the multiprocessing.multiprocessing_start_method setting from the Sherpa configuration file (returned by sherpa.get_config()).

See also

context, ncpus