Lines Matching refs:options
42 # Note that '--' must be used to separate the script options from the
47 # - This script relies on the checkpoint options implemented in
76 (options, args) = parser.parse_args()
78 interval = options.interval
80 if os.path.exists(options.directory):
81 print 'Error: test directory', options.directory, 'exists'
85 top_dir = options.directory
94 options = args[1:]
101 subprocess.call([m5_binary] + ['-red', cptdir] + options + initial_args)
120 subprocess.call([m5_binary] + ['-red', mydir] + options + initial_args +