Knowledge Center Contents Previous Next |
lsb_killbulkjobs()
Kills bulk jobs as soon as possible.
DESCRIPTION
Use lsb_killbulkjobs() to kill bulk jobs on a local host immediately, or to kill other jobs as soon as possible. If mbatchd rejects the request, it issues NULL as the reservation ID.
SYNOPSIS
#include <lsf/lsbatch.h> int lsb_killbulkjobs(struct signalBulkJobs *s) struct signalBulkJobs { int signal; int njobs; LS_LONG_INT *jobs; int flags; };PARAMETERS
*signalBulkJobs
The signal to a group of jobs.
RETURN VALUES
integer:0
The bulk jobs were successfully killed.
integer:-1
The bulk jobs were not killed.
ERRORS
On failure, lsberrno is set to indicate the error.
SEE ALSO
Related APIs:
none
Equivalent line command
bkill -b
Files:
none
Platform Computing Inc.
www.platform.com |
Knowledge Center Contents Previous Next |