start_qsub.Rd
Start qsub runs
start_qsub(
run,
qsub_string,
rundir,
host,
host_rundir,
host_outdir,
stdout_log,
stderr_log,
job_script,
qsub_extra = NULL
)
(numeric) run ID, as an integer
qsub command string, with arguments. Usually from settings$host$qsub
Local run directory. Usually from settings$rundir
Remote host, as a list or character. Usually from settings$host
.
Remote host run directory. Usually from settings$host$rundir
Remote host output directory. Usually from settings$host$outdir
Logfile for redirecting stdout
.
Logfile for redirecting stderr
Base name (no path) of script to run. Usually either job.sh
or launcher.sh
.
Extra qsub
arguments. Usually from settings$host$modellauncher$qsub.extra
Output of qsub command, as a character. This output can be parsed for ascertaining submission success.