Call PsN
call_psn.RdCall PsN
Arguments
- model_file
model file, e.g. "run.mod"
- output_file
output file, e.g. "run.lst"
- path
run folder path, e.g. "run1"
- options
a vector of arguments to pass to the PsN tool, e.g.
c("--samples=100", "--dir="test")- tool
TODO
- console
show output from nmfe in console? Default
FALSE- verbose
verbose output?
- parafile
absolute path to a NONMEM parafile (MPI or FPI). If supplied, will be passed to PsN as
--parafile=<path>. DefaultNULL(no parafile).- threads
number of nodes to request, passed to PsN as
--nodes=N(within-model parallelism). Only applied whenparafileis supplied.