Enum: CpuArchitecture

CPU architecture used by the compute nodes.

URI: https://CCPBioSim.ac.uk/biosim-schema/CpuArchitecture

Permissible Values

Value

Meaning

Description

x86

None

x86 architecture

ARM

None

ARM architecture

Slots

Name

Description

CPU_architecture

CPU instruction-set architecture of the compute nodes

Identifier and Mapping Information

Schema Source

  • from schema: https://CCPBioSim.ac.uk/biosim-schema/

LinkML Source

name: CpuArchitecture
description: CPU architecture used by the compute nodes.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
permissible_values:
  x86:
    text: x86
    description: x86 architecture.
  ARM:
    text: ARM
    description: ARM architecture.