---
search:
boost: 5.0
---
# Slot: scheduler
_Workload manager or job scheduler used to launch the simulation._
URI: [https://CCPBioSim.ac.uk/biosim-schema/scheduler](https://CCPBioSim.ac.uk/biosim-schema/scheduler)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Software](../classes/Software.md) | Computer software used to perform simulation | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [Scheduler](../enums/Scheduler.md) |
| Domain Of | [Software](../classes/Software.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/scheduler |
| native | https://CCPBioSim.ac.uk/biosim-schema/scheduler |
## LinkML Source
```yaml
name: scheduler
description: Workload manager or job scheduler used to launch the simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Software
range: Scheduler
```