lsb_killbulkjobs
Kills bulk jobs as soon as possible.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.
#include <lsf/lsbatch.h>
int lsb_killbulkjobs(struct signalBulkJobs *s)
Data Structures: Define Statements:
- Parameters:
*s The signal to a group of jobs.
- none
Error:
- Returns:
- int:0
The bulk jobs were successfully killed.int:-1
The bulk jobs were not killed.Equivalent line command:
- On failure, lsberrno is set to indicate the error.
Files:
- bkill -b
- none
- See also:
- none
Date Modified: 16 Jul 2014
Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.