---
search:
boost: 5.0
---
# Slot: execution_platform
_Broad type of system used to run the simulation workload._
URI: [https://CCPBioSim.ac.uk/biosim-schema/execution_platform](https://CCPBioSim.ac.uk/biosim-schema/execution_platform)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Hardware](../classes/Hardware.md) | Computer hardware used to perform simulation | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [ExecutionPlatform](../enums/ExecutionPlatform.md) |
| Domain Of | [Hardware](../classes/Hardware.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## 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/execution_platform |
| native | https://CCPBioSim.ac.uk/biosim-schema/execution_platform |
## LinkML Source
```yaml
name: execution_platform
description: Broad type of system used to run the simulation workload.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Hardware
range: ExecutionPlatform
```