[R-sig-hpc] Unique name for each child process in parallel R
Cameron Bracken
cameron.bracken at gmail.com
Fri Sep 12 20:23:01 CEST 2014
I would like to find a unique name for each child process when running
computations with the parallel package in R. My goal is to do a 'poor
mans' parallel output where each process writes to its own file. I can
get the nodename with Sys.info()['nodename'] but I have 8 processes
for each node. I can't seem to find a way to identify each process
uniquely.
Thanks,
Cameron
P.S. Cross posted this on SO
http://stackoverflow.com/questions/25814139/unique-name-for-each-child-process-in-parallel-r
More information about the R-sig-hpc
mailing list