writeCode: Write the code necessary to run a master process

View source: R/distcomp.R

writeCodeR 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

setupMaster()


hrpcisd/distcomp documentation built on Feb. 14, 2023, 4:56 p.m.