summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/mpnodenumber.yml
blob: 785ce68ad01c17f3bce9eee9ae05f5cfa6d8d4e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
  max: '``UINT32_MAX``'
  min: 0
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
default-value: '``NODE_NUMBER``'
description: |
  The value of this configuration option defines the node number of this node
  in a multiprocessor system.
enabled-by: true
index-entries: []
interface-type: appl-config-option
links:
- role: appl-config-group-member
  uid: ../mpci
name: CONFIGURE_MP_NODE_NUMBER
notes: |
  In the RTEMS Multiprocessing Test Suite, the node number is derived from
  the Makefile variable ``NODE_NUMBER``. The same code is compiled with the
  ``NODE_NUMBER`` set to different values. The test programs behave
  differently based upon their node number.

  This configuration option is only evaluated if
  :ref:`CONFIGURE_MP_APPLICATION` is defined.
text: ''
type: interface