# Slot: n_threads 


_Number of CPU threads per worker (-1 = auto-detect)_



<div data-search-exclude markdown="1">



URI: [tvbo:slot/n_threads](https://w3id.org/tvbo/slot/n_threads)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [ExecutionConfig](../classes/ExecutionConfig.qmd) | Configuration for computational execution (parallelization, precision, hardwa... |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) |
| Domain Of | [ExecutionConfig](../classes/ExecutionConfig.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| If Absent | `integer(-1)` |
| Owner | [ExecutionConfig](../classes/ExecutionConfig.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:n_threads |
| native | tvbo:n_threads |




## LinkML Source

<details>
```yaml
name: n_threads
description: Number of CPU threads per worker (-1 = auto-detect)
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: integer(-1)
owner: ExecutionConfig
domain_of:
- ExecutionConfig
range: integer

```
</details></div>