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.numcores
setting from the Sherpa configuration file (returned bysherpa.get_config()
), where the default setting ofNone
will use all available cores.