mrgsim_ms {mrgsim.parallel} | R Documentation |
Run mrgsim after trying to load the shared object
Description
Use this function when running mrgsolve while parallelizing on a multisession worker node where the model dll might not be loaded.
Usage
mrgsim_ms(mod, ...)
mrgsim_worker(mod, ...)
Arguments
mod |
a model object |
... |
passed to |
Examples
mrgsim_worker(mrgsolve:::house())
[Package mrgsim.parallel version 0.2.1 Index]