ncpus
- sherpa.utils.parallel.ncpus: Final[int] = 2
The number of CPU cores to use when running jobs in parallel.
This is taken from the
parallel.numcoressetting from the Sherpa configuration file (returned bysherpa.get_config()), where the default setting ofNonewill use all available cores.