Skip to content
Prev 1906 / 2152 Next

Creating different working directories for each node?

The tempfile option might work, as might using Sys.info()["nodename"] to
specify individual subdirectories.

Are you aware of any functions that can be used to identify which CPU a
process has been spawned to? The package 'snowfall' has sfGetCluster(),
but that doesn't seem to be able to be called *within* a cluster function.

Thanks again,
Phil
On 8/11/2014 4:10 PM, Brian G. Peterson wrote: