Ini adalah perintah oar_resources_add yang dapat dijalankan di penyedia hosting gratis OnWorks menggunakan salah satu dari beberapa workstation online gratis kami seperti Ubuntu Online, Fedora Online, emulator online Windows atau emulator online MAC OS
PROGRAM:
NAMA
oar_resource_add - Skrip pembantu lain untuk mendefinisikan sumber daya OAR
RINGKASAN
oar_resource_add -H <# host> [opsi]
DESKRIPSI
Script menghasilkan perintah oarproperty dan oarnodesetting untuk menghasilkan sumber daya
mengikuti hierarki Host/cpu/core/utas.
Jika sumber daya sudah terdaftar, offset dapat diberikan, atau ditebak dari OAR
database.
Skrip ini juga merupakan contoh yang baik tentang bagaimana seseorang dapat membuat sumber daya sendiri menggunakan
loop program dasar dan perintah oarnodesetting.
PILIHAN
-T, --gunakan-utas
Gunakan (buat) properti utas
-H, --host <#>
# tuan rumah
-C, --cpus <#>
# cpu per host
-c, --core <#>
# inti per cpu
-t, --utas <#>
# utas per inti
--awalan-host
Awalan nama host (default: "node-")
--host-akhiran
Akhiran nama host (misalnya ".domain")
--host0 <#>
ID host pertama yang digunakan
--cpu0 <#>
ID cpu pertama yang digunakan
--inti0 <#>
ID inti pertama yang digunakan
--benang0 <#>
ID utas pertama yang digunakan
--cpuset <#>
# dari cpuset di Host (default=cpus*cores*threads)
-A, --menambahkan
Tambahkan string teks (properti tambahan)
-o, --tulis-ke
Tulis perintah ke file
-p, --tidak-membuat-properti
Jangan membuat perintah oarproperty
-a, --offset otomatis
Tebak host/cpu/core/thread id berikutnya yang akan digunakan dari database OAR (kecuali
host0/cpu0/core0/thread0 diatur)
PERINGATAN: Host, cpu, core, dan properti thread harus ada di database Anda atau Anda akan melakukannya
mendapatkan kesalahan
-Y, --yaml
Hasilkan keluaran YAML
-h, --membantu
Tampilkan pesan ini
CONTOH
$ oar_resources_add -T --hosts=2 --host0 5 --cpu0 8 --core0=64 --thread0=128 -A "mem=1024
gpu=TIDAK"
oarproperty -c -a host || benar
oarproperty -a cpu || benar
oarproperty -sebuah inti || benar
oarproperty -sebuah utas || benar
oarnodesetting -a -h 'node-5' -p host='node-5' -p cpu=8 -p core=64 -p thread=128 -p
cpuset=0 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-5' -p host='node-5' -p cpu=8 -p core=65 -p thread=129 -p
cpuset=1 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-5' -p host='node-5' -p cpu=8 -p core=66 -p thread=130 -p
cpuset=2 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-5' -p host='node-5' -p cpu=8 -p core=67 -p thread=131 -p
cpuset=3 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-5' -p host='node-5' -p cpu=9 -p core=68 -p thread=132 -p
cpuset=4 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-5' -p host='node-5' -p cpu=9 -p core=69 -p thread=133 -p
cpuset=5 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-5' -p host='node-5' -p cpu=9 -p core=70 -p thread=134 -p
cpuset=6 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-5' -p host='node-5' -p cpu=9 -p core=71 -p thread=135 -p
cpuset=7 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-6' -p host='node-6' -p cpu=10 -p core=72 -p thread=136 -p
cpuset=0 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-6' -p host='node-6' -p cpu=10 -p core=73 -p thread=137 -p
cpuset=1 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-6' -p host='node-6' -p cpu=10 -p core=74 -p thread=138 -p
cpuset=2 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-6' -p host='node-6' -p cpu=10 -p core=75 -p thread=139 -p
cpuset=3 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-6' -p host='node-6' -p cpu=11 -p core=76 -p thread=140 -p
cpuset=4 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-6' -p host='node-6' -p cpu=11 -p core=77 -p thread=141 -p
cpuset=5 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-6' -p host='node-6' -p cpu=11 -p core=78 -p thread=142 -p
cpuset=6 mem=1024 gpu=TIDAK
oarnodesetting -a -h 'node-6' -p host='node-6' -p cpu=11 -p core=79 -p thread=143 -p
cpuset=7 mem=1024 gpu=TIDAK
Gunakan oar_resources_add online menggunakan layanan onworks.net