diff options
| author | Tor Aamodt <[email protected]> | 2010-10-01 08:55:28 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-10-01 08:55:28 -0800 |
| commit | 11b308e7363e937966b035b4891db32b4eece3bf (patch) | |
| tree | 50ca4c9ad6f163ac4acb2bf505e64dfebed66947 /benchmarks/CUDA/CP/driver/__init__.py | |
| parent | bb820c116764d7a1b8e071137d32b74e7f34dd2f (diff) | |
integrating recent changes from fermi-test into fermi
(i'll use "fermi" for more disruptive changes to the pipeline model such
as updating the MSHRs and getting rid of the warp tracker, ripping out DWF, etc...)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7805]
Diffstat (limited to 'benchmarks/CUDA/CP/driver/__init__.py')
| -rw-r--r-- | benchmarks/CUDA/CP/driver/__init__.py | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/benchmarks/CUDA/CP/driver/__init__.py b/benchmarks/CUDA/CP/driver/__init__.py deleted file mode 100644 index 3b6c38a..0000000 --- a/benchmarks/CUDA/CP/driver/__init__.py +++ /dev/null @@ -1,33 +0,0 @@ -# (c) 2007 The Board of Trustees of the University of Illinois. - -import sys -import os -from itertools import imap - -import globals -import actions -import options - -def run(): - # Print a banner message - print "Parboil parallel benchmark suite, version 0.1" - print - - # Global variable setup - root_path = os.getcwd() - python_path = (os.path.join(root_path,'common','python') + - ":" + - os.environ.get('PYTHONPATH',"")) - - globals.root = root_path - globals.benchmarks = benchmark.find_benchmarks() - globals.program_env = {'PARBOIL_ROOT':root_path, - 'PYTHONPATH':python_path, - } - - # Parse options - act = options.parse_options(sys.argv) - - # Perform the specified action - if act: act() - |
