---
search:
boost: 5.0
---
# Slot: cores_per_socket
_Number of physical CPU cores in each socket._
URI: [https://CCPBioSim.ac.uk/biosim-schema/cores_per_socket](https://CCPBioSim.ac.uk/biosim-schema/cores_per_socket)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Hardware](../classes/Hardware.md) | Computer hardware used to perform simulation | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [integer](../types/integer.md) |
| Domain Of | [Hardware](../classes/Hardware.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
### Value Constraints
| Property | Value |
| --- | --- |
| Minimum Value | 1 |
## Identifier and Mapping Information
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | https://CCPBioSim.ac.uk/biosim-schema/cores_per_socket |
| native | https://CCPBioSim.ac.uk/biosim-schema/cores_per_socket |
## LinkML Source
```yaml
name: cores_per_socket
description: Number of physical CPU cores in each socket.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Hardware
range: integer
minimum_value: 1
```