search for: slave5

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

Did you mean: slave
2011 Aug 17
1
[statEt] Rmpi problem in Eclipse statEt
...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.spawn.Rslaves() ... After mpi.spawn.R...
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