cloudworkflowsimulator
cloudworkflowsimulator copied to clipboard
does cloudworkflowsimulator provide provision for heterogenous vm types?? If not, how to add support
Currently we have only budget check when determining if a workflow is worth scheduling at all.
While terminating machines (mainly because the utilisation is low and they are approaching their billing cycle) it would be more advisable to try to terminate these machines which are idle...
We can keep track of terminating VMs and don't include them in AvailableMachines (`Cloud` class), because assigning new tasks to machines which are being terminated doesn't make sense, because they...
As a simulator user I can set granulity of output data so that I can see more relevant output for me - I can trace detailed execution path for every...
Now we can run CWS with command: ``` bash java -cp 'lib/*:bin' cws.core.algorithms.TestRun --application GENOME --input-dir \ /home/piotr/stu/dags --output-file simulation_out.csv --distribution pareto_unsorted -- \ algorithm SPSS --storage-manager global -s100 --storage-manager-read=1000000000...