distcomp (version 1.3-3)

writeCode: 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)

Value

the value TRUE if all goes well

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

See Also

setupMaster()