blob: 99f17d1a3c28d2515ff8d0027e37688e04af3a27 [file] [log] [blame]
#!/bin/bash
#
# simlarge.runconf - file containing information necessary to run a specific
# program of the PARSEC benchmark suite
#
# Copyright (C) 2008 Princeton University
# Written by Christian Bienia
# This is the information which we need to run the program. Each package of the
# benchmark suite has such a file with information that will be added to the
# global configuration. All variables set in the global configuration files can
# be referenced here.
# Binary file to execute, relative to installation root
run_exec="bin/rtview"
# Arguments to use
run_args="happy_buddha.obj -automove -nthreads ${NTHREADS} -frames 3 -res 1920 1080"