Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 872 Bytes

File metadata and controls

26 lines (25 loc) · 872 Bytes

Description

Parameter inference for the two-compartment solved using numerical integrator pmx_integrate_ode_group_bdf.

Build

Edit/Add cmdstan/make/local

TORSTEN_MPI = 1                                         # flag on torsten's MPI solvers
CXXFLAGS += -isystem /usr/local/include                 # path to MPI library's headers

Build in cmdstan

make ../example-models/twocpt_population/twocpt_population

Run

mpiexec -n 2 twocpt_population sample data file=twocpt_population.data.R init=twocpt_population.init.R

Results

MPI run results with 1, 2, 4, 8 processes, respectively, for a population size 8.

runwall time(s)
n_proc=110274
n_proc=25411
n_proc=43043
n_proc=82654