parse_NLMEHosts: Create NlmeParallelHost object from json file with host...

View source: R/run_metamodel.R

parse_NLMEHostsR Documentation

Create NlmeParallelHost object from json file with host definition

Description

Create NlmeParallelHost object from json file with host definition

Usage

parse_NLMEHosts(nlme_hostPath)

Arguments

nlme_hostPath

json file with host definition for model execution. See NlmeParallelHost class definition. If missing, MPI local host with 4 threads is used for simple estimation mode, multicore host is used for the others.

Value

the NlmeParallelHost class object is returned.

Examples


# path nlme_hostPath should be specified

host <- parse_NLMEHosts(nlme_hostPath)


Certara.RsNLME documentation built on April 3, 2025, 11:04 p.m.