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.
|
|---|
| 12 | ft S
|
|---|
| 13 | mg S
|
|---|
| 14 | sp S
|
|---|
| 15 | lu S
|
|---|
| 16 | bt S
|
|---|
| 17 | is S
|
|---|
| 18 | ep S
|
|---|
| 19 | cg S
|
|---|
| 20 | ua S
|
|---|
| 21 | dc S
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.