cluster

QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper
Note:
This keyword is only valid on QNX SDP 8.x and later.

Format

cluster = cluster_name

Description

The cluster keyword specifies which pre-defined cluster a process can run on. Refer to the QNX SDP documentation for more information on clusters.

Example

To run a cluster on core 1, set cluster to the following:

cluster = _cpu-1

Default

The system default is _all, indicating that a spawned process can run on any processor.

Multiplicity

Zero or one instance in a task block.

Constraints

  • The value will be checked during parsing to determine if it is a valid cluster name.

  • The cluster plms is started with isn't inherited by the child process.

  • If a value is not specified, the default cluster name of _all will be used.

  • If cluster is specified in a task, then the task must have one of the exec*() functions so that cluster is used at run time.

Page updated: