Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5f3ae645 authored by Jonathan Pastor's avatar Jonathan Pastor
Browse files

remove unused function

parent 3fbb5ad8
No related branches found
No related tags found
1 merge request!6WIP: Features/oar gpus
...@@ -742,14 +742,6 @@ def ignore_keys() ...@@ -742,14 +742,6 @@ def ignore_keys()
return ignore_default_keys() + ignore_disk_keys() return ignore_default_keys() + ignore_disk_keys()
end end
def oarcmd_set_node_properties(host, default_properties)
return '' if default_properties.size == 0
command = "echo; echo 'Setting properties for #{host}:'; echo\n"
command += "oarnodesetting --sql \"host='#{host}' and type='default'\" -p "
command += properties_internal(default_properties)
return command + "\n\n"
end
def get_oar_resources_from_oar(options) def get_oar_resources_from_oar(options)
properties = {} properties = {}
options.fetch(:sites).each do |site_uid| options.fetch(:sites).each do |site_uid|
......
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