View | Details | Raw Unified | Return to ticket 3941
Collapse All | Expand All

(-)a/src/slurmd/slurmstepd/step_terminate_monitor.c (-2 / +1 lines)
Lines 175-182 static int _call_external_program(stepd_step_rec_t *job) Link Here
175
	int max_wait = 300; /* seconds */
175
	int max_wait = 300; /* seconds */
176
	int time_remaining;
176
	int time_remaining;
177
177
178
	if ((job->state != SLURMSTEPD_STEP_RUNNING) ||
178
	if ((program_name == NULL) || (program_name[0] == '\0'))
179
	    program_name == NULL || program_name[0] == '\0')
180
		return 0;
179
		return 0;
181
180
182
	debug("step_terminate_monitor: unkillable after %d sec, calling: %s",
181
	debug("step_terminate_monitor: unkillable after %d sec, calling: %s",

Return to ticket 3941