Skip to content
Snippets Groups Projects
Forked from Melodic / morphemic-preprocessor
57 commits behind the upstream repository.

Morphemic ProActive Client

This module allows users to interact with a running ProActive Scheduler and Resource Manager.

1. Requirements

  • An accessible ProActive server.
  • Some valid ProActive credentials.

2. How to build

Just run ./gradlew clean build javadoc

This will generate the Morphemic-ProActive-Client-XXX.jar file inside the project's build/libs folder, and the documentation web pages inside the build/docs folder.

3. Usage

Copy/paste and add the jar file into your project as a dependency. Enjoy!

4. Example

An example of the Morphemic-ProActive-Client usage is provided here: https://github.com/mklkun/Morphemic-Adapter-Demo