forked from aws-samples/aws-batch-efa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuite.def
20 lines (20 loc) · 865 Bytes
/
suite.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# config/suite.def
# This file is used to build several benchmarks with a single command.
# Typing "make suite" in the main directory will build all the benchmarks
# specified in this file.
# Each line of this file contains a benchmark name, class, and number
# of nodes. The name is one of "cg", "is", "ep", mg", "ft", "sp", "bt",
# "lu", and "dt".
# The class is one of "S", "W", "A", "B", "C", "D", and "E"
# (except that no classes C, D and E for DT, and no class E for IS).
# The number of nodes must be a legal number for a particular
# benchmark. The utility which parses this file is primitive, so
# formatting is inflexible. Separate name/class/number by tabs.
# Comments start with "#" as the first character on a line.
# No blank lines.
# The following example builds 1 processor sample sizes of all benchmarks.
ft C 32
ft C 64
ft C 128
ft C 256
ft C 512