!Cores

The !Cores tag specifies the maximum number of CPU cores expected for a !Job and will be used by the scheduler to reserve a suitably sliced slot on the compute infrastructure.

It may either be specified in the compact sequence form or verbose mapping form:

1
2
3
4
!Job
  ...
  resources:
    - !Cores [3]
1
2
3
4
5
!Job
  ...
  resources:
    - !Cores
      count: 3
Field Required Description
cores Number of cores to reserve