Open Suppanut opened 5 years ago
Funny to read that - this seems to be the same root cause as #244 - batchtools not allowing anything else other than a single line being returned from the sbatch / bsub command.
While in this case the accounting information are in the way - in #244 it is some information about default resource values being used.
On a cluster that I'm using,
sbatch
prints multiple outputs. So, e.g.,reg$status$batch.id
always returns incorrect batch.id which further causes some difficulties (e.g., cannot distinguish running jobs and expired jobs).To illustrate my issue, please see below my simple syntax taken from clusterFunctionsSlurm.R.