Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
2824b434
Commit
2824b434
authored
Nov 18, 2021
by
BERARD Benjamin
Browse files
[oar-properties] Add value type for gpu, core, cpuset and wattmeter properties
parent
694ef56d
Pipeline
#350702
passed with stages
in 6 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/refrepo/gen/wiki/generators/oar_properties.rb
View file @
2824b434
...
...
@@ -40,7 +40,8 @@ class OarPropertiesGenerator < WikiGenerator
},
"core"
=>
{
"description"
=>
"The ID of the CPU core the resource is part of. The unique scope is the OAR server."
,
"possible_values"
=>
"1, 2, 3, ..."
"possible_values"
=>
"1, 2, 3, ..."
,
"value_type"
=>
"Integer"
},
"cpu"
=>
{
"description"
=>
"The ID of the CPU the resource is part of. The unique scope is the OAR server. "
,
...
...
@@ -48,6 +49,7 @@ class OarPropertiesGenerator < WikiGenerator
},
"cpuset"
=>
{
"description"
=>
"Logical processor identifier (only the first thread in case of HyperThreading)."
,
"value_type"
=>
"String"
,
"possible_values"
=>
"0, 1, 2, 3, ..."
},
"disk"
=>
{
...
...
@@ -63,7 +65,8 @@ class OarPropertiesGenerator < WikiGenerator
},
"gpu"
=>
{
"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, ..."
,
"Value_Type"
=>
"Integer"
},
"gpudevice"
=>
{
"description"
=>
"GPU device identifier."
,
...
...
@@ -205,7 +208,8 @@ class OarPropertiesGenerator < WikiGenerator
"description"
=>
"The number of GPU cards available"
},
"wattmeter"
=>
{
"description"
=>
"The type of wattmeter available"
"description"
=>
"The type of wattmeter available"
,
"value_type"
=>
"Boolean"
},
"mic"
=>
{
"description"
=>
"Intel many integrated core architecture support"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment