Re: [Gems-users] workloads


Date: Thu, 17 Aug 2006 21:42:00 -0500
From: "Mike Marty" <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] workloads
Title: Message
You can't pass command line arguments to your workload in workload.py because it just loads checkpoints and then continues.
 
"trans" is total number of transactions.  "dump_int" is how often a message is printed.  "memory" is something we use for our Condor grid system-- it gives a hint as to how much memory we require.  "cache warmup file" indicates if there is a cache warmup file


How can I pass command line arguments to my workloads in workloads.py? What are the arguments used for "test_runs"? Could you please elaborate "trans | dump_int | memory(MB) | cache warmup file" in workloads.py?
[← Prev in Thread] Current Thread [Next in Thread→]