Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
reference-repository
Commits
1dc3258b
Commit
1dc3258b
authored
5 years ago
by
BERARD Benjamin
Browse files
Options
Downloads
Patches
Plain Diff
[oar] Remove opa into valid:oar-properties and edit wiki
parent
e343b712
No related branches found
No related tags found
1 merge request
!71
[oar] Remove opa into valid:oar-properties and edit wiki
Pipeline
#115484
passed
5 years ago
Stage: validate
Stage: generate
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/refrepo/gen/wiki/generators/oar_properties.rb
+1
-4
1 addition, 4 deletions
lib/refrepo/gen/wiki/generators/oar_properties.rb
lib/refrepo/valid/oar-properties.rb
+1
-1
1 addition, 1 deletion
lib/refrepo/valid/oar-properties.rb
with
2 additions
and
5 deletions
lib/refrepo/gen/wiki/generators/oar_properties.rb
+
1
−
4
View file @
1dc3258b
...
...
@@ -94,9 +94,6 @@ class OarPropertiesGenerator < WikiGenerator
"ib_rate"
=>
{
"description"
=>
"The rate of the connected Infiniband interface in Gbps"
},
"opa"
=>
{
"description"
=>
"Whether an Omni-Path interface is available"
},
"opa_count"
=>
{
"description"
=>
"The number of Omni-Path interfaces available"
},
...
...
@@ -146,7 +143,7 @@ class OarPropertiesGenerator < WikiGenerator
@@categories
=
{
"Job-related properties"
=>
[
"besteffort"
,
"deploy"
,
"production"
,
"cluster_priority"
,
"max_walltime"
],
"Hierarchy"
=>
[
"cluster"
,
"cpu"
,
"core"
,
"host"
,
"network_address"
,
"ip"
,
"switch"
],
"Hardware"
=>
[
"gpu_model"
,
"gpu_count"
,
"memnode"
,
"memcore"
,
"memcpu"
,
"disktype"
,
"disk_reservation_count"
,
"myri_rate"
,
"myri_count"
,
"myri"
,
"ib_rate"
,
"ib_count"
,
"ib"
,
"opa"
,
"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"
]
}
...
...
This diff is collapsed.
Click to expand it.
lib/refrepo/valid/oar-properties.rb
+
1
−
1
View file @
1dc3258b
...
...
@@ -7,7 +7,7 @@ require 'hashdiff'
IGNORED_PROPERTIES
=
%w{}
# Propriétés qui devraient être présentes
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
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_count opa_rate}
.
sort
-
IGNORED_PROPERTIES
module
RefRepo::Valid::OarProperties
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment