From 8a5da068956f9f428ed138d2cabbc712918d52e6 Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Wed, 19 Dec 2012 11:23:13 -0500 Subject: Find other spins --- run_exps.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run_exps.py b/run_exps.py index db476dd..43de422 100755 --- a/run_exps.py +++ b/run_exps.py @@ -160,10 +160,10 @@ def run_exp(name, schedule, scheduler, kernel, duration, work_dir, out_dir): raise IOError("Invalid spin conf %s: %s" % (spin_conf, name)) (spin, args) = (spin_conf[0], spin_conf[1]) - if not conf.BINS[spin]: - raise IndexError("No knowledge of program %s: %s" % (spin, name)) + # if not conf.BINS[spin]: + # raise IndexError("No knowledge of program %s: %s" % (spin, name)) - real_spin = conf.BINS[spin] + real_spin = get_executable(spin, "") real_args = ['-w'] + args.split() + [duration] if not lu.is_executable(real_spin): -- cgit v1.2.2