Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1d4ddd89 authored by POUILLOUX Laurent's avatar POUILLOUX Laurent Committed by POUILLOUX Laurent
Browse files

[gen:oar-properties] rewrite display of resources table + spec

parent 9ba1cbc6
Branches
No related tags found
1 merge request!624Oar gpu memory
Pipeline #918768 passed
Showing
with 278 additions and 260 deletions
......@@ -20,29 +20,24 @@ module OarProperties
# OAR API data cache
@@oar_data = {}
def export_rows_as_formated_line(generated_hierarchy)
# Display header
puts "+#{'-' * 10} + #{'-' * 20} + #{'-' * 5} + #{'-' * 5} + #{'-' * 8} + #{'-' * 4} + #{'-' * 20} + #{'-' * 30} + #{'-' * 30}+"
puts "|#{'cluster'.rjust(10)} | #{'host'.ljust(20)} | #{'cpu'.ljust(5)} | #{'core'.ljust(5)} | #{'cpuset'.ljust(8)} | #{'gpu'.ljust(4)} | #{'gpudevice'.ljust(20)} | #{'cpumodel'.ljust(30)} | #{'gpumodel'.ljust(30)}|"
puts "+#{'-' * 10} + #{'-' * 20} + #{'-' * 5} + #{'-' * 5} + #{'-' * 8} + #{'-' * 4} + #{'-' * 20} + #{'-' * 30} + #{'-' * 30}+"
oar_rows = generated_hierarchy[:nodes].map{|node| node[:oar_rows]}.flatten
# Display rows
oar_rows.each do |row|
cluster = row[:cluster].to_s
host = row[:host].to_s
cpu = row[:cpu].to_s
core = row[:core].to_s
cpuset = row[:cpuset].to_s
gpu = row[:gpu].to_s
gpudevice = row[:gpudevice].to_s
cpumodel = row[:cpumodel].to_s
gpumodel = row[:gpumodel].to_s
puts "|#{cluster.rjust(10)} | #{host.ljust(20)} | #{cpu.ljust(5)} | #{core.ljust(5)} | #{cpuset.ljust(8)} | #{gpu.ljust(4)} | #{gpudevice.ljust(20)} | #{cpumodel.ljust(30)} | #{gpumodel.ljust(30)}|"
def table_separator(cols)
return "+-#{cols.map{|_k, v| '-' * v }.join('-+-')}-+"
end
def display_resources_table(generated_hierarchy)
cols = {cluster: 11, host: 20, cpu: 5, core: 5, cpuset: 6, cpumodel: 25, gpu: 4, gpudevice: 10, gpumodel: 30}
puts table_separator(cols)
puts "| #{cols.map{|k, v| k.to_s.ljust(v) }.join(' | ')} |"
host_prev = ""
generated_hierarchy[:nodes].map{|node| node[:oar_rows]}.flatten.each do |row|
if row[:host] != host_prev
puts table_separator(cols)
host_prev = row[:host]
end
puts "| #{cols.map{|k, v| row[k].to_s.ljust(v)}.join(' | ')} |"
end
# Display footer
puts "+#{'-' * 10} + #{'-' * 20} + #{'-' * 5} + #{'-' * 5} + #{'-' * 8} + #{'-' * 4} + #{'-' * 20} + #{'-' * 30} + #{'-' * 30}+"
puts table_separator(cols)
end
############################################
......@@ -1421,7 +1416,7 @@ def generate_oar_properties(options)
# DO=table
if options.key? :table and options[:table]
export_rows_as_formated_line(generated_hierarchy)
display_resources_table(generated_hierarchy)
end
# Do=Diff
......
......@@ -10,7 +10,7 @@ describe 'OarProperties' do
prepare_stubs("dump_oar_api_empty_server.json", "load_data_hierarchy_stubbed_data.json")
end
it 'should should accept case where only the site is specified' do
it 'should accept case where only the site is specified' do
uri = URI(conf["uri"])
......@@ -27,9 +27,9 @@ describe 'OarProperties' do
}
expected_header = <<-TXT
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| cluster | host | cpu | core | cpuset | gpu | gpudevice | cpumodel | gpumodel |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| cluster | host | cpu | core | cpuset | cpumodel | gpu | gpudevice | gpumodel |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
TXT
generator_output = capture do
......
......@@ -4,6 +4,7 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "core_count", 16]
["+", "cpu_count", 2]
["+", "eth_kavlan_count", 0]
["+", "gpu_mem", 10479]
["+", "thread_count", 32]
clustera-2:
["~", "besteffort", "YES", "NO"]
......@@ -11,5 +12,6 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "core_count", 16]
["+", "cpu_count", 2]
["+", "eth_kavlan_count", 0]
["+", "gpu_mem", 10479]
["+", "thread_count", 32]
Properties that need to be created on the fakesite server: cpu_count, core_count, thread_count, eth_kavlan_count
Properties that need to be created on the fakesite server: cpu_count, core_count, thread_count, eth_kavlan_count, gpu_mem
......@@ -80,6 +80,7 @@ property_exist 'memcpu' || oarproperty -a memcpu
property_exist 'memnode' || oarproperty -a memnode
property_exist 'gpu_model' || oarproperty -a gpu_model --varchar
property_exist 'gpu_count' || oarproperty -a gpu_count
property_exist 'gpu_mem' || oarproperty -a gpu_mem
property_exist 'exotic' || oarproperty -a exotic --varchar
property_exist 'mic' || oarproperty -a mic --varchar
property_exist 'wattmeter' || oarproperty -a wattmeter --varchar
......@@ -110,7 +111,7 @@ oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='14
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='15' AND type='default'" -p cpu=2 -p core=15 -p cpuset=14 -p gpu=4 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='16' AND type='default'" -p cpu=2 -p core=16 -p cpuset=15 -p gpu=4 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-1.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.1' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 FL1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.1' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 FL1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
......@@ -135,6 +136,6 @@ oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='30
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='31' AND type='default'" -p cpu=4 -p core=31 -p cpuset=14 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='32' AND type='default'" -p cpu=4 -p core=32 -p cpuset=15 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-2.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='NO' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='NO' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| cluster | host | cpu | core | cpuset | gpu | gpudevice | cpumodel | gpumodel |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| clustera | clustera-1 | 1 | 1 | 0 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 2 | 1 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 3 | 2 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 4 | 3 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 5 | 4 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 6 | 5 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 7 | 6 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 8 | 7 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 9 | 8 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 10 | 9 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 11 | 10 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 12 | 11 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 13 | 12 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 14 | 13 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 15 | 14 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 16 | 15 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 17 | 0 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 18 | 1 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 19 | 2 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 20 | 3 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 21 | 4 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 22 | 5 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 23 | 6 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 24 | 7 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 25 | 8 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 26 | 9 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 27 | 10 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 28 | 11 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 29 | 12 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 30 | 13 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 31 | 14 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 32 | 15 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| cluster | host | cpu | core | cpuset | cpumodel | gpu | gpudevice | gpumodel |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-1 | 1 | 1 | 0 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 2 | 1 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 3 | 2 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 4 | 3 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 5 | 4 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 6 | 5 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 7 | 6 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 8 | 7 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 9 | 8 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 10 | 9 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 11 | 10 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 12 | 11 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 13 | 12 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 14 | 13 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 15 | 14 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 16 | 15 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-2 | 3 | 17 | 0 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 18 | 1 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 19 | 2 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 20 | 3 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 21 | 4 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 22 | 5 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 23 | 6 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 24 | 7 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 25 | 8 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 26 | 9 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 27 | 10 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 28 | 11 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 29 | 12 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 30 | 13 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 31 | 14 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 32 | 15 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
......@@ -5,6 +5,7 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "core_count", 16]
["+", "cpu_count", 2]
["+", "eth_kavlan_count", 0]
["+", "gpu_mem", 10479]
["+", "thread_count", 32]
clustera-2:
["~", "chassis", nil, "Dell Inc. PowerEdge T640 9L1CBX2"]
......@@ -12,5 +13,6 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "core_count", 16]
["+", "cpu_count", 2]
["+", "eth_kavlan_count", 0]
["+", "gpu_mem", 10479]
["+", "thread_count", 32]
Properties that need to be created on the fakesite server: cpu_count, core_count, thread_count, chassis, eth_kavlan_count
Properties that need to be created on the fakesite server: cpu_count, core_count, thread_count, chassis, eth_kavlan_count, gpu_mem
......@@ -80,6 +80,7 @@ property_exist 'memcpu' || oarproperty -a memcpu
property_exist 'memnode' || oarproperty -a memnode
property_exist 'gpu_model' || oarproperty -a gpu_model --varchar
property_exist 'gpu_count' || oarproperty -a gpu_count
property_exist 'gpu_mem' || oarproperty -a gpu_mem
property_exist 'exotic' || oarproperty -a exotic --varchar
property_exist 'mic' || oarproperty -a mic --varchar
property_exist 'wattmeter' || oarproperty -a wattmeter --varchar
......@@ -110,7 +111,7 @@ oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='14
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='15' AND type='default'" -p cpu=2 -p core=15 -p cpuset=14 -p gpu=4 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='16' AND type='default'" -p cpu=2 -p core=16 -p cpuset=15 -p gpu=4 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-1.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.1' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 FL1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.1' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 FL1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
......@@ -135,6 +136,6 @@ oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='30
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='31' AND type='default'" -p cpu=4 -p core=31 -p cpuset=14 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='32' AND type='default'" -p cpu=4 -p core=32 -p cpuset=15 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-2.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| cluster | host | cpu | core | cpuset | gpu | gpudevice | cpumodel | gpumodel |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| clustera | clustera-1 | 1 | 1 | 0 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 2 | 1 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 3 | 2 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 4 | 3 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 5 | 4 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 6 | 5 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 7 | 6 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 8 | 7 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 9 | 8 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 10 | 9 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 11 | 10 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 12 | 11 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 13 | 12 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 14 | 13 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 15 | 14 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 16 | 15 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 17 | 0 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 18 | 1 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 19 | 2 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 20 | 3 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 21 | 4 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 22 | 5 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 23 | 6 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 24 | 7 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 25 | 8 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 26 | 9 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 27 | 10 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 28 | 11 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 29 | 12 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 30 | 13 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 31 | 14 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 32 | 15 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| cluster | host | cpu | core | cpuset | cpumodel | gpu | gpudevice | gpumodel |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-1 | 1 | 1 | 0 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 2 | 1 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 3 | 2 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 4 | 3 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 5 | 4 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 6 | 5 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 7 | 6 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 8 | 7 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 9 | 8 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 10 | 9 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 11 | 10 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 12 | 11 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 13 | 12 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 14 | 13 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 15 | 14 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 16 | 15 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-2 | 3 | 17 | 0 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 18 | 1 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 19 | 2 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 20 | 3 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 21 | 4 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 22 | 5 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 23 | 6 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 24 | 7 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 25 | 8 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 26 | 9 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 27 | 10 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 28 | 11 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 29 | 12 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 30 | 13 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 31 | 14 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 32 | 15 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
......@@ -18,6 +18,7 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "eth_rate", 10]
["+", "exotic", "NO"]
["+", "gpu_count", 4]
["+", "gpu_mem", 10479]
["+", "gpu_model", "GeForce RTX 2080 Ti"]
["+", "ib", "NO"]
["+", "ib_count", 0]
......@@ -59,6 +60,7 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "eth_rate", 10]
["+", "exotic", "NO"]
["+", "gpu_count", 4]
["+", "gpu_mem", 10479]
["+", "gpu_model", "GeForce RTX 2080 Ti"]
["+", "ib", "NO"]
["+", "ib_count", 0]
......@@ -81,4 +83,4 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "thread_count", 32]
["+", "virtual", "ivt"]
["+", "wattmeter", "NO"]
Properties that need to be created on the fakesite server: switch, cpu_count, core_count, thread_count, chassis, eth_kavlan_count, gpu_model, exotic
Properties that need to be created on the fakesite server: switch, cpu_count, core_count, thread_count, chassis, eth_kavlan_count, gpu_model, gpu_mem, exotic
......@@ -80,6 +80,7 @@ property_exist 'memcpu' || oarproperty -a memcpu
property_exist 'memnode' || oarproperty -a memnode
property_exist 'gpu_model' || oarproperty -a gpu_model --varchar
property_exist 'gpu_count' || oarproperty -a gpu_count
property_exist 'gpu_mem' || oarproperty -a gpu_mem
property_exist 'exotic' || oarproperty -a exotic --varchar
property_exist 'mic' || oarproperty -a mic --varchar
property_exist 'wattmeter' || oarproperty -a wattmeter --varchar
......@@ -112,7 +113,7 @@ oarnodesetting -a -h 'clustera-1.fakesite.grid5000.fr' -s Absent -p host='cluste
oarnodesetting -a -h 'clustera-1.fakesite.grid5000.fr' -s Absent -p host='clustera-1.fakesite.grid5000.fr' -p cpu=6 -p core=47 -p cpuset=14 -p gpu=4 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting -a -h 'clustera-1.fakesite.grid5000.fr' -s Absent -p host='clustera-1.fakesite.grid5000.fr' -p cpu=6 -p core=48 -p cpuset=15 -p gpu=4 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-1.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.1' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 FL1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.1' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 FL1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
......@@ -137,6 +138,6 @@ oarnodesetting -a -h 'clustera-2.fakesite.grid5000.fr' -s Absent -p host='cluste
oarnodesetting -a -h 'clustera-2.fakesite.grid5000.fr' -s Absent -p host='clustera-2.fakesite.grid5000.fr' -p cpu=8 -p core=63 -p cpuset=14 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting -a -h 'clustera-2.fakesite.grid5000.fr' -s Absent -p host='clustera-2.fakesite.grid5000.fr' -p cpu=8 -p core=64 -p cpuset=15 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-2.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| cluster | host | cpu | core | cpuset | gpu | gpudevice | cpumodel | gpumodel |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| clustera | clustera-1 | 5 | 33 | 0 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 34 | 1 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 35 | 2 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 36 | 3 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 37 | 4 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 38 | 5 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 39 | 6 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 40 | 7 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 41 | 8 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 42 | 9 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 43 | 10 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 44 | 11 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 45 | 12 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 46 | 13 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 47 | 14 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 48 | 15 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 49 | 0 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 50 | 1 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 51 | 2 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 52 | 3 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 53 | 4 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 54 | 5 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 55 | 6 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 56 | 7 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 57 | 8 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 58 | 9 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 59 | 10 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 60 | 11 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 61 | 12 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 62 | 13 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 63 | 14 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 64 | 15 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| cluster | host | cpu | core | cpuset | cpumodel | gpu | gpudevice | gpumodel |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-1 | 5 | 33 | 0 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 34 | 1 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 35 | 2 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 36 | 3 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 37 | 4 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 38 | 5 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 39 | 6 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 40 | 7 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 41 | 8 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 42 | 9 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 43 | 10 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 44 | 11 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 45 | 12 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 46 | 13 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 47 | 14 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 48 | 15 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-2 | 7 | 49 | 0 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 50 | 1 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 51 | 2 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 52 | 3 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 53 | 4 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 54 | 5 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 55 | 6 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 56 | 7 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 57 | 8 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 58 | 9 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 59 | 10 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 60 | 11 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 61 | 12 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 62 | 13 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 63 | 14 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 64 | 15 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
......@@ -7,6 +7,7 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "cpu_count", 2]
["+", "eth_kavlan_count", 0]
["+", "exotic", "NO"]
["+", "gpu_mem", 10479]
["+", "thread_count", 32]
clustera-2:
["~", "deploy", "NO", "YES"]
......@@ -16,6 +17,7 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "cpu_count", 2]
["+", "eth_kavlan_count", 0]
["+", "exotic", "NO"]
["+", "gpu_mem", 10479]
["+", "thread_count", 32]
Properties that need to be created on the fakesite server: cpu_count, core_count, thread_count, chassis, eth_kavlan_count, exotic
Properties that need to be created on the fakesite server: cpu_count, core_count, thread_count, chassis, eth_kavlan_count, gpu_mem, exotic
# Error: Resource 9 (host=clustera-1.fakesite.grid5000.fr cpu=2 core=9 cpuset=8 gpu=2 gpudevice=2) has a mismatch for ressource GPU: OAR API gives 2, generator wants 3.
......@@ -80,6 +80,7 @@ property_exist 'memcpu' || oarproperty -a memcpu
property_exist 'memnode' || oarproperty -a memnode
property_exist 'gpu_model' || oarproperty -a gpu_model --varchar
property_exist 'gpu_count' || oarproperty -a gpu_count
property_exist 'gpu_mem' || oarproperty -a gpu_mem
property_exist 'exotic' || oarproperty -a exotic --varchar
property_exist 'mic' || oarproperty -a mic --varchar
property_exist 'wattmeter' || oarproperty -a wattmeter --varchar
......@@ -112,7 +113,7 @@ oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='14
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='15' AND type='default'" -p cpu=2 -p core=15 -p cpuset=14 -p gpu=4 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' AND resource_id='16' AND type='default'" -p cpu=2 -p core=16 -p cpuset=15 -p gpu=4 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-1.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.1' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 FL1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.1' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 FL1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
......@@ -137,6 +138,6 @@ oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='30
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='31' AND type='default'" -p cpu=4 -p core=31 -p cpuset=14 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='32' AND type='default'" -p cpu=4 -p core=32 -p cpuset=15 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-2.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| cluster | host | cpu | core | cpuset | gpu | gpudevice | cpumodel | gpumodel |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| clustera | clustera-1 | 1 | 1 | 0 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 2 | 1 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 3 | 2 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 4 | 3 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 5 | 4 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 6 | 5 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 7 | 6 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 8 | 7 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 9 | 8 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 10 | 9 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 11 | 10 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 12 | 11 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 13 | 12 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 14 | 13 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 15 | 14 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 16 | 15 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 17 | 0 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 18 | 1 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 19 | 2 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 20 | 3 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 21 | 4 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 22 | 5 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 23 | 6 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 24 | 7 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 25 | 8 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 26 | 9 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 27 | 10 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 28 | 11 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 29 | 12 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 30 | 13 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 31 | 14 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 32 | 15 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| cluster | host | cpu | core | cpuset | cpumodel | gpu | gpudevice | gpumodel |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-1 | 1 | 1 | 0 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 2 | 1 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 3 | 2 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 4 | 3 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 5 | 4 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 6 | 5 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 7 | 6 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 8 | 7 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 9 | 8 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 10 | 9 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 11 | 10 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 12 | 11 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 13 | 12 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 14 | 13 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 15 | 14 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 16 | 15 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-2 | 3 | 17 | 0 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 18 | 1 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 19 | 2 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 20 | 3 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 21 | 4 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 22 | 5 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 23 | 6 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 24 | 7 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 25 | 8 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 26 | 9 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 27 | 10 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 28 | 11 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 29 | 12 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 30 | 13 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 31 | 14 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 32 | 15 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
......@@ -6,5 +6,6 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "core_count", 16]
["+", "cpu_count", 2]
["+", "eth_kavlan_count", 0]
["+", "gpu_mem", 10479]
["+", "thread_count", 32]
Properties that need to be created on the fakesite server: cpu_count, core_count, thread_count, eth_kavlan_count
Properties that need to be created on the fakesite server: cpu_count, core_count, thread_count, eth_kavlan_count, gpu_mem
......@@ -82,6 +82,7 @@ property_exist 'memcpu' || oarproperty -a memcpu
property_exist 'memnode' || oarproperty -a memnode
property_exist 'gpu_model' || oarproperty -a gpu_model --varchar
property_exist 'gpu_count' || oarproperty -a gpu_count
property_exist 'gpu_mem' || oarproperty -a gpu_mem
property_exist 'exotic' || oarproperty -a exotic --varchar
property_exist 'mic' || oarproperty -a mic --varchar
property_exist 'wattmeter' || oarproperty -a wattmeter --varchar
......@@ -136,6 +137,6 @@ oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='30
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='31' AND type='default'" -p cpu=4 -p core=31 -p cpuset=14 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' AND resource_id='32' AND type='default'" -p cpu=4 -p core=32 -p cpuset=15 -p gpu=8 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-2.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
Error (missing property) while processing node clustera-1: Node clustera-1 does not have a main network_adapter (ie. an ethernet interface with enabled=true && mounted==true && management==false)
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| cluster | host | cpu | core | cpuset | gpu | gpudevice | cpumodel | gpumodel |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| clustera | clustera-1 | 1 | 1 | 0 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 2 | 1 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 3 | 2 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 4 | 3 | 1 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 5 | 4 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 6 | 5 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 7 | 6 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 8 | 7 | 2 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 9 | 8 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 10 | 9 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 11 | 10 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 12 | 11 | 3 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 13 | 12 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 14 | 13 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 15 | 14 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 16 | 15 | 4 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 17 | 0 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 18 | 1 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 19 | 2 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 20 | 3 | 5 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 21 | 4 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 22 | 5 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 23 | 6 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 24 | 7 | 6 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 25 | 8 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 26 | 9 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 27 | 10 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 28 | 11 | 7 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 29 | 12 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 30 | 13 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 31 | 14 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 32 | 15 | 8 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| cluster | host | cpu | core | cpuset | cpumodel | gpu | gpudevice | gpumodel |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-1 | 1 | 1 | 0 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 2 | 1 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 3 | 2 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 4 | 3 | Intel Xeon Silver 4110 | 1 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 5 | 4 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 6 | 5 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 7 | 6 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 1 | 8 | 7 | Intel Xeon Silver 4110 | 2 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 9 | 8 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 10 | 9 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 11 | 10 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 12 | 11 | Intel Xeon Silver 4110 | 3 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 13 | 12 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 14 | 13 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 15 | 14 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 2 | 16 | 15 | Intel Xeon Silver 4110 | 4 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-2 | 3 | 17 | 0 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 18 | 1 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 19 | 2 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 20 | 3 | Intel Xeon Silver 4110 | 5 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 21 | 4 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 22 | 5 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 23 | 6 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 3 | 24 | 7 | Intel Xeon Silver 4110 | 6 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 25 | 8 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 26 | 9 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 27 | 10 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 28 | 11 | Intel Xeon Silver 4110 | 7 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 29 | 12 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 30 | 13 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 31 | 14 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 4 | 32 | 15 | Intel Xeon Silver 4110 | 8 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
......@@ -18,6 +18,7 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "eth_rate", 10]
["+", "exotic", "NO"]
["+", "gpu_count", 4]
["+", "gpu_mem", 10479]
["+", "gpu_model", "GeForce RTX 2080 Ti"]
["+", "ib", "NO"]
["+", "ib_count", 0]
......@@ -59,6 +60,7 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "eth_rate", 10]
["+", "exotic", "NO"]
["+", "gpu_count", 4]
["+", "gpu_mem", 10479]
["+", "gpu_model", "GeForce RTX 2080 Ti"]
["+", "ib", "NO"]
["+", "ib_count", 0]
......@@ -81,4 +83,4 @@ Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for ad
["+", "thread_count", 32]
["+", "virtual", "ivt"]
["+", "wattmeter", "NO"]
Properties that need to be created on the fakesite server: switch, cpu_count, core_count, thread_count, eth_kavlan_count
Properties that need to be created on the fakesite server: switch, cpu_count, core_count, thread_count, eth_kavlan_count, gpu_mem
......@@ -80,6 +80,7 @@ property_exist 'memcpu' || oarproperty -a memcpu
property_exist 'memnode' || oarproperty -a memnode
property_exist 'gpu_model' || oarproperty -a gpu_model --varchar
property_exist 'gpu_count' || oarproperty -a gpu_count
property_exist 'gpu_mem' || oarproperty -a gpu_mem
property_exist 'exotic' || oarproperty -a exotic --varchar
property_exist 'mic' || oarproperty -a mic --varchar
property_exist 'wattmeter' || oarproperty -a wattmeter --varchar
......@@ -112,7 +113,7 @@ oarnodesetting -a -h 'clustera-1.fakesite.grid5000.fr' -s Absent -p host='cluste
oarnodesetting -a -h 'clustera-1.fakesite.grid5000.fr' -s Absent -p host='clustera-1.fakesite.grid5000.fr' -p cpu=6 -p core=47 -p cpuset=14 -p gpu=12 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting -a -h 'clustera-1.fakesite.grid5000.fr' -s Absent -p host='clustera-1.fakesite.grid5000.fr' -p cpu=6 -p core=48 -p cpuset=15 -p gpu=12 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-1.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.1' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 FL1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-1.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.1' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 FL1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
......@@ -137,6 +138,6 @@ oarnodesetting -a -h 'clustera-2.fakesite.grid5000.fr' -s Absent -p host='cluste
oarnodesetting -a -h 'clustera-2.fakesite.grid5000.fr' -s Absent -p host='clustera-2.fakesite.grid5000.fr' -p cpu=8 -p core=63 -p cpuset=14 -p gpu=16 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
oarnodesetting -a -h 'clustera-2.fakesite.grid5000.fr' -s Absent -p host='clustera-2.fakesite.grid5000.fr' -p cpu=8 -p core=64 -p cpuset=15 -p gpu=16 -p gpu_model='GeForce RTX 2080 Ti' -p gpudevice=3 # This GPU is mapped on /dev/nvidia3
echo; echo 'Setting properties for clustera-2.fakesite.grid5000.fr:'; echo
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
oarnodesetting --sql "host='clustera-2.fakesite.grid5000.fr' and type='default'" -p ip='172.16.64.2' -p cluster='clustera' -p nodemodel='Dell PowerEdge T640' -p switch='gw-fakesite' -p besteffort='YES' -p deploy='YES' -p virtual='ivt' -p cpuarch='x86_64' -p cpucore=8 -p cpu_count=2 -p core_count=16 -p thread_count=32 -p cputype='Intel Xeon Silver 4110' -p cpufreq='2.1' -p disktype='SATA/SSD' -p chassis='Dell Inc. PowerEdge T640 9L1CBX2' -p eth_count=1 -p eth_kavlan_count=0 -p eth_rate=10 -p ib_count=0 -p ib_rate=0 -p ib='NO' -p opa_count=0 -p opa_rate=0 -p myri_count=0 -p myri_rate=0 -p myri='NO' -p memcore=8192 -p memcpu=65536 -p memnode=131072 -p gpu_model='GeForce RTX 2080 Ti' -p gpu_count=4 -p gpu_mem=10479 -p exotic='NO' -p mic='NO' -p wattmeter='NO' -p cluster_priority=201906 -p max_walltime=86400 -p production='YES' -p maintenance='NO' -p disk_reservation_count=0
echo '================================================================================'
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| cluster | host | cpu | core | cpuset | gpu | gpudevice | cpumodel | gpumodel |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
| clustera | clustera-1 | 5 | 33 | 0 | 9 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 34 | 1 | 9 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 35 | 2 | 9 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 36 | 3 | 9 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 37 | 4 | 10 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 38 | 5 | 10 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 39 | 6 | 10 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 40 | 7 | 10 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 41 | 8 | 11 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 42 | 9 | 11 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 43 | 10 | 11 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 44 | 11 | 11 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 45 | 12 | 12 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 46 | 13 | 12 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 47 | 14 | 12 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 48 | 15 | 12 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 49 | 0 | 13 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 50 | 1 | 13 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 51 | 2 | 13 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 52 | 3 | 13 | 0 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 53 | 4 | 14 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 54 | 5 | 14 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 55 | 6 | 14 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 56 | 7 | 14 | 1 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 57 | 8 | 15 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 58 | 9 | 15 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 59 | 10 | 15 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 60 | 11 | 15 | 2 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 61 | 12 | 16 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 62 | 13 | 16 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 63 | 14 | 16 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 64 | 15 | 16 | 3 | Intel Xeon Silver 4110 | GeForce RTX 2080 Ti |
+---------- + -------------------- + ----- + ----- + -------- + ---- + -------------------- + ------------------------------ + ------------------------------+
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| cluster | host | cpu | core | cpuset | cpumodel | gpu | gpudevice | gpumodel |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-1 | 5 | 33 | 0 | Intel Xeon Silver 4110 | 9 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 34 | 1 | Intel Xeon Silver 4110 | 9 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 35 | 2 | Intel Xeon Silver 4110 | 9 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 36 | 3 | Intel Xeon Silver 4110 | 9 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 37 | 4 | Intel Xeon Silver 4110 | 10 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 38 | 5 | Intel Xeon Silver 4110 | 10 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 39 | 6 | Intel Xeon Silver 4110 | 10 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 5 | 40 | 7 | Intel Xeon Silver 4110 | 10 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 41 | 8 | Intel Xeon Silver 4110 | 11 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 42 | 9 | Intel Xeon Silver 4110 | 11 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 43 | 10 | Intel Xeon Silver 4110 | 11 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 44 | 11 | Intel Xeon Silver 4110 | 11 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 45 | 12 | Intel Xeon Silver 4110 | 12 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 46 | 13 | Intel Xeon Silver 4110 | 12 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 47 | 14 | Intel Xeon Silver 4110 | 12 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-1 | 6 | 48 | 15 | Intel Xeon Silver 4110 | 12 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
| clustera | clustera-2 | 7 | 49 | 0 | Intel Xeon Silver 4110 | 13 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 50 | 1 | Intel Xeon Silver 4110 | 13 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 51 | 2 | Intel Xeon Silver 4110 | 13 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 52 | 3 | Intel Xeon Silver 4110 | 13 | 0 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 53 | 4 | Intel Xeon Silver 4110 | 14 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 54 | 5 | Intel Xeon Silver 4110 | 14 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 55 | 6 | Intel Xeon Silver 4110 | 14 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 7 | 56 | 7 | Intel Xeon Silver 4110 | 14 | 1 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 57 | 8 | Intel Xeon Silver 4110 | 15 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 58 | 9 | Intel Xeon Silver 4110 | 15 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 59 | 10 | Intel Xeon Silver 4110 | 15 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 60 | 11 | Intel Xeon Silver 4110 | 15 | 2 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 61 | 12 | Intel Xeon Silver 4110 | 16 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 62 | 13 | Intel Xeon Silver 4110 | 16 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 63 | 14 | Intel Xeon Silver 4110 | 16 | 3 | GeForce RTX 2080 Ti |
| clustera | clustera-2 | 8 | 64 | 15 | Intel Xeon Silver 4110 | 16 | 3 | GeForce RTX 2080 Ti |
+-------------+----------------------+-------+-------+--------+---------------------------+------+------------+--------------------------------+
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment