From 71d8b3c08ae2baacf410abe33da475de3db644da Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 20 Apr 2020 07:26:15 +0200 Subject: Remove Doorstop specifics --- spec/acfg/opt/mpmaxproxies.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 spec/acfg/opt/mpmaxproxies.yml (limited to 'spec/acfg/opt/mpmaxproxies.yml') diff --git a/spec/acfg/opt/mpmaxproxies.yml b/spec/acfg/opt/mpmaxproxies.yml new file mode 100644 index 00000000..03714b0d --- /dev/null +++ b/spec/acfg/opt/mpmaxproxies.yml @@ -0,0 +1,29 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 +appl-config-option-constraint: + max: '``UINT32_MAX``' + min: 0 +appl-config-option-default-value: 32 +appl-config-option-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: | + 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 + :ref:`MPCIProxies`. + + 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: [] +interface-type: appl-config-option +links: +- role: null + uid: ../mpci +text: '' +type: interface -- cgit v1.2.3