On Aug 11, 2011, at 3:56 AM, Sebastian Czechowski wrote: > Hi all, > > The return code from the payload should be returned by Globus GRAM tools > (like globus-job-status or globus-job-submit) - or there should be some way > to easily and uniformly obtain this return code. > > Will this be implemented? > > Cheers, > Sebastian
If GRAM is using the SEG to monitor job status, the exit code is known by GRAM and then returned (in the protocol) via the job state callbacks and job status calls. Currently, globusrun will display it to stdout only if none of the GASS redirection options are used. I think there's a bug in the GRAM's condor interface where the job status is returned in job state callbacks but not job status calls. Joe
