File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
hpctestlib/microbenchmarks/gpu Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments