# 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", # and "lu". # The class is one of "S", "W", "A", "B", and "C". # No blank lines. # The following example builds serial sample sizes of all benchmarks. ft S mg S sp S lu S bt S is S ep S cg S