source: CIVL/examples/omp/nas-dc/config/suite.def.template@ 1aaefd4

main test-branch
Last change on this file since 1aaefd4 was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 603 bytes
Line 
1# config/suite.def
2# This file is used to build several benchmarks with a single command.
3# Typing "make suite" in the main directory will build all the benchmarks
4# specified in this file.
5# Each line of this file contains a benchmark name and the class.
6# The name is one of "cg", "is", "dc", "ep", mg", "ft", "sp",
7# "bt", "lu", and "ua".
8# The class is one of "S", "W", "A" through "E"
9# (except that no classes C,D,E for DC and no class E for IS and UA).
10# No blank lines.
11# The following example builds sample sizes of all benchmarks.
12ft S
13mg S
14sp S
15lu S
16bt S
17is S
18ep S
19cg S
20ua S
21dc S
Note: See TracBrowser for help on using the repository browser.