-
Notifications
You must be signed in to change notification settings - Fork 43
/
project.ini
40 lines (33 loc) · 1 KB
/
project.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[project]
name = slurm
label = Slurm
version = 3.0.10
type = scheduler
[blobs]
Files = azure-slurm-pkg-3.0.10.tar.gz, azure-slurm-install-pkg-3.0.10.tar.gz
[spec scheduler]
run_list = role[slurm_scheduler_role]
[spec execute]
run_list = role[slurm_execute_role]
[spec login]
run_list = role[slurm_login_role]
[config slurm.version]
Required = True
Label = Slurm Version
Description = Version of Slurm to install on the cluster
ParameterType = StringList
Config.Plugin = pico.form.Dropdown
Config.FreeForm = true
Config.Entries := {[Value="24.05.4-1"], [Value="23.11.10-1"]}
DefaultValue = 24.05.4-1
[config slurm.shutdown_policy]
Label = ShutdownPolicy
description = By default, autostop will Delete stopped VMS for lowest cost. Optionally, Stop/Deallocate the VMs for faster restart instead.
DefaultValue = Terminate
config.plugin = pico.control.AutoCompleteDropdown
[[[[list Config.Entries]]]]
Name = Terminate
Label = Terminate
[[[[list Config.Entries]]]]
Name = Deallocate
Label = Deallocate