search for: slave4

Displaying 8 results from an estimated 8 matches for "slave4".

Did you mean: slave
2013 Oct 15
2
xentop output
...0.0 3902464 23.3 no limit n/a 12 0 0 0 0 0 0 0 0 0 0 slave3 --b--- 85503 0.0 4194304 25.1 4194304 25.1 2 1 306216192 295309657 2 0 2032574 13715707 98292076 1148951840 0 slave4 --b--- 194 0.0 4194304 25.1 4194304 25.1 2 1 13351 618 2 0 19004 9195 477868 146040 0 Now I use xentop to get disk bandwidth or usage information. However, I do not know clearly the specific meaning of these four columns VBD_W...
2013 Oct 17
2
xentop vbd output
...0.7 3902464 23.3 no limit n/a 12 0 0 0 0 0 0 0 0 0 0 slave3 --b--- 85587 0.0 4194304 25.1 4194304 25.1 2 1 306221931 295316847 2 0 2032754 13732515 98294764 1149168400 0 slave4 --b--- 276 0.0 4194304 25.1 4194304 25.1 2 1 19094 7796 2 0 19290 25627 487620 357648 0 wbsrvcs-60 --b--- 12 0.0 1048576 6.3 2097152 12.5 2 1 1576 8 2 0 2460 6237 109949...
2013 Nov 06
0
MPICH2 Rmpi and doSNOW
...es() 4 slaves are spawned successfully. 0 failed. master (rank 0, comm 1) of size 5 is running on: MyMaster slave1 (rank 1, comm 1) of size 5 is running on: MyMaster slave2 (rank 2, comm 1) of size 5 is running on: MyMaster slave3 (rank 3, comm 1) of size 5 is running on: MyMaster slave4 (rank 4, comm 1) of size 5 is running on: MyMaster > mpichhosts() master slave1 slave2 slave3 slave4 "localhost" "localhost" "localhost" "localhost" "localhost" > mpi.universe.size() [1] 4 > mpi.close.Rslav...
2013 Nov 06
0
MPICH2 Rmpi and doSNOW
....Rslaves() 4 slaves are spawned successfully. 0 failed. master (rank 0, comm 1) of size 5 is running on: MyMaster slave1 (rank 1, comm 1) of size 5 is running on: MyMaster slave2 (rank 2, comm 1) of size 5 is running on: MyMaster slave3 (rank 3, comm 1) of size 5 is running on: MyMaster slave4 (rank 4, comm 1) of size 5 is running on: MyMaster > mpichhosts() master slave1 slave2 slave3 slave4 "localhost" "localhost" "localhost" "localhost" "localhost" > mpi.universe.size() [1] 4 > mpi.close.Rslaves() [...
2007 Jun 14
0
Multiple NIC usage in RHEL5
...;type=ioemu, mac= XX:XX:XX:XX:XX:XX, bridge=xenbr2'', ''type=ioemu, mac= XX:XX:XX:XX:XX:XX, bridge=xenbr3'' ] Slave3: vif=[ ''type=ioemu, mac= XX:XX:XX:XX:XX:XX, bridge=xenbr4'', ''type=ioemu, mac= XX:XX:XX:XX:XX:XX, bridge=xenbr5'' ] Slave4: vif=[ ''type=ioemu, mac= XX:XX:XX:XX:XX:XX, bridge=xenbr6 ] I statically set the IP address from within the virtual OS. I also have a laptop running RHEL4 and switch in this configuration, in order to test which physical NIC in the server has been allocated to the virtual OS thro...
2008 Jul 01
2
problem with mpiexec and Rmpi
Dear R People: I'm having some trouble with mpiexec and Rmpi. I would like to be able to pass in the number of "children" via the mpiexec command (from the command line). this is in SUSE10.1, with R-2.7.1 Here are my files: cat eb.R library(Rmpi) mpi.remote.exec(paste("i am",mpi.comm.rank(),"of",mpi.comm.size())) mpi.quit() hodgesse at
2011 Aug 17
1
[statEt] Rmpi problem in Eclipse statEt
...) of size 9 is running on: marcin-HP slave3 (rank 3, comm 1) of size 9 is running on: marcin-HP mpi.remote.exec(paste("I am",mpi.comm.rank(),"of",mpi.comm.size())) $slave1 [1] "I am 1 of 9" $slave2 [1] "I am 2 of 9" $slave3 [1] "I am 3 of 9" $slave4 [1] "I am 4 of 9" $slave5 [1] "I am 5 of 9" $slave6 [1] "I am 6 of 9" $slave7 [1] "I am 7 of 9" $slave8 [1] "I am 8 of 9" When I try run this same commands into statEt (launch Rterm or RJ) my console suspend i.e.: library("Rmpi") mpi....
2013 Sep 11
4
getting array of hostnames of clients
I need to get an array of hostnames of clients of the puppet server. There doesn''t seem to be a simple way to do this so I''ve tried a few methods. I''ve tried a curl expression in a fact like this: curl -s -k -H "Accept: yaml" https://localhost:8140/production/facts_search/search?facts.nodetypet=testnodes where I''ve got a nodetype fact which works