echo ''
echo '   To make a NAS multi-zone benchmark type '
echo ''
echo '         make <benchmark-name> CLASS=<class> NPROCS=<nprocs>'
echo ''
echo '   where <benchmark-name> is "bt-mz", "lu-mz", or "sp-mz"'
echo '         <class>          is "S", "W", "A" through "F"'
echo '         <nprocs>         is number of processes'
echo ''
echo '   To make a set of benchmarks, create the file config/suite.def'
echo '   according to the instructions in config/suite.def.template and type'
echo ''
echo '         make suite'
echo ''
echo ' ***************************************************************'
echo ' * Custom build configuration is specified in config/make.def  *'
echo ' * Suggested tutorial exercise configuration for LiveDVD:      *'
echo ' *       make bt-mz CLASS=W NPROCS=4                           *'
echo ' ***************************************************************'

