push: Copy Object from Master to Slave Processes
Description
Copies an objects from the master process to all slave processes. Objects can be copied to environments and
ReferenceClass objects as well as the global environment on the slaves.Usage
push(.tmp, objName = deparse(substitute(.tmp)), objPos = ".GlobalEnv")
Warning
Vectors that are part of the distributed linear algebra
computations are broken up in very specific ways on the slave processes
and often include padded elements. In general one should not use
push to distribute such objects as push would distribute
the entire vector to each slave process. Rather, use distributeVector.See Also
pull
distributeVector