Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some cleaning in the NAS examples
[simgrid.git] / examples / smpi / NAS / config / suite.def.template
index aea8b23..5e02f30 100644 (file)
@@ -3,8 +3,7 @@
 # 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". 
+# of nodes. The name is one of "is", "ep", 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
 # 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     S       1
-mg     S       1
-sp     S       1
-lu     S       1
-bt     S       1
 is     S       1
 ep     S       1
-cg     S       1
 dt     S       1