Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:setup_a_oar_cluster_on_a_single_machine [2014/03/25 20:27] – created neyronwiki:setup_a_oar_cluster_on_a_single_machine [2014/03/25 20:30] (current) – [Setup OAR] neyron
Line 1: Line 1:
-====== Setup a VM with a basic installation of Debian Stable (Wheezy) ======+====== Setup the machine ====== 
 +We setup a VM with a basic installation of Debian Stable (Wheezy)
 We call the VM "oar" and setup root's ssh keys. We call the VM "oar" and setup root's ssh keys.
  
Line 54: Line 56:
 <code bash> <code bash>
 root@oar:~# oarproperty -a host -c ; oarproperty -a cpu ; oarproperty -a core root@oar:~# oarproperty -a host -c ; oarproperty -a cpu ; oarproperty -a core
-root@oar:~# for h in h1 h2 h3; do for C in 1 2; do for c in 1 2 3 4; do oarnodesetting -a -h localhost -p "host=$h" -p "cpu=$C" -p "core=$c"done;done;done+root@oar:~# for h in h1 h2 h3; do 
 +for C in 1 2; do 
 +for c in 1 2 3 4; do 
 +oarnodesetting -a -h localhost -p "host=$h" -p "cpu=$C" -p "core=$c" 
 +done;done;done
 </code> </code>
  
 To be continued... To be continued...
wiki/setup_a_oar_cluster_on_a_single_machine.txt · Last modified: 2014/03/25 20:30 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki