Skip to content

Commit d9f5617

Browse files
committed
add description for scheduler fields ( Slurm )
1 parent 5217cea commit d9f5617

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

rcm/server/etc/defaults/schema_01_scheduler.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ schema:
1313
ACCOUNT :
1414
label : 'Account'
1515
type : 'combobox'
16-
16+
description : "Select the account for submitting the job service"
1717
#composites
1818
QUEUE :
1919
label : 'Queue'
2020
type : 'combobox'
21-
21+
description : "Select the slurm partition to run the job service"
2222
substitutions:
2323
QUEUE_PAR: "-N 1 -n @{CPU} --mem=@{MEMORY}GB @{GRES.GRES_STRING} #from schema"
2424
GRES.GRES_STRING: ""
@@ -28,24 +28,28 @@ schema:
2828
MEMORY :
2929
label : 'Memory'
3030
type : 'slider'
31+
description : "Select the required memory (GigaBytes) for job service"
3132
values :
3233
min : 1
3334
max : 120
3435
CPU :
3536
label : 'CPU'
3637
type : 'slider'
38+
description : "Select the required number of cores for job service"
3739
values :
3840
min : 1
3941
max : 36
4042
TIME :
4143
label : 'Time (sec)'
4244
type : 'timeslider'
45+
description : "Select the wall clock time for job service to run"
4346
values :
4447
min : '00:00:01'
4548
max : '10:00:00'
4649
GRES :
4750
label : 'GPU'
4851
type : 'combobox'
52+
description : "Select the number of GPU required"
4953
children :
5054

5155

0 commit comments

Comments
 (0)