cloudworkflowsimulator icon indicating copy to clipboard operation
cloudworkflowsimulator copied to clipboard

Enable CLI arguments to be human readable

Open bryk opened this issue 11 years ago • 0 comments

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"

bryk avatar Jun 09 '13 17:06 bryk