Skip to content

Commit ed760aa

Browse files
author
Vasileios Karakasis
committed
Update docs
1 parent d4874bf commit ed760aa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

hpctestlib/microbenchmarks/gpu/gpu_burn.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,15 @@ class gpu_burn_check(rfm.RunOnlyRegressionTest):
100100
This benchmark tries to build the benchmark code through the
101101
:class:`gpu_burn_build` fixture.
102102
103-
This benchmark does not require and it does not set the
104-
:attr:`~reframe.core.pipeline.RegressionTest.num_gpus_per_node` test attribute.
105-
This is left to the site-specific tests to set it, if required.
103+
This benchmark does sets the
104+
:attr:`~reframe.core.pipeline.RegressionTest.num_gpus_per_node` test
105+
attribute, if not already set, based on the number devices with ``type ==
106+
'gpu'`` defined in the corresponding partition configuration. Similarly,
107+
this benchmark will use the ``arch`` device configuration attribute to set
108+
the :attr:`gpu_arch` variable, if this is not already set by the user.
106109
107110
.. list-table:: Summary
108-
:widths: 10 10 10 10 20 20
111+
:widths: 10 10 20 20 20 20
109112
:header-rows: 1
110113
111114
* - Variables

0 commit comments

Comments
 (0)