Enum: NodeType¶
Type of compute node used in the system.
URI: https://CCPBioSim.ac.uk/biosim-schema/NodeType
Permissible Values¶
Value |
Meaning |
Description |
|---|---|---|
CPU only |
None |
Node with CPUs only |
GPU Accelerated |
None |
Node with one or more GPUs available |
Hybrid CPU GPU |
None |
Node combining CPU and GPU resources |
Slots¶
Name |
Description |
|---|---|
Compute node profile used for the simulation run |
Identifier and Mapping Information¶
Schema Source¶
from schema: https://CCPBioSim.ac.uk/biosim-schema/
LinkML Source¶
name: NodeType
description: Type of compute node used in the system.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
permissible_values:
CPU only:
text: CPU only
description: Node with CPUs only.
GPU Accelerated:
text: GPU Accelerated
description: Node with one or more GPUs available.
Hybrid CPU GPU:
text: Hybrid CPU GPU
description: Node combining CPU and GPU resources.