Version 0.7.0

Runtime Machinery
Software Development Kit
Source

Known Issues

  • Please delete GConnectionFialog.dat from [SDK]\examples\Mandelbrot\bin\Debug before running the Mandelbrot example.

Release Notes

This release marks the beginning of the consolidation phase towards v1.0.0. No additional core functionality will be added until v1.0.0.

Changes from v0.6.2:
  • Executor does not compete with running applications for CPU time.
    • Screensaver removed since Executor can now run all the time.
  • Role-based security:
    • Any node connecting to the Manager must specify a username and password.
    • Three groups of users: Administrators, Executors and Users.
    • Default accounts for each group with username/password: admin/admin, executor/executor and user/user.
  • Alchemi Console: GUI monitoring/administration application with the following functionality:
    • User administration: adding users, modifying passwords.
    • System summary with processing power statistics and real-time graph of % power usage vs. power available.
    • List of Executors with statistics.
    • List of running applications with statistics.
  • GConnectionDialog component: allows the user to specify grid connection properties at runtime.
  • Hierarchical grids disabled until v1.0.0
  • Bug fixes.