/lsf-java-client

Simple LSF Java access library. Written in Java + JNI.

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

LSF Java client library

This project provides a Java API for LSF, IBM Platform Computing Load Sharing Facility.

Since the original C API for LSF is not thread-safe, this API provides an LSFBatch singleton class with required synchronization mechanisms.

Project Setup

To build the Java library you should run:

mvn package

After that you should build the JNI library that makes it possible to call LSF C API from Java code. To do that, you should:

  1. change working directory to src/jni/lsf/
  2. edit Makefile (set valid INCDIR and LIBDIR)
  3. run make

After that you can use the resulting JAR file along with native shared libraries in your Java applications.

Contacts

Send any questions to lsf-java-client@genestack.com.

License

Copyright (c) 2011-2018 Genestack Limited. All Rights Reserved.

This program is licensed under the terms of the GNU Lesser General Public License, either version 3 of the License, or (at your option) any later version. License text is also included in this repository in the COPYING file. (Until December 2018 this program was licensed under Eclipse Public License version 1.0).