Skip to content

Commit

Permalink
Moved GPU partition description to right after the name
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Sep 19, 2023
1 parent ec22a9a commit 33199dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
{
'name': 'gpu_partition',
'descr': 'GPU partition'
'scheduler': 'slurm',
'launcher': 'mpirun',
'access': ['-p gpu', '--export=None'],
Expand Down Expand Up @@ -87,7 +88,6 @@
'extras': {
GPU_VENDOR: GPU_VENDORS[NVIDIA],
},
'descr': 'GPU partition'
},
]
},
Expand Down

0 comments on commit 33199dd

Please sign in to comment.