sge.get.jobid {Rsge} | R Documentation |
This function parses the output from a qsub call and returns the job id.
sge.get.jobid(result)
result |
Resulting output from qsub call |
This function parses the output from a qsub call and returns the job id.
integer id of job.
Dan Bode