search for: slave6

Displaying 1 result from an estimated 1 matches for "slave6".

Did you mean: slave
2011 Aug 17
1
[statEt] Rmpi problem in Eclipse statEt
...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.spawn.Rslaves() ... After mpi.spawn.Rslaves() I can't send any comand....