Opened 9 years ago
Closed 9 years ago
#1374 closed defect (fixed)
Add environment variable SGE_DRMAA_ALLOW_JOB_ERROR_STATE
Reported by: | dlove | Owned by: | Dave Love <d.love@…> |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.0.0c |
Severity: | minor | Keywords: | |
Cc: |
Description
From http://wikis.sun.com/display/gridengine62u7/Release+Notes
A new environment variable for DRMAA applications is introduced. If "SGE_DRMAA_ALLOW_JOB_ERROR_STATE" is present in the environment of the shell which starts the DRMAA application, then, in case of job errors, the job will enter the ob error state. Without this environment variable DRMAA jobs are not allowed to enter the job error state (which is the default behavior in earlier versions).
Change History (2)
comment:1 Changed 9 years ago by dlove
comment:2 Changed 9 years ago by Dave Love <d.love@…>
- Owner set to Dave Love <d.love@…>
- Resolution set to fixed
- Status changed from new to closed
In [4134/sge]:
(The changeset message doesn't reference this ticket)
Note: See
TracTickets for help on using
tickets.
Would fix #779