3 projects tagged "virtual"
CloudStack is a complete package for managing cloud computing and virtual infrastructure. It enables users to easily build, manage, and deploy private and public clouds. CloudStack provides an integrated software solution for delivering virtual data centers as a service, delivering all of the essential components used to build, deploy, and manage multi-tier and multi-tenant cloud applications in a simple-to-install software package. The CloudStack platform includes a management server with a Web user interface and extensions to support a variety of hypervisor software (e.g. XenServer, Xen VMware, and KVM) installed on computing nodes running across multiple networks. The centralized management server scales linearly, eliminating the need for intermediate cluster-level management servers. CloudStack automatically configures a guest virtual machine’s networking, storage, and authentication settings. The software can also integrate with physical components such as switches, routers, load balancers, and firewalls.
Libfairydust is a small wrapper library intended for use with GPU clusters that 'hijacks' CUDA and OpenCL calls. It can be used to 're-route' calls to a certain GPU, so a process requesting GPU#0 might end up running on GPU#4 without knowing (or caring) about it. This works completely transparently and does not need any sort of 'cooperation' from the application, changes to code, or relinking.