https://github.com/ow2-proactive/scheduling
Multi-platform Scheduling and Workflows Engine
https://github.com/ow2-proactive/scheduling
activeeon distributed-computing java orchestration-framework proactive proactive-workflows resource-manager scheduler scheduling
Last synced: 3 months ago
JSON representation
Multi-platform Scheduling and Workflows Engine
- Host: GitHub
- URL: https://github.com/ow2-proactive/scheduling
- Owner: ow2-proactive
- License: agpl-3.0
- Created: 2015-05-16T13:38:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T10:06:50.000Z (3 months ago)
- Last Synced: 2025-03-30T11:09:29.249Z (3 months ago)
- Topics: activeeon, distributed-computing, java, orchestration-framework, proactive, proactive-workflows, resource-manager, scheduler, scheduling
- Language: Java
- Homepage: http://www.activeeon.com/workflows-scheduling
- Size: 126 MB
- Stars: 62
- Watchers: 17
- Forks: 55
- Open Issues: 154
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ProActive Workflows & Scheduling
[](http://jenkins.activeeon.com/job/scheduling)
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!