--- cluster: - unity attributes: #bc_num_slots: 1 _partition: label: Partition widget: text_field help: | Default: "cpu-preempt". [Learn more](https://docs.unity.rc.umass.edu/technical/partitionlist.html) duration_hours: label: Maximum job duration widget: number_field help: | Default: "1:00:00" Acceptable time formats include "minutes", "minutes:seconds", "hours:minutes:seconds", "days-hours", "days-hours:minutes" and "days-hours:minutes:seconds". cpus_per_task: widget: number_field label: CPU thread count help: | Default: 2 mem_gigs: widget: number_field label: Memory (in GB) help: | Default: 8 gpus: widget: text_field label: GPU count help: | Default: 0 Only for use in GPU partitions. An optional GPU type specification can be supplied. Example: `2080ti:3`. extra_slurm_args: label: Extra arguments for Slurm widget: text_field help: | arguments documented in the [sbatch manual](https://slurm.schedmd.com/sbatch.html) debug: label: "Debug mode (reduced performance)" widget: check_box value: 0 help: | Log file: `$HOME/ondemand/data/sys/dashboard/batch_connect/sys/jupyterlab/output//output.log` # All of the attributes that make up the Dashboard form (in respective order), # and made available to the submit configuration file and the template ERB # files # # @note You typically do not need to modify this unless you want to add a new # configurable value # @note If an attribute listed below is hard-coded above in the `attributes` # option, then it will not appear in the form page that the user sees in the # Dashboard form: - _partition - duration_hours - cpus_per_task - mem_gigs - gpus - extra_slurm_args - bc_vnc_resolution # - bc_email_on_started