UUPharmacometrics/PsN

Case deletion diagnostics

SaraSALHI2 opened this issue · 2 comments

Dear Developer,

I run a cdd on a model however my computer crashed and stopped midway, I tried to use Bootstrap method to rerun the same cdd without restarting from the begining but it didn't work is there a comman specific to cdd? Also if I try to run it with multiple nodes (CPUs) it doesn't work,
Plesae find below the command I used:
cdd File.mod -threads=15 -nodes=8 -parafile=/software/nonmem/nonmem751_suse15.1/run/mpilinux8.pnm -retries=3 -tweak_inits -rplots=2 -directory=/home/cdd_dir2

Thank you

Unfortunately as far as I know a cdd run cannot be restarted.

I note that you use both threads and nodes, which might not be what you want. This will run 15 NONMEM runs in parallel each using 8 cores so your run will be using 15*8 = 120 cores. Note that threads means rather number of NONMEM runs and nodes means the number of MPI jobs used internally by each NONMEM run.

Thank you Rikard for your answer