Bug fix for Queue LSF v8.3

the function ls_getLicenseUsage() is not supported by LSF v8.x, comment the line:

public static native lsfLicUsage.ByReference ls_getLicenseUsage()

Signed-off-by: Eric Banks <ebanks@broadinstitute.org>
This commit is contained in:
xingwei2012 2012-12-17 17:54:03 +00:00 committed by Eric Banks
parent 4a7e0427a3
commit 22d13ccdab
1 changed files with 4 additions and 1 deletions

View File

@ -1399,7 +1399,10 @@ public class LibLsf {
public static native int ls_isPartialLicensingEnabled();
public static native lsfLicUsage.ByReference ls_getLicenseUsage();
/* NOTE: ls_getLicenseUsage() is not supported by LSF v8.x
* Wei Xing, ICR
*/
// public static native lsfLicUsage.ByReference ls_getLicenseUsage();
public static native lsInfo.ByReference ls_info();