writeCode {distcomp} | R Documentation |
Write the code necessary to run a master process
Description
Once a computation is defined, worker sites are set up, the master process code is written by this function. The current implementation does not allow one to mix localhost URLs with non-localhost URLs
Usage
writeCode(defn, sites, outputFilenamePrefix)
Arguments
defn |
the computation definition |
sites |
a named list of site URLs participating in the computation |
outputFilenamePrefix |
the name of the output file prefix using which code and data will be written |
Value
the value TRUE
if all goes well
See Also
[Package distcomp version 1.3-3 Index]