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:
parent
4a7e0427a3
commit
22d13ccdab
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue