File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments