cloudworkflowsimulator
cloudworkflowsimulator copied to clipboard
Enable CLI arguments to be human readable
Now we can run CWS with command:
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 -- \
storage-manager-write=30000000 -es 20 --sc fifo --cs 1000000000
It'd be convenient to be able to use "1GiB" instead of "1000000000"