Opened 9 years ago
Last modified 8 years ago
#1378 new defect
SGE_STARTER_SHELL_PATH not defined in starter method of slaves
Reported by: | dlove | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.0.0c |
Severity: | minor | Keywords: | |
Cc: |
Description (last modified by admin)
A starter using SGE_STARTER_SHELL_PATH works for serial jobs, or on the master
of a tightly-integrated parallel job, but fails on slave nodes as the variable
is either unset or null. This is with builtin remote comms, which seems to
be relevant. See under "/* the job itself */" in shepherd/builtin_starter.c
Change History (2)
comment:1 Changed 9 years ago by admin
- Description modified (diff)
comment:2 Changed 8 years ago by wish
Note: See
TracTickets for help on using
tickets.
1.Also affects jobs using ssh/sshd comms.
2.Useful for distinguishing slaves from master processes.