In openCR >= 1.5.0, setting ncores > 1 is deprecated and triggers a warning: multithreading makes it faster to set ncores = 1 in par.secr.fit.
trace
overrides any settings in arglist
.
It is convenient to provide the names of the capthist and mask arguments
in each component of arglist as character values (i.e. in quotes); objects thus
named are exported from the workspace to each worker process (see Examples).
Using ncores
>1 is obsolete under the multithreading regime in openCR >= 1.5.0.
It is usually slower than ncores
= 1. If used it has these effects:
-- worker processes are generated using the parallel package,
-- one model is fitted on each worker, and
-- if no logfile name is provided then a temporary file name will be generated in tempdir().