Skip to content

Commit

Permalink
Adding missing info for running test-suites with GPUS
Browse files Browse the repository at this point in the history
  • Loading branch information
laraPPr authored Dec 17, 2024
1 parent d76fea0 commit 5422490
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions reframe_config_bot.py.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ site_configuration = {
FEATURES[GPU]
] + list(SCALES.keys()),
'resources': [
{
'name': '_rfm_gpu',
'options': ['--gpus-per-node={num_gpus_per_node}'],
},
{
'name': 'memory',
'options': ['--mem={size}'],
Expand All @@ -34,6 +38,12 @@ site_configuration = {
'mem_per_node': __MEM_PER_NODE__,
GPU_VENDOR: GPU_VENDORS[NVIDIA],
},
'devices': [
{
'type': DEVICE_TYPES[GPU],
'num_devices': 4,
}
],
'max_jobs': 1
}
]
Expand Down

0 comments on commit 5422490

Please sign in to comment.