Skip to content

Releases: ANRGUSC/Jupiter

Jupiter v5.0

09 Apr 00:20
Compare
Choose a tag to compare

This release brings a large refactor to the Jupiter system to improve the code clarity, testing capabilities, and application interface.

Jupiter Version 4.0

04 Apr 03:41
Compare
Choose a tag to compare

Changelog:

  1. Added Pricing CIRCE. CIRCE now has 3 versions: original (non-pricing), pricing event and price push.
  2. Supported multiple home nodes
  3. Supported multiple applications
  4. Supported and tested with new Dummy Application
  5. Modified runtime profiler to support both non-pricing and pricing version
  6. Automatic building scripts for all modules
  7. Automatic scripts checking number of files finished for easier evaluation

Jupiter Version 3.0

02 Aug 21:36
aece1a6
Compare
Choose a tag to compare

Changelog:

  1. Changed the file transfer APIs from just SCP to a generic one
  2. Changed the Profilers APIs to use either the in-built Profilers or some other custom Profiler from different vendor
  3. Added Modified HEFT Task Mapper
  4. Kubernetes API version updated
  5. Evaluation automation scripts are added

Jupiter Version 2.1

28 Jun 22:55
6d8644c
Compare
Choose a tag to compare

Changelog:

  1. Runtime profiler is updates
  2. Fixed Bugs in the Resource Profiler Function
  3. The System is made more modular
  4. Added Automated Testing Scripts

Jupiter Version 2.0

03 Apr 23:37
10a8f0e
Compare
Choose a tag to compare

Changelog:

  1. Execution profiler is added
  2. Heft code is added
  3. WAVE greedy is added
  4. All initialization are based on two config files: jupiter_config.ini and app_config.ini.
  5. The jupiter_config.ini is used for generic jupiter ports and mapping algorithm configurations. The app_config.ini is used for configuring app specific ports in the Jupiter deployments.
  6. Seamless switching between different task_mapper algorithms: heft, wave greedy, wave random.
  7. Docker generation scripts are added to automate customization based on app_specific requirements
  8. The repo structure is made more modular to ease the addition of further modules/scheduling algorithms

Bug Fix: Race Condition bug solved

10 Mar 01:21
Compare
Choose a tag to compare

This version of Jupiter takes care of the race-condition bug in the earlier release.

Jupiter Version 1.0 Release

01 Feb 00:54
Compare
Choose a tag to compare

This is the first public release of the Jupiter Orchestrator.