Mentions légales du service

Skip to content
Snippets Groups Projects

[oar-properties] add the gpu and gpudevice OAR properties.

Merged Pierre Neyron requested to merge bug_10145_oar_resource_manager_gpu into master
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -43,6 +43,10 @@ class OarPropertiesGenerator < WikiGenerator
@@ -43,6 +43,10 @@ class OarPropertiesGenerator < WikiGenerator
"description" => "The ID of the CPU the resource is part of. The unique scope is the OAR server. ",
"description" => "The ID of the CPU the resource is part of. The unique scope is the OAR server. ",
"possible_values" => "1, 2, 3, ..."
"possible_values" => "1, 2, 3, ..."
},
},
 
"gpu" => {
 
"description" => "The ID of the GPU the resource is part of. The unique scope is the OAR server. ",
 
"possible_values" => "1, 2, 3, ..."
 
},
"host" => {
"host" => {
"description" => "A user-friendly name for the network_address property",
"description" => "A user-friendly name for the network_address property",
"possible_values" => "dahu-1.grenoble.grid5000.fr, ..."
"possible_values" => "dahu-1.grenoble.grid5000.fr, ..."
Loading