Clondike is project developed at FIT CTU Prague

Sources

Sources of the project are stored in git repository git@github.com:MarstCVUT/Clondike.git (web acces)

Project goal

The goal of this project is to create a cluster of non-dedicated workstations running Linux OS providing following features:
  • Any station can connect anytime to the existing cluster, offering its computational resources to it.
  • Any station can disconnect anytime from the existing cluster

Features

  • Preemptive process migration
  • Non-preemptive process migration (take place during exec() system call)
  • System call forwarding
  • Signal handling
  • Network filesystem for acessing special files (char devices, pipes...) with caching and prefetch



History: r2 - 13 Jun 2010 - 10:15:29 - PetrMalat