summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/CP/parboil
blob: 3371fc93032b78bf71c293835e9fbf09fcc797b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/env python

# (c) 2007 The Board of Trustees of the University of Illinois.

import sys

try:
	import driver
except ImportError:
	sys.stderr.write("Cannot run driver.  Are you running it from the parboil root directory?")
	sys.exit(-1)

driver.run()