search for: slave8

Displaying 2 results from an estimated 2 matches for "slave8".

Did you mean: slave
2008 Sep 08
1
RMPI Question
...ce and make the output easier to read. > mpi.spawn.Rslaves() 8 slaves are spawned successfully. 0 failed. master (rank 0, comm 1) of size 9 is running on: Personal slave1 (rank 1, comm 1) of size 9 is running on: Personal slave2 (rank 2, comm 1) of size 9 is running on: Personal ... slave8 (rank 8, comm 1) of size 9 is running on: Personal > 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" ... $slave8 [1] "I am 8 of 9" > mpi.remote.exec(eval(assign("...
2011 Aug 17
1
[statEt] Rmpi problem in Eclipse statEt
...ank(),"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.spawn.Rslaves() ... After mpi.spawn.Rslaves() I can't send any comand. Why? What's happen? Best Marcin M. -- View this message in context...