From 92ea0a0cdeb38290478685ab40a35b5338592f4d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 26 May 2020 14:20:52 +0200 Subject: Rename application configuration attributes --- spec/acfg/opt/mpmaxproxies.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'spec/acfg/opt/mpmaxproxies.yml') diff --git a/spec/acfg/opt/mpmaxproxies.yml b/spec/acfg/opt/mpmaxproxies.yml index f04b33e9..89aadb5d 100644 --- a/spec/acfg/opt/mpmaxproxies.yml +++ b/spec/acfg/opt/mpmaxproxies.yml @@ -1,15 +1,23 @@ SPDX-License-Identifier: CC-BY-SA-4.0 -appl-config-option-constraint: +appl-config-option-type: integer +constraints: max: '``UINT32_MAX``' min: 0 -appl-config-option-default-value: 32 -appl-config-option-description: | +copyrights: +- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) +default-value: 32 +description: | The value of this configuration option defines the maximum number of concurrently active thread/task proxies on this node in a multiprocessor system. -appl-config-option-index: [] -appl-config-option-name: CONFIGURE_MP_MAXIMUM_PROXIES -appl-config-option-notes: | +enabled-by: true +index-entries: [] +interface-type: appl-config-option +links: +- role: appl-config-group-member + uid: ../mpci +name: CONFIGURE_MP_MAXIMUM_PROXIES +notes: | Since a proxy is used to represent a remote task/thread which is blocking on this node. This configuration parameter reflects the maximum number of remote tasks/threads which can be blocked on objects on this node, see @@ -17,13 +25,5 @@ appl-config-option-notes: | This configuration option is only evaluated if :ref:`CONFIGURE_MP_APPLICATION` is defined. -appl-config-option-type: integer -copyrights: -- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR) -enabled-by: true -interface-type: appl-config-option -links: -- role: appl-config-group-member - uid: ../mpci text: '' type: interface -- cgit v1.2.3