amottier / scheduling

Multi-platform Scheduling and Workflows Engine

Home Page:http://www.activeeon.com/workflows-scheduling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProActive Workflows & Scheduling

Build Status

You can download binaries and access a trial platform for free at:

http://activeeon.com/register/web-download

Quick start

To run ProActive Scheduler (server part):

$> ./bin/proactive-server

This will start all components, including 4 local nodes and Web portals. URLs to access them will be displayed in the server's output.

From here you can submit a job to the Scheduler, using for instance the XML files in samples/proactive-examples.

To run the command line client:

$> ./bin/proactive-client

To start a node:

$> ./bin/proactive-node -r SCHEDULER_URL

Building from sources

You can build a distribution that contains all binaries with ./gradlew build (linux/mac) or gradlew build (windows).

This will produce the following archives:

build/distributions/
├── scheduling-XXXXX-SNAPSHOT.tar
└── scheduling-XXXXX-SNAPSHOT.zip

Documentation

http://doc.activeeon.com

Enjoy ProActive Workflows & Scheduling!

About

Multi-platform Scheduling and Workflows Engine

http://www.activeeon.com/workflows-scheduling

License:GNU Affero General Public License v3.0


Languages

Language:Java 96.5%Language:JavaScript 2.3%Language:Shell 0.4%Language:Groovy 0.2%Language:HTML 0.2%Language:CSS 0.2%Language:Batchfile 0.0%Language:XSLT 0.0%Language:Python 0.0%Language:Ruby 0.0%Language:C++ 0.0%