Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Robert Maynard
CMake
Commits
c1435d98
Commit
c1435d98
authored
Nov 05, 2019
by
Kyle Edwards
Committed by
Brad King
Nov 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help: Fix error in resource allocation example
parent
eb9d945f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Help/manual/ctest.1.rst
Help/manual/ctest.1.rst
+2
-2
No files found.
Help/manual/ctest.1.rst
View file @
c1435d98
...
...
@@ -1479,8 +1479,8 @@ The following variables are passed to the test process:
* ``CTEST_RESOURCE_GROUP_2_CRYPTO_CHIPS=id:card0,slots:2``
In this example, group 0 gets 2 slots from GPU ``0``, group 1 gets 2 slots
from GPU ``2``, and group 2 gets 4 slots from GPU ``1``
and 2
slot
s
from
cryptography chip ``card0``.
from GPU ``2``, and group 2 gets 4 slots from GPU ``1``
, 1
slot from
GPU
``3``, and 2 slots from
cryptography chip ``card0``.
``<num>`` is a number from zero to ``CTEST_RESOURCE_GROUP_COUNT`` minus one.
``<resource-type>`` is the name of a resource type, converted to uppercase.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment