Knowledge Center         Contents    Previous  Next    
Platform Computing Corp.

lsb_closejobinfo()

Closes job information connection with the master batch daemon.

DESCRIPTION

Use lsb_closejobinfo() to close the connection to the master batch daemon after opening a job information connection with lsb_openjobinfo() and reading job records with lsb_readjobinfo().

SYNOPSIS

#include <lsf/lsbatch.h> 
void lsb_closejobinfo(void) 

RETURN VALUES

Returns void.

ERRORS

On failure, lsberrno is set to indicate the error.

SEE ALSO

Related APIs:

lsb_openjobinfo() - Opens a connection to the master batch daemon

lsb_openjobinfo_a() - Provides the name and number of jobs and hosts in the master batch daemon

lsb_readjobinfo() - Returns the next job information record in master batch daemon

Equivalent line command

none

Files:

none


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