Learn R Programming

mrgsim.parallel (version 0.3.0)

mrgsim_ms: 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 mrgsolve::mrgsim()

Examples

Run this code

mrgsim_worker(mrgsolve:::house())

Run the code above in your browser using DataLab