--- title: "Godel Desktop" cluster: "godel" submit: "submit/godel.yml.erb" attributes: bc_account: null bc_queue: null bc_num_hours: null bc_num_slots: null bc_email_on_started: null desktop: "mate" bc_vnc_idle: 0 bc_vnc_resolution: required: true node_type: null cpus: widget: "number_field" min: 1 max: 124 value: 2 label: "CPUs" help: "Max 124" memory: widget: "number_field" min: 1000 step: 500 value: 10000 label: "Memory (MB)" help: "Max 2000 (20GB) per CPU" qos: widget: "hidden_field" gpus: widget: "select" label: "GPUs" options: - [ "0", "gpu:0", data-set-qos: 'normal' ] - [ "1", "gpu:1", data-set-qos: 'lessgpu' ] - [ "2", "gpu:2", data-set-qos: 'lessgpu' ] - [ "3", "gpu:3", data-set-qos: 'moregpu', data-set-custom-queue: 'batch' ] - [ "4", "gpu:4", data-set-qos: 'moregpu', data-set-custom-queue: 'batch' ] value: "None" help: Interactive partition limited to 2 GPUs custom_queue: required: true widget: "select" label: "Job Scheduler Partition" value: Interactive options: - ["Interactive", "interactive"] - ["Batch", "batch"] help: Interactive partition subject to resource/time restrictions, but gets a higher priority custom_num_hours: widget: number_field label: "Job Hours" value: 2 help: Interactive partition limited to 2 hours min: 1 form: - cpus - memory - custom_queue - qos - gpus - custom_num_hours