You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding support for allocation and partition specification in SDK (#93)
* add specification for allocation and partition
* adding optional keyword to allocation/partition text entry
* Updated UI.py with more details for allocation/partition input
* fix to bug submitting job
self.slurm['accordion'] =widgets.Accordion(children=(widgets.VBox(children=(self.slurm['description'], self.slurm['vbox'], widgets.Label("In most cases, specifying an allocation and partition is unnecessary. Do not input anything unless you have a non-default allocation and/or partition to specify."), widgets.HBox([widgets.Label("Allocation: "), self.slurm['allocation']]), widgets.HBox([widgets.Label("Partition: "), self.slurm['partition']]))),), selected_index=None)
0 commit comments