IBM

lsb_resize_release

Releases part of the allocation of a running resizable job.

Use lsb_resize_release to release part of a running job allocation. A running job can only have one pending request at any particular time. If one request is still pending, additional requests are rejected with a proper error code.

If a notification command is defined through job submission, application profile,or the lsb_resize_release API, the notification command is invoked on the first execution host of the job allocation once allocation resize requests have been satisfied.

#include <lsf/lsbatch.h>

int lsb_resize_release(struct job_resize_release *req);

Parameters:
*req job resize release request.
Data Structures:
job_resize_release
Define Statements:
resizablejob_related
Returns:
int:0
On success, returns zero.

int:-1
On failure, returns -1.

Errors:
lsberrno is set to indicate the error.
Equivalent line commands:
release [-c] [-rnc resize_notification_cmd | -rncn] released_host_specification job_ID
Files:
none
See also:
lsb_resize_cancel


     
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.