lsb_parameterinfo
Returns information about the LSF cluster.lsb_parameterinfo gets information about the LSF cluster.
The static storage for the parameterInfo structure is reused on the next call.
#include <lsf/lsbatch.h>
struct parameterInfo *lsb_parameterinfo(char **names, int *numUsers, int options)
Data Structures: Define Statements:
- Parameters:
**names Reserved but not used; supply NULL. *numUsers Reserved but not used; supply NULL. options Reserved but not used; supply 0.
- none
Errors:
- Returns:
- struct parameterInfo *:A pointer to a parameterInfo structure.
The function was a successful.NULL
Function failed.Equivalent line command:
- If the function fails, lsberrno is set to indicate the error.
Files:
- none
- $LSB_CONFDIR/cluster_name/configdir/lsb.params
- 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.