Knowledge Center         Contents    Previous  Next    
Platform Computing Corp.

lsb_resize_cancel()

Cancels a pending job resize allocation request.

DESCRIPTION

Use lsb_resize_cancel() to cancel a pending allocation request for a resizable job. 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.

SYNOPSIS

#include <lsf/lsbatch.h> 
int lsb_resize_cancel(LS_LONG_INT jobId); 
jobId

LSF job ID

RETURN VALUES

On success, returns zero.

On failure, returns -1.

ERRORS

lsberrno is set to indicate the error.

SEE ALSO

Related APIs

lsb_resize_release() - Releases part of the allocation of a running resizable job

Equivalent line command

bresize cancel job_ID

Files

none


Platform Computing Inc.
www.platform.com
Knowledge Center         Contents    Previous  Next