Skip to content

Commit

Permalink
job-exec: don't use flux imp kill
Browse files Browse the repository at this point in the history
Problem: job-exec uses 'flux imp kill' to deliver signals to multi-user
jobs but that command is deprecated.

Don't call bulk_exec_set_imp_path().
  • Loading branch information
garlick committed Nov 6, 2024
1 parent 4ef4b6c commit 1d636f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/job-exec/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,6 @@ static int exec_init (struct jobinfo *job)
flux_log_error (job->h, "exec_init: bulk_exec_create");
goto err;
}
if (job->multiuser && bulk_exec_set_imp_path (exec, imp_path)) {
flux_log_error (job->h, "exec_ctx_create: bulk_exec_set_imp_path");
goto err;
}
if (!(ctx = exec_ctx_create (job, ranks, &error))) {
flux_log (job->h, LOG_ERR, "exec_ctx_create: %s", error.text);
goto err;
Expand Down

0 comments on commit 1d636f9

Please sign in to comment.