File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ def initialize(page_name)
43
43
"description" => "The ID of the CPU the resource is part of. The unique scope is the OAR server. " ,
44
44
"possible_values" => "1, 2, 3, ..."
45
45
} ,
46
+ "gpu" => {
47
+ "description" => "The ID of the GPU the resource is part of. The unique scope is the OAR server. " ,
48
+ "possible_values" => "1, 2, 3, ..."
49
+ } ,
46
50
"host" => {
47
51
"description" => "A user-friendly name for the network_address property" ,
48
52
"possible_values" => "dahu-1.grenoble.grid5000.fr, ..."
Original file line number Diff line number Diff line change 7
7
IGNORED_PROPERTIES = %w{ }
8
8
9
9
# Propriétés qui devraient être présentes
10
- G5K_PROPERTIES = %w{ api_timestamp available_upto besteffort chassis chunks cluster cluster_priority comment core cpu cpuarch cpucore cpufreq cpuset cputype deploy desktop_computing disk disk_reservation_count diskpath disktype drain eth_count eth_rate expiry_date finaud_decision gpu_model gpu_count grub host ib ib_count ib_rate id ip last_available_upto last_job_date links maintenance max_walltime memcore memcpu memnode mic myri myri_count myri_rate network_address next_finaud_decision next_state nodemodel production rconsole scheduler_priority slash_16 slash_17 slash_18 slash_19 slash_20 slash_21 slash_22 state state_num subnet_address subnet_prefix suspended_jobs switch type virtual vlan wattmeter opa opa_count opa_rate } . sort - IGNORED_PROPERTIES
10
+ G5K_PROPERTIES = %w{ api_timestamp available_upto besteffort chassis chunks cluster cluster_priority comment core cpu cpuarch cpucore cpufreq cpuset cputype deploy desktop_computing disk disk_reservation_count diskpath disktype drain eth_count eth_rate expiry_date finaud_decision gpu gpudevice gpu_model gpu_count grub host ib ib_count ib_rate id ip last_available_upto last_job_date links maintenance max_walltime memcore memcpu memnode mic myri myri_count myri_rate network_address next_finaud_decision next_state nodemodel production rconsole scheduler_priority slash_16 slash_17 slash_18 slash_19 slash_20 slash_21 slash_22 state state_num subnet_address subnet_prefix suspended_jobs switch type virtual vlan wattmeter opa opa_count opa_rate } . sort - IGNORED_PROPERTIES
11
11
12
12
13
13
module RefRepo ::Valid ::OarProperties
You can’t perform that action at this time.
0 commit comments