parse_NLMEHosts {Certara.RsNLME}R 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)


[Package Certara.RsNLME version 3.0.1 Index]