Skip to content

Commit

Permalink
Quick test if the test-suite also runs on GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
laraPPr authored Dec 17, 2024
1 parent d461d8a commit d76fea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reframe_config_bot.py.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ site_configuration = {
'launcher': 'mpirun',
'environs': ['default'],
'features': [
FEATURES[CPU]
FEATURES[GPU]
] + list(SCALES.keys()),
'resources': [
{
Expand All @@ -32,6 +32,7 @@ site_configuration = {
# Make sure to round down, otherwise a job might ask for more mem than is available
# per node
'mem_per_node': __MEM_PER_NODE__,
GPU_VENDOR: GPU_VENDORS[NVIDIA],
},
'max_jobs': 1
}
Expand Down

0 comments on commit d76fea0

Please sign in to comment.