createWorkerInstance.Rd
The function createWorkerInstance
uses a definition identified by
defnId to create the appropriate object instance. The instantiated object is assigned
the instanceId and saved under the dataFileName if the latter is specified.
This instantiated object may change state between iterations when a computation executes
createWorkerInstance( defnId, instanceId, pubkey_bits = NULL, pubkey_n = NULL, den_bits = NULL, dataFileName = NULL )
defnId | the identifier of an already defined computation |
---|---|
instanceId | an indentifier to use for the created instance |
pubkey_bits | number of bits for public key |
pubkey_n | the |
den_bits | the number of bits for the denominator |
dataFileName | a file name to use for saving the data. Typically |
TRUE if everything goes well