marcfrincu / WorkflowScheduling

A project I worked on during my time as postdoc at University of Strasbourg (2012-2013).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WorkflowScheduling in Python

Description

I worked on this project while doing my postdoc at University of Strasbourg between 2012-2013. The entire code is written in Python and allows users to simulate various workflow scheduling algorithms for cloud systems.

The particular setup used AWS and per hour billing (still in use at that time).

It allows the export of plots in .plt format for plotting nice graphs in PSTricks as well as .arff files containing the best scheduling algorithms which can be used in WEKA for machine learning.

The code also allows to export workflows to be used by the SimSchlouder simulator developed at the same time by a different team in the group.

To run the code see experiments.py file. Some basic configuration is explained in config.py.

Published papers

Results were published in:

About

A project I worked on during my time as postdoc at University of Strasbourg (2012-2013).


Languages

Language:Python 100.0%