Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #1 from mquinson/master
[simgrid.git] / examples / smpi / NAS / config / suite.def.template
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, class, and number
6 # of nodes. The name is one of "is", "ep", and "dt"
7 # The class is one of "S", "W", "A", "B", "C", "D", and "E"
8 # (except that no classes C, D and E for DT, and no class E for IS).
9 # The number of nodes must be a legal number for a particular
10 # benchmark. The utility which parses this file is primitive, so
11 # formatting is inflexible. Separate name/class/number by tabs. 
12 # Comments start with "#" as the first character on a line. 
13 # No blank lines. 
14 # The following example builds 1 processor sample sizes of all benchmarks. 
15 is      S       1
16 ep      S       1
17 dt      S       1