We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbd536 commit 1240417Copy full SHA for 1240417
tests/gpu/gpu_burn.py
@@ -12,7 +12,7 @@ class GPU_Burn_nvidia(rfm.RunOnlyRegressionTest):
12
time_limit = '10m'
13
prerun_cmds = ['git clone https://github.com/wilicc/gpu-burn.git', 'cd gpu-burn', 'make']
14
executable = '--output=rfm_GPUBURN_nvidia_node-%N.out ./gpu_burn 20'
15
- tags = {"antwerp", "gpu", "burn"}
+ tags = {"antwerp", "gpu", "burn", "performance"}
16
num_devices = 0
17
num_tasks_per_node = 1
18
reference = {
0 commit comments