Hi all,

I am attempting to run a bunch of benchmarks in parallel and want to store
each output in a separate directory so it is not overwritten. I have
written my own system python script. When i run:

build/X86/gem5.opt component_models/caches/cachesFIFO/cache_system.py 1
--outdir=./test

where ./test is an empty existing folder, the output is simply written back
to the m5out dir, instead of this test dir. Is there something I need to
enable in my python script to get the cmd line option to work, or am I just
using it incorrectly?

Thanks for your help,

Sam
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to