Enum: CpuVendor

Vendor of the CPU used in the compute nodes.

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

Permissible Values

Value

Meaning

Description

AMD

None

AMD processor

Intel

None

Intel processor

ARM

None

ARM-based processor

Other

None

Other CPU vendor

Slots

Name

Description

CPU_vendor

CPU vendor used in the compute nodes

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: CpuVendor
description: Vendor of the CPU used in the compute nodes.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
permissible_values:
  AMD:
    text: AMD
    description: AMD processor.
  Intel:
    text: Intel
    description: Intel processor.
  ARM:
    text: ARM
    description: ARM-based processor.
  Other:
    text: Other
    description: Other CPU vendor.