Opened 10 years ago
Last modified 4 years ago
#1342 new defect
Submitting with -w e prevents JSV from correcting the job request
Reported by: | dlove | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.0.0a |
Severity: | minor | Keywords: | |
Cc: |
Description
Jobs shouldn't be rejected before a JSV has had a chance to run.
See http://gridengine.org/pipermail/users/2011-July/001396.html
Note: See
TracTickets for help on using
tickets.
Is this due to the two calls to sge_job_verify_adjust from sge_gdi_add_job (in daemons/qmaster/sge_job_qmaster.c), one before the call to jsv_do_verify and one after?
Is the first call to sge_job_verify_adjust needed?