start_serial.Rd
Start model execution in serial mode
start_serial(run, host, rundir, host_rundir, job_script)
(numeric) run ID, as an integer
Remote host, as a list or character. Usually from settings$host
.
Local run directory. Usually from settings$rundir
Remote host run directory. Usually from settings$host$rundir
Base name (no path) of script to run. Usually either job.sh
or launcher.sh
.
Output of execution command, as a character (see remote.execute.cmd()
).