Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
d2f1999b7fe8285d8986ecb08b192159f880b9ef
[simgrid.git] / examples / smpi / NAS / sys / print_instructions
1 echo ''
2 echo '   To make a NAS benchmark type '
3 echo ''
4 echo '         make <benchmark-name> NPROCS=<number> CLASS=<class> [SUBTYPE=<type>]'
5 echo ''
6 echo '   where <benchmark-name>  is "bt", "cg", "ep", "ft", "is", "lu",'
7 echo '                              "mg", or "sp"'
8 echo '         <number>          is the number of processors'
9 echo '         <class>           is "S", "W", "A", "B", "C", or "D"'
10 echo ''
11 echo '   Only when making the I/O benchmark:'
12 echo ''
13 echo '         <benchmark-name>  is "bt"'
14 echo '         <number>, <class> as above'
15 echo '         <type>            is "full", "simple", "fortran", or "epio"'
16 echo ''
17 echo '   To make a set of benchmarks, create the file config/suite.def'
18 echo '   according to the instructions in config/suite.def.template and type'
19 echo ''
20 echo '         make suite'
21 echo ''
22 echo ' ***************************************************************'
23 echo ' * Remember to edit the file config/make.def for site specific *'
24 echo ' * information as described in the README file                 *'
25 echo ' ***************************************************************'
26