Skip to content

CRED: Cloud Right-sizing with Execution Deadlines and Data Locality

Notifications You must be signed in to change notification settings

g-s01/restricted-cred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restricted-CRED: Restricted Cloud Right-sizing with Execution Deadlines and Data Locality

r-cred-icon

Implementation of the novel-heuristic algorithm proposed in this paper, with two further constraints:

1. In a time slot, only one virtual machine (VM) of a node can access a particular data chunk, not
any other VM can access that chunk
2. The time needed to evaluate a chunk is one unit only, irrespective of the chunk
3. Optimal re-use of machines before making a new machine

ps

Running the file

Clone the repository using:

https://github.com/g-s01/restricted-cred

and run the following commands in the project directory

g++ -std=c++17 cred.cpp
./a.out

Footnotes

Done as part of CS528: High Performance Computing course at IIT Guwahati. See the problem statements here.

Course Instructor: Aryabartta Sahu

Credits

About

CRED: Cloud Right-sizing with Execution Deadlines and Data Locality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages