Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 95a40b37 authored by Teddy Valette's avatar Teddy Valette Committed by Pierre Neyron
Browse files

[gen/wiki/oar] documenting cpuset and gpudevice

parent 008cc6ef
No related branches found
No related tags found
1 merge request!100Update the OAR-Properties wiki page
...@@ -46,6 +46,10 @@ class OarPropertiesGenerator < WikiGenerator ...@@ -46,6 +46,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, ..."
}, },
"cpuset" => {
"description" => "CPU hardware identifier (useful for gnu-parallel).",
"possible_values" => "0, 1, 2, 3, ..."
},
"disk" => { "disk" => {
"description" => "Id of a reservable disk on a node, for resources of type 'disk'.", "description" => "Id of a reservable disk on a node, for resources of type 'disk'.",
"possible_values" => "sdb.yeti-1, sdc.yeti-1, sdd.yeti-1, ..." "possible_values" => "sdb.yeti-1, sdc.yeti-1, sdd.yeti-1, ..."
...@@ -58,6 +62,10 @@ class OarPropertiesGenerator < WikiGenerator ...@@ -58,6 +62,10 @@ class OarPropertiesGenerator < WikiGenerator
"description" => "The ID of the GPU the resource is part of. The unique scope is the OAR server. ", "description" => "The ID of the GPU the resource is part of. The unique scope is the OAR server. ",
"possible_values" => "1, 2, 3, ..." "possible_values" => "1, 2, 3, ..."
}, },
"gpudevice" => {
"description" => "GPU hardware identifier (useful for gnu-parallel).",
"possible_values" => "0, 1, 2, 3"
},
"host" => { "host" => {
"description" => "The full hostname of the node the resource is part of", "description" => "The full hostname of the node the resource is part of",
"possible_values" => "dahu-1.grenoble.grid5000.fr, ..." "possible_values" => "dahu-1.grenoble.grid5000.fr, ..."
...@@ -165,7 +173,7 @@ class OarPropertiesGenerator < WikiGenerator ...@@ -165,7 +173,7 @@ class OarPropertiesGenerator < WikiGenerator
#Group properties by categories #Group properties by categories
@@categories = { @@categories = {
"Job-related properties" => ["besteffort", "deploy", "production", "cluster_priority", "max_walltime"], "Job-related properties" => ["besteffort", "deploy", "production", "cluster_priority", "max_walltime"],
"Hierarchy" => ["chassis", "cluster", "cpu", "core", "disk", "diskpath", "gpu", "host", "network_address", "slash_[16-22]", "switch", "vlan"], "Hierarchy" => ["chassis", "cluster", "cpu", "cpuset", "core", "disk", "diskpath", "gpu", "gpudevice", "host", "network_address", "slash_[16-22]", "switch", "vlan"],
"Hardware" => ["gpu_model", "gpu_count", "memnode", "memcore", "memcpu", "disktype", "disk_reservation_count", "myri_rate", "myri_count", "myri", "ib_rate", "ib_count", "ib", "opa_rate", "opa_count", "eth_rate", "eth_count", "cpufreq", "cputype", "cpucore", "cpuarch", "virtual", "mic"], "Hardware" => ["gpu_model", "gpu_count", "memnode", "memcore", "memcpu", "disktype", "disk_reservation_count", "myri_rate", "myri_count", "myri", "ib_rate", "ib_count", "ib", "opa_rate", "opa_count", "eth_rate", "eth_count", "cpufreq", "cputype", "cpucore", "cpuarch", "virtual", "mic"],
"Miscellaneous" => ["wattmeter", "nodemodel", "ip", "type"] "Miscellaneous" => ["wattmeter", "nodemodel", "ip", "type"]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment