search for: sourcetag

Displaying 7 results from an estimated 7 matches for "sourcetag".

2008 Jul 16
1
Problem with mpi.close.Rslaves()
...k, 2=done_tasks junk <- 0 done <- 0 while (done != 1) { # Signal being ready to receive a new task mpi.send.Robj(junk,0,1) # Receive a task task <- mpi.recv.Robj(mpi.any.source(),mpi.any.tag()) task_info <- mpi.get.sourcetag() tag <- task_info[2] if (tag == 1) { foldNumber <- task$foldNumber rss <- double(p) for (i in 1:p) { # produce a linear model on the first i variables on # training data te...
2008 Nov 07
1
Rmpi task-pull
...es: # 1=task, 2=done_tasks junk <- 0 done <- 0 while (done != 1) { # Signal being ready to receive a new task mpi.send.Robj(junk,0,1) # Receive a task task <- mpi.recv.Robj(mpi.any.source(),mpi.any.tag()) task_info <- mpi.get.sourcetag() tag <- task_info[2] if (tag == 1) { foldNumber <- task$foldNumber rss <- double(p) for (i in 1:p) { # produce a linear model on the first i variables on # training data templm <- lm(y...
2009 Mar 25
0
Rmpi - send/receive multiple objects to slaves
...ived messages: # 1=task, 2=done_tasks junk <- 0 done <- 0 while (done != 1) { # Signal being ready to receive a new task mpi.send.Robj(junk,0,1) # Receive a task task <- mpi.recv.Robj(mpi.any.source(),mpi.any.tag()) task_info <- mpi.get.sourcetag() tag <- task_info[2] if (tag == 1) { # do a task, taking values from the tasts list m_p <- .myFun(m, x=task$x) # Send a results message back to the master # only send back to the master the indices which have been zero'd out by this slave...
2009 Feb 06
2
Rmpi Segmentation fault
...text html latex mpi.gather text html latex example mpi.gather.Robj text html latex example mpi.get.count text html latex mpi.get.processor.name text html latex mpi.get.sourcetag text html latex mpi.info text html latex mpi.init.sprng text html latex mpi.intercomm.merge text html latex mpi.parSim text html latex mpi.parapply...
2007 Oct 08
0
shared object for Rmpi
...text html latex mpi.gather text html latex example mpi.gather.Robj text html latex example mpi.get.count text html latex mpi.get.processor.name text html latex mpi.get.sourcetag text html latex mpi.info text html latex mpi.init.sprng text html latex mpi.intercomm.merge text html latex mpi.parSim text html latex mpi.parapply...
2005 Jun 17
0
Rmpi installation over MPICH
....exit text html latex mpi.finalize text html latex mpi.gather text html latex mpi.get.count text html latex mpi.get.processor.name text html latex mpi.get.sourcetag text html latex mpi.info text html latex mpi.init.sprng text html latex mpi.intercomm.merge text html latex mpi.parallel.sim text html latex mpi.probe...
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...text html latex mpi.gather text html latex example mpi.gather.Robj text html latex example mpi.get.count text html latex mpi.get.processor.name text html latex mpi.get.sourcetag text html latex mpi.info text html latex mpi.init.sprng text html latex mpi.intercomm.merge text html latex mpi.parSim text html latex mpi.parapply...